Skip to content

Commit 3dcd7db

Browse files
committed
Update Hodler abi
1 parent 94963fe commit 3dcd7db

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/staking-rewards/abi/hodler.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,16 @@ export const hodlerABI = [
841841
"internalType": "uint256",
842842
"name": "availableAt",
843843
"type": "uint256"
844+
},
845+
{
846+
"internalType": "uint256",
847+
"name": "kind",
848+
"type": "uint256"
849+
},
850+
{
851+
"internalType": "string",
852+
"name": "data",
853+
"type": "string"
844854
}
845855
],
846856
"internalType": "struct Hodler.VaultData[]",

0 commit comments

Comments
 (0)