Skip to content

Commit

Permalink
Merge pull request #395 from alchemyplatform/gm-create-policy
Browse files Browse the repository at this point in the history
update create policy to inclue network param
  • Loading branch information
SahilAujla authored Jun 12, 2024
2 parents 08024dd + db00cb2 commit bbd854d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions account-abstraction/gas_manager_admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ paths:
rules:
description: Rules for the policy
$ref: './schemas.yaml#/components/schemas/Rules'
network:
description: Network for the policy
type: string
enum: [ETH_MAINNET, ETH_SEPOLIA, ETH_HOLESKY, ARB_MAINNET, ARB_SEPOLIA, MATIC_MAINNET, MATIC_AMOY, OPT_MAINNET, OPT_SEPOLIA, SOLANA_MAINNET, SOLANA_TESTNET, SOLANA_DEVNET, ASTAR_MAINNET, POLYGONZKEVM_MAINNET, POLYGONZKEVM_TESTNET, POLYGONZKEVM_CARDONA, STARKNET_MAINNET, STARKNET_SEPOLIA, BASE_MAINNET, BASE_SEPOLIA, ZKSYNC_MAINNET, ZKSYNC_SEPOLIA, ZORA_MAINNET, ZORA_SEPOLIA, FRAX_MAINNET, FRAX_SEPOLIA, ARBNOVA_MAINNET, OPBNB_MAINNET, OPBNB_TESTNET]

responses:
'200':
description: Policy created successfully
Expand Down

0 comments on commit bbd854d

Please sign in to comment.