This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ paths:
46
46
solanaRules :
47
47
description : Rules for "solana" policy type. Empty if `policyType` is not "solana".
48
48
$ref : ' ./schemas.yaml#/components/schemas/SolanaRules'
49
+ networks :
50
+ description : |
51
+ Networks for the policy. Example: ["ETH_MAINNET"]. For Solana policies, valid values are "SOLANA_MAINNET" and "SOLANA_DEVNET".
52
+ type : array
53
+ items :
54
+ type : string
49
55
responses :
50
56
' 200 ' :
51
57
description : Policy created successfully
@@ -150,6 +156,12 @@ paths:
150
156
solanaRules :
151
157
$ref : ' ./schemas.yaml#/components/schemas/SolanaRules'
152
158
description : Rules for "solana" policy type. Empty if `policyType` is not "solana".
159
+ networks :
160
+ description : |
161
+ Networks for the policy. Example: ["ETH_MAINNET"]. For Solana policies, valid values are "SOLANA_MAINNET" and "SOLANA_DEVNET".
162
+ type : array
163
+ items :
164
+ type : string
153
165
responses :
154
166
' 200 ' :
155
167
description : Policy rules replaced successfully
Original file line number Diff line number Diff line change @@ -65,12 +65,6 @@ components:
65
65
required :
66
66
- webhookUrl
67
67
- approveOnFailure
68
- networks :
69
- description : |
70
- Networks for the policy. Example: ["ETH_MAINNET"]
71
- type : array
72
- items :
73
- type : string
74
68
required :
75
69
- sponsorshipExpiryMs
76
70
@@ -92,12 +86,6 @@ components:
92
86
endTimeUnix :
93
87
type : string
94
88
description : Unix timestamp of when the policy ends
95
- networks :
96
- type : array
97
- items :
98
- type : string
99
- description : List of networks the policy is active on. Valid values are "SOLANA_MAINNET" and "SOLANA_DEVNET".
100
-
101
89
102
90
Policy :
103
91
type : object
You can’t perform that action at this time.
0 commit comments