Skip to content

Commit

Permalink
deploy bond
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyGrease committed Feb 8, 2024
1 parent 40f9355 commit 8e2dd1b
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions deployments/22040.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,5 +962,59 @@
"implementation": "0x026Dd3A1F0B3470e76DF96AC4C47ec36C46e7B7F",
"fullyQualifiedName": "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol:ERC1967Proxy"
}
},
"BondMarketplaceTreasury_Multisig": {
"address": "0xF1FdC30781D0d8da9b796de5D6234d1cD943C965",
"abi": [
"constructor(address[] _signers, bool[] isInitiatorFlags, uint256 _threshold, address owner)",
"event Confirmation(address indexed sender, uint256 indexed txId)",
"event Execution(uint256 indexed txId)",
"event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)",
"event Revocation(address indexed sender, uint256 indexed txId)",
"event SignerAddition(address indexed signer, bool isInitiator)",
"event SignerRemoval(address indexed signer)",
"event Submission(uint256 indexed txId)",
"event ThresholdChange(uint256 required)",
"function changeSigners(address[] signersToRemove, address[] signersToAdd, bool[] isInitiatorFlags)",
"function changeThreshold(uint256 _threshold)",
"function checkBeforeSubmitTransaction(address destination, uint256 value, bytes data) payable",
"function confirmTransaction(uint256 txId)",
"function confirmations(uint256, address) view returns (bool)",
"function getConfirmations(uint256 txId) view returns (address[])",
"function getInitiatorsCount() view returns (uint256)",
"function getRequiredSignersCount() view returns (uint256)",
"function getSigners() view returns (address[], bool[])",
"function getTransactionData(uint256 txId) view returns (tuple(address destination, uint256 value, bytes data, bool executed), address[])",
"function getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] result)",
"function isConfirmed(uint256 txId) view returns (bool)",
"function isInitiator(address) view returns (bool)",
"function isSigner(address) view returns (bool)",
"function owner() view returns (address)",
"function renounceOwnership()",
"function revokeConfirmation(uint256 txId)",
"function signers(uint256) view returns (address)",
"function submitTransaction(address destination, uint256 value, bytes data) payable returns (uint256 txId)",
"function threshold() view returns (uint256)",
"function transactionCount() view returns (uint256)",
"function transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)",
"function transferOwnership(address newOwner)",
"function withdraw(address to, uint256 amount)"
],
"deployTx": "0x0de24b03c43352f0fcaa803b386e1f7ef4b5528c29645803424dc18c1afc9da8",
"fullyQualifiedName": "contracts/multisig/Multisig.sol:Multisig"
},
"BondMarketplaceTreasury": {
"address": "0x66b6a5b6050A1DBA8604C3cF8010c208CB9114c0",
"abi": [
"constructor(address owner)",
"event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)",
"event Withdraw(address addressTo, uint256 amount)",
"function owner() view returns (address)",
"function renounceOwnership()",
"function transferOwnership(address newOwner)",
"function withdraw(address addressTo, uint256 amount)"
],
"deployTx": "0x609803d765a013495ef10a4dec259e10bad9f869640838bdb8cd1b8a7e601b36",
"fullyQualifiedName": "contracts/finance/Finance.sol:Finance"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"deploy_servernodes_manager": "hardhat run scripts/staking/deploy_servernodes_manager.ts --network dev",
"deploy_legacy_pool_manager": "hardhat run scripts/staking/deploy_legacy_pool_manager.ts --network dev",
"deploy_staking": "npm run deploy_validatorset && npm run deploy_treasury && npm run deploy_basenodes_manager && npm run deploy_servernodes_manager && npm run deploy_legacy_pool_manager",
"deploy_bond": "hardhat run scripts/bond/deploy_bond.ts --network test",
"deploy_bond": "hardhat run scripts/bond/deploy_bond.ts --network dev",
"deploy_all": "npm run deploy_multisig && npm run deploy_finance && npm run deploy_airdrop && npm run deploy_staking && npm run deploy_bond",
"migration_to_new_staking": "hardhat run scripts/staking/migrate_to_new_staking.ts --network dev",
"deploy_fees": "hardhat run scripts/fees/deploy_fees.ts --network dev",
Expand Down

0 comments on commit 8e2dd1b

Please sign in to comment.