Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fee collector (rewards bank) for Astra Ecosystem #43

Merged
merged 7 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions deployments/22040.json
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,26 @@
"deployTx": "0x91dcfdbe3cb1a0c7a0d7cb5f51a18e75fd4003cc40b35cd577d17962d2810fd9",
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
},
"Ecosystem_Astradex_ChronosFeeCollector": {
"address": "0x927ade9eF5a4A4B94E2eBcBcc84441d584c44d7D",
"abi": [
"constructor()",
"event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)",
"event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)",
"event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)",
"function DEFAULT_ADMIN_ROLE() view returns (bytes32)",
"function getRoleAdmin(bytes32 role) view returns (bytes32)",
"function grantRole(bytes32 role, address account)",
"function hasRole(bytes32 role, address account) view returns (bool)",
"function renounceRole(bytes32 role, address account)",
"function revokeRole(bytes32 role, address account)",
"function supportsInterface(bytes4 interfaceId) view returns (bool)",
"function withdrawAmb(address addressTo, uint256 amount)",
"function withdrawErc20(address tokenAddress, address addressTo, uint256 amount)"
],
"deployTx": "0x28b23ef153dd329d2786fab91a6a52c42b95495b5e10564ab7476eae825fa5a8",
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
},
"Ecosystem_Government_Multisig": {
"address": "0xCf457c3A00b2132241357C3b026C590909074837",
"abi": [
Expand Down
22 changes: 21 additions & 1 deletion deployments/30746.json
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,26 @@
"deployTx": "0xce4c792d941f7b0a07fdad613be0ce4ed8f9378f5e49e3e0f711c62fcb0268da",
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
},
"Ecosystem_Astradex_ChronosFeeCollector": {
"address": "0x5346D8131Bf92B2C1647CEA2061d5aAE71CDAbfa",
"abi": [
"constructor()",
"event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)",
"event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)",
"event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)",
"function DEFAULT_ADMIN_ROLE() view returns (bytes32)",
"function getRoleAdmin(bytes32 role) view returns (bytes32)",
"function grantRole(bytes32 role, address account)",
"function hasRole(bytes32 role, address account) view returns (bool)",
"function renounceRole(bytes32 role, address account)",
"function revokeRole(bytes32 role, address account)",
"function supportsInterface(bytes4 interfaceId) view returns (bool)",
"function withdrawAmb(address addressTo, uint256 amount)",
"function withdrawErc20(address tokenAddress, address addressTo, uint256 amount)"
],
"deployTx": "0x3749534bd57b3a0bb5acb930dcb1e3ef5feb6087c6be69b6cad8d6a7c4d9a2dc",
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
},
"Ecosystem_Government_Multisig": {
"address": "0x44E2880c2d4f1b806FD106a209EEDf0e7dC9C4aE",
"abi": [
Expand Down Expand Up @@ -1662,4 +1682,4 @@
"fullyQualifiedName": "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol:ERC1967Proxy"
}
}
}
}
Loading
Loading