Skip to content

Commit

Permalink
chore(bindings): update contract bindings (#253)
Browse files Browse the repository at this point in the history
Update the contract bindings.

issue: none
  • Loading branch information
0xHansLee authored Oct 20, 2024
1 parent a73c638 commit f79d6f4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions contracts/bindings/iptokenstaking.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/bindings/iptokenstaking_more.go

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions contracts/bindings/iptokenstaking_storage_layout.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"storage": [
{
"astId": 45037,
"astId": 46835,
"contract": "src/protocol/IPTokenStaking.sol:IPTokenStaking",
"label": "minCommissionRate",
"offset": 0,
"slot": "0",
"type": "t_uint256"
},
{
"astId": 45040,
"astId": 46838,
"contract": "src/protocol/IPTokenStaking.sol:IPTokenStaking",
"label": "minStakeAmount",
"offset": 0,
"slot": "1",
"type": "t_uint256"
},
{
"astId": 45043,
"astId": 46841,
"contract": "src/protocol/IPTokenStaking.sol:IPTokenStaking",
"label": "minUnstakeAmount",
"offset": 0,
"slot": "2",
"type": "t_uint256"
},
{
"astId": 45046,
"astId": 46844,
"contract": "src/protocol/IPTokenStaking.sol:IPTokenStaking",
"label": "_delegationIdCounter",
"offset": 0,
"slot": "3",
"type": "t_uint256"
},
{
"astId": 45049,
"astId": 46847,
"contract": "src/protocol/IPTokenStaking.sol:IPTokenStaking",
"label": "fee",
"offset": 0,
Expand Down
4 changes: 2 additions & 2 deletions contracts/bindings/ubipool.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/bindings/ubipool_more.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions contracts/bindings/ubipool_storage_layout.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"storage": [
{
"astId": 1348,
"astId": 1280,
"contract": "src/protocol/UBIPool.sol:UBIPool",
"label": "currentDistributionId",
"offset": 0,
"slot": "0",
"type": "t_uint256"
},
{
"astId": 1355,
"astId": 1287,
"contract": "src/protocol/UBIPool.sol:UBIPool",
"label": "validatorUBIAmounts",
"offset": 0,
Expand Down

0 comments on commit f79d6f4

Please sign in to comment.