mirror of
https://github.com/vacp2p/staking-demo-app.git
synced 2026-01-08 20:37:57 -05:00
remove old field from ABI
This commit is contained in:
@@ -39,7 +39,6 @@ export const stakingManagerAbi = [
|
|||||||
{ internalType: 'uint256', name: 'maxMP', type: 'uint256' },
|
{ internalType: 'uint256', name: 'maxMP', type: 'uint256' },
|
||||||
{ internalType: 'uint256', name: 'lastMPUpdateTime', type: 'uint256' },
|
{ internalType: 'uint256', name: 'lastMPUpdateTime', type: 'uint256' },
|
||||||
{ internalType: 'uint256', name: 'lockUntil', type: 'uint256' },
|
{ internalType: 'uint256', name: 'lockUntil', type: 'uint256' },
|
||||||
{ internalType: 'uint256', name: 'mpStaked', type: 'uint256' },
|
|
||||||
{ internalType: 'uint256', name: 'rewardsAccrued', type: 'uint256' }
|
{ internalType: 'uint256', name: 'rewardsAccrued', type: 'uint256' }
|
||||||
],
|
],
|
||||||
internalType: 'struct RewardsStreamerMP.VaultData',
|
internalType: 'struct RewardsStreamerMP.VaultData',
|
||||||
|
|||||||
Reference in New Issue
Block a user