Testnet deploy June 18 2021

buddies-main-deployment
anna-caroll 3 years ago
parent 41b19b70dd
commit e8d3c55b70
No known key found for this signature in database
GPG Key ID: C1584CE3EE85704E
  1. 2
      .gitignore
  2. 39
      rust/config/1624038123856/alfajores_config.json
  3. 22
      rust/config/1624038123856/alfajores_contracts.json
  4. 39
      rust/config/1624038123856/kovan_config.json
  5. 22
      rust/config/1624038123856/kovan_contracts.json

2
.gitignore vendored

@ -4,4 +4,4 @@ config.json
typescript/tmp.ts
rust/tmp_db
tmp.env
rust/tmp.env

@ -0,0 +1,39 @@
{
"signers": {
"alfajores": {
"key": "",
"type": "hexKey"
},
"kovan": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"kovan": {
"address": "0x49b95fa9933a001A08d3EbE861C8726deA8dA4d2",
"domain": 3000,
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": "https://kovan.infura.io/v3/5c456d7844fa40a683e934df60534c60"
}
}
},
"home": {
"address": "0x21DAF78B2156A357e2eF9A0BEaF22f95f33A561d",
"domain": 1000,
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": "https://alfajores-forno.celo-testnet.org"
}
},
"tracing": {
"level": "debug",
"style": "pretty"
},
"db": "db_path"
}

@ -0,0 +1,22 @@
{
"upgradeBeaconController": "0x6d5872450D008c06eeB809EC9341Dd8375be613d",
"xappConnectionManager": "0xf2fFe0464F43932Dc269259048E89efc7C61FA83",
"updaterManager": "0x0D40D55521eD58A329a63aeaB35a5fcc3e78fFD8",
"governance": {
"implementation": "0xb6D2a584DdC84A607cE9C70Ec3Edb7a7f8017bC6",
"proxy": "0xf2eB9EA8aB542821D392e7A50E34CdCD1bDC8fe4",
"beacon": "0xc18D0aaD1c82653A0cFD665EEfDc2d017a265a48"
},
"home": {
"implementation": "0xee1F743B6E51f536C3840203aF3C86a72A7adaD2",
"proxy": "0x21DAF78B2156A357e2eF9A0BEaF22f95f33A561d",
"beacon": "0x5c8145fc0eD84a215A342C67B6641FDFD1955cb5"
},
"replicas": {
"3000": {
"implementation": "0xEd9E99872Af4cc17A5b17D3c60E4f8664e34Db5d",
"proxy": "0xa02e401500B69e9635CCDD39dcb20735cd0826cb",
"beacon": "0xa6C8d410cf30916525bE04f101063b03d30dCd08"
}
}
}

@ -0,0 +1,39 @@
{
"signers": {
"kovan": {
"key": "",
"type": "hexKey"
},
"alfajores": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"alfajores": {
"address": "0xa02e401500B69e9635CCDD39dcb20735cd0826cb",
"domain": 1000,
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": "https://alfajores-forno.celo-testnet.org"
}
}
},
"home": {
"address": "0xC643c40167Cdbf89230C57f6c949243E95E41d79",
"domain": 3000,
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": "https://kovan.infura.io/v3/5c456d7844fa40a683e934df60534c60"
}
},
"tracing": {
"level": "debug",
"style": "pretty"
},
"db": "db_path"
}

@ -0,0 +1,22 @@
{
"upgradeBeaconController": "0x3Ae05E294227356393cEBAe63B6007803D721f97",
"xappConnectionManager": "0xAf95458fd276d303e0baFb3549c3c6Dc683a3f26",
"updaterManager": "0x201642B7C4141a0f0Bc2c16acA3E07502F676b1B",
"governance": {
"implementation": "0xB74f33F88c7A19433ed567aB3bAD7BE12df1D912",
"proxy": "0x6ec2bb7cA776322fE18193882faD0AA3Afe1b3d1",
"beacon": "0x7ab6DD4a066a4F6699AA4efa6290906308b48904"
},
"home": {
"implementation": "0xcEf36eEBB372629f5Ac471DB105DD9010e6b4a92",
"proxy": "0xC643c40167Cdbf89230C57f6c949243E95E41d79",
"beacon": "0x0D3610bf6DA7521ecDF402Ad33ffAC56736C7373"
},
"replicas": {
"1000": {
"implementation": "0x3345fb78395676703F39269383289b61Fb7e9D9a",
"proxy": "0x49b95fa9933a001A08d3EbE861C8726deA8dA4d2",
"beacon": "0x27144647945D12A0d7242B2dB7cd8491dAFB1849"
}
}
}
Loading…
Cancel
Save