Skip to content

Commit

Permalink
Update Coston2 contract configuration.
Browse files Browse the repository at this point in the history
Update contract abis.
  • Loading branch information
adg-flare committed Sep 5, 2024
1 parent 29f488c commit 17e02b8
Show file tree
Hide file tree
Showing 7 changed files with 480 additions and 113 deletions.
4 changes: 2 additions & 2 deletions abi/FastUpdateIncentiveManager.json

Large diffs are not rendered by default.

75 changes: 70 additions & 5 deletions abi/FastUpdater.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions abi/ProtocolMerkleStructs.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"type": "uint120"
},
{
"internalType": "enum IRewardManager.ClaimType",
"internalType": "enum RewardsV2Interface.ClaimType",
"name": "claimType",
"type": "uint8"
}
],
"internalType": "struct IRewardManager.RewardClaim",
"internalType": "struct RewardsV2Interface.RewardClaim",
"name": "_claim",
"type": "tuple"
}
Expand Down Expand Up @@ -65,17 +65,17 @@
"type": "uint120"
},
{
"internalType": "enum IRewardManager.ClaimType",
"internalType": "enum RewardsV2Interface.ClaimType",
"name": "claimType",
"type": "uint8"
}
],
"internalType": "struct IRewardManager.RewardClaim",
"internalType": "struct RewardsV2Interface.RewardClaim",
"name": "body",
"type": "tuple"
}
],
"internalType": "struct IRewardManager.RewardClaimWithProof",
"internalType": "struct RewardsV2Interface.RewardClaimWithProof",
"name": "_proof",
"type": "tuple"
}
Expand Down
Loading

0 comments on commit 17e02b8

Please sign in to comment.