From 1bf513df9281bd68214d2666a1e43bd76c6108d3 Mon Sep 17 00:00:00 2001 From: svin Date: Fri, 10 Mar 2023 15:45:51 +0200 Subject: [PATCH] Redeploy master multisig --- deployments/test.json | 84 +++++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/deployments/test.json b/deployments/test.json index df3d6cb7..e51869c1 100644 --- a/deployments/test.json +++ b/deployments/test.json @@ -1,46 +1,4 @@ { - "MasterMultisig": { - "address": "0x05337fc52d13ee0A7173c6fa5395De57bF771f25", - "abi": [ - "constructor(address[] _signers, bool[] isInitiatorFlags, uint256 _threshold)", - "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 changeOwners(address[] multisigs, address newOwner)", - "function changeSigners(address[] signersToRemove, address[] signersToAdd, bool[] isInitiatorFlags)", - "function changeSignersMaster(tuple(address contract_, address[] signersToRemove, address[] signersToAdd, bool[] isInitiatorFlags)[] changes)", - "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 getAllSigners(address[] multisigs) view returns (tuple(address[] signers, bool[] isInitiatorFlags, uint256 threshold)[])", - "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": "0x4bf7e0dc685e078fbd50ec1a4ea33d44974a156da7caf5f64952465975a8b62a" - }, "FinanceMaster_Multisig": { "address": "0x718bE0D5EFF5e9364D44e5EA5B4dE293E8a6F6bE", "abi": [ @@ -303,5 +261,47 @@ "function withdraw(address addressTo, uint256 amount)" ], "deployTx": "0x3e905d4e7d9ed8a8a0f39eea50e35500dc4c5647d2b429bebc8ba6c2994542b6" + }, + "MasterMultisig": { + "address": "0x17D3A416062724d15C29263d9FdB970132e40776", + "abi": [ + "constructor(address[] _signers, bool[] isInitiatorFlags, uint256 _threshold)", + "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 changeOwners(address[] multisigs, address newOwner)", + "function changeSigners(address[] signersToRemove, address[] signersToAdd, bool[] isInitiatorFlags)", + "function changeSignersMaster(tuple(address contract_, address[] signersToRemove, address[] signersToAdd, bool[] isInitiatorFlags)[] changes)", + "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 getAllSigners(address[] multisigs) view returns (tuple(address[] signers, bool[] isInitiatorFlags, uint256 threshold)[])", + "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": "0x2eb3c0cf6a06842763a1640083a6d9783b612777d53bebf1ab57c5b0450d6771" } } \ No newline at end of file diff --git a/package.json b/package.json index 01768474..388e2b35 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/ambrosus/airdao-node-contracts.git" }, - "version": "0.0.38", + "version": "0.0.39", "main": "./dist/src/index.js", "files": [ "dist/**/*"