Skip to content

Commit

Permalink
Merge pull request #5 from decent-dao/goerli-deployment
Browse files Browse the repository at this point in the history
Goerli deployment
  • Loading branch information
tbwebb22 authored Oct 21, 2022
2 parents a699cbf + d160b60 commit 6da7583
Show file tree
Hide file tree
Showing 19 changed files with 2,927 additions and 1,133 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { DeployFunction } from "hardhat-deploy/types";
import { deployNonUpgradeable } from "../helpers/deployNonUpgradeable";

const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
await deployNonUpgradeable(hre, "CallbackGnosis", []);
await deployNonUpgradeable(hre, "VetoMultisigVoting", []);
};

export default func;
113 changes: 0 additions & 113 deletions deployments/goerli/CallbackGnosis.json

This file was deleted.

90 changes: 0 additions & 90 deletions deployments/goerli/ClaimFactory.json

This file was deleted.

368 changes: 0 additions & 368 deletions deployments/goerli/ClaimSubsidiary.json

This file was deleted.

44 changes: 22 additions & 22 deletions deployments/goerli/FractalModule.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions deployments/goerli/FractalNameRegistry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "0x6b45f7081E2144A442a400E81d4c5593c13c3700",
"address": "0x14d56CE23F76921203b1a092744A067D7d8963c2",
"abi": [
{
"anonymous": false,
Expand Down Expand Up @@ -34,19 +34,19 @@
"type": "function"
}
],
"transactionHash": "0xe500cf5a5a78eb3b80eb2f6e341a9097db48d890ceacbf0720fbdc6d734cb7d8",
"transactionHash": "0xd3069d76da8f48b463d109bd4ae132d91a001790bd57d4dfe97515a75394f053",
"receipt": {
"to": null,
"from": "0x346658f99924B8Cfe8b6A2418070192385848CA9",
"contractAddress": "0x6b45f7081E2144A442a400E81d4c5593c13c3700",
"transactionIndex": 32,
"contractAddress": "0x14d56CE23F76921203b1a092744A067D7d8963c2",
"transactionIndex": 8,
"gasUsed": "155809",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xd104bdb3c631528441ab383a5c751156527002a0b249876c41b4cb5058f96a9e",
"transactionHash": "0xe500cf5a5a78eb3b80eb2f6e341a9097db48d890ceacbf0720fbdc6d734cb7d8",
"blockHash": "0xb7f058285951a196dfb4e3768787e8952bfec4b62b6f08d2cde69323ae73773a",
"transactionHash": "0xd3069d76da8f48b463d109bd4ae132d91a001790bd57d4dfe97515a75394f053",
"logs": [],
"blockNumber": 7752441,
"cumulativeGasUsed": "28557101",
"blockNumber": 7804425,
"cumulativeGasUsed": "2088334",
"status": 1,
"byzantium": true
},
Expand Down
453 changes: 453 additions & 0 deletions deployments/goerli/TokenClaim.json

Large diffs are not rendered by default.

90 changes: 0 additions & 90 deletions deployments/goerli/TokenFactory.json

This file was deleted.

208 changes: 41 additions & 167 deletions deployments/goerli/VetoERC20Voting.json

Large diffs are not rendered by default.

81 changes: 51 additions & 30 deletions deployments/goerli/VetoGuard.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6da7583

Please sign in to comment.