Skip to content

Commit bd86529

Browse files
authored
add capSetter for policy abi (#464)
1 parent 97da914 commit bd86529

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

lib/policy/abi.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,19 @@ export const policyAbi = [
197197
stateMutability: 'view',
198198
type: 'function',
199199
},
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+
},
200215
] as readonly AbiItem[]

0 commit comments

Comments
 (0)