You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: account-abstraction/gas_manager_admin.yaml
+9-16Lines changed: 9 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ paths:
32
32
default: 'My Policy'
33
33
policyType:
34
34
type: string
35
-
description: Type of the policy (e.g. "sponsorship")
35
+
description: Type of the policy (e.g. "sponsorship"). Currently we support "sponsorship" (for EVM network policies) and "solana" (for Solana network policies).
36
36
default: 'sponsorship'
37
37
appId:
38
38
type: string
@@ -41,15 +41,11 @@ paths:
41
41
Learn how to find your app ID [here](https://docs.alchemy.com/reference/notify-api-faq#where-can-i-find-the-app-id).
42
42
default: '6d834x9k1yh4dx6z'
43
43
rules:
44
-
description: Rules for the policy
44
+
description: Rules for "sponsorship" policy type. Empty if `policyType` is not "sponsorship".
45
45
$ref: './schemas.yaml#/components/schemas/Rules'
46
-
networks:
47
-
description: Networks for the policy
48
-
type: array
49
-
items:
50
-
type: string
51
-
default:
52
-
- ETH_MAINNET
46
+
solanaRules:
47
+
description: Rules for "solana" policy type. Empty if `policyType` is not "solana".
0 commit comments