Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 3f07ca3

Browse files
authored
Merge pull request #497 from alchemyplatform/gas-manager-admin-2
add networks to response
2 parents 2eed81b + ecd86d6 commit 3f07ca3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

account-abstraction/schemas.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ components:
128128
type: string
129129
description: State of the policy
130130
default: 'ongoing'
131+
networks:
132+
type: array
133+
items:
134+
type: string
135+
description: List of networks the policy is active on.
131136
required:
132137
- policyId
133138
- appId

0 commit comments

Comments
 (0)