Skip to content

Commit

Permalink
Update 84532-andromeda (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
synthetixio-team authored May 17, 2024
1 parent 89029ee commit 320c73e
Show file tree
Hide file tree
Showing 5 changed files with 2,227 additions and 220 deletions.
33 changes: 33 additions & 0 deletions 84532-andromeda/CoreProxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4149,6 +4149,39 @@
],
"outputs": []
},
{
"type": "function",
"name": "distributeRewardsByOwner",
"constant": false,
"payable": false,
"inputs": [
{
"type": "uint128",
"name": "poolId"
},
{
"type": "address",
"name": "collateralType"
},
{
"type": "address",
"name": "rewardsDistributor"
},
{
"type": "uint256",
"name": "amount"
},
{
"type": "uint64",
"name": "start"
},
{
"type": "uint32",
"name": "duration"
}
],
"outputs": []
},
{
"type": "function",
"name": "getAvailableRewards",
Expand Down
1 change: 1 addition & 0 deletions 84532-andromeda/CoreProxy.readable.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
"event RewardsDistributorRemoved(uint128 indexed poolId, address indexed collateralType, address indexed distributor)",
"function claimRewards(uint128 accountId, uint128 poolId, address collateralType, address distributor) returns (uint256)",
"function distributeRewards(uint128 poolId, address collateralType, uint256 amount, uint64 start, uint32 duration)",
"function distributeRewardsByOwner(uint128 poolId, address collateralType, address rewardsDistributor, uint256 amount, uint64 start, uint32 duration)",
"function getAvailableRewards(uint128 accountId, uint128 poolId, address collateralType, address distributor) view returns (uint256)",
"function getRewardRate(uint128 poolId, address collateralType, address distributor) view returns (uint256)",
"function registerRewardsDistributor(uint128 poolId, address collateralType, address distributor)",
Expand Down
Loading

0 comments on commit 320c73e

Please sign in to comment.