We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94963fe commit 3dcd7dbCopy full SHA for 3dcd7db
1 file changed
src/staking-rewards/abi/hodler.ts
@@ -841,6 +841,16 @@ export const hodlerABI = [
841
"internalType": "uint256",
842
"name": "availableAt",
843
"type": "uint256"
844
+ },
845
+ {
846
+ "internalType": "uint256",
847
+ "name": "kind",
848
+ "type": "uint256"
849
850
851
+ "internalType": "string",
852
+ "name": "data",
853
+ "type": "string"
854
}
855
],
856
"internalType": "struct Hodler.VaultData[]",
0 commit comments