Skip to content

Commit d9b603b

Browse files
author
AugustoL
committed
refactor(contracts-devops): Remove openzeppelin and use only one single file to keep track of the co
1 parent 0160359 commit d9b603b

15 files changed

Lines changed: 63 additions & 1690 deletions

File tree

.contracts.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mainnet": {
3+
"DecentralizedAutonomousTrust": "0xa1d65E8fB6e87b60FECCBc582F7f97804B725521",
4+
"Multicall": "0x742121cD0BB9784c1f17f25B8da1bF3445b93ED4",
5+
"TokenVesting": "0xBd12eBb77eF167a5FF93b7E572b33f2526aE3fd0"
6+
},
7+
"kovan": {
8+
"DecentralizedAutonomousTrust": "0xDd25BaE0659fC06a8d00CD06C7f5A98D71bfB715",
9+
"Multicall": "0xc58930e7d81E97D3B82B324eF59e8AfF4bD723BB",
10+
"TokenVesting": "0x26A20D2585fbFb8D33c766a0E19555A666D42128"
11+
},
12+
"rinkeby": {
13+
"DecentralizedAutonomousTrust": "0xa700BdAba48A3D96219247111B0b708Dc0b51033",
14+
"Multicall": "0xcCe9F2159F5bf387cc70D0cFcc05031558960674",
15+
"TokenVesting": "0x0000000000000000000000000000000000000000"
16+
}
17+
}

0 commit comments

Comments
 (0)