We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97da914 commit bd86529Copy full SHA for bd86529
lib/policy/abi.ts
@@ -197,4 +197,19 @@ export const policyAbi = [
197
stateMutability: 'view',
198
type: 'function',
199
},
200
+ {
201
+ constant: true,
202
+ inputs: [],
203
+ name: 'capSetter',
204
+ outputs: [
205
206
+ internalType: 'address',
207
+ name: '',
208
+ type: 'address',
209
+ },
210
+ ],
211
+ payable: false,
212
+ stateMutability: 'view',
213
+ type: 'function',
214
215
] as readonly AbiItem[]
0 commit comments