Deploy 6/22/2021 (#411)

buddies-main-deployment
Anna Carroll 3 years ago committed by GitHub
parent 6487fcb3eb
commit 7a3d36c1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 39
      rust/config/1624407589680/alfajores_config.json
  2. 22
      rust/config/1624407589680/alfajores_contracts.json
  3. 9
      rust/config/1624407589680/kathy-partial.json
  4. 39
      rust/config/1624407589680/kovan_config.json
  5. 22
      rust/config/1624407589680/kovan_contracts.json
  6. 3
      rust/config/1624407589680/processor-partial.json
  7. 3
      rust/config/1624407589680/relayer-partial.json
  8. 8
      rust/config/1624407589680/updater-partial.json

@ -0,0 +1,39 @@
{
"signers": {
"alfajores": {
"key": "",
"type": "hexKey"
},
"kovan": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"kovan": {
"address": "0x591BC9172Ca25CA4082582a343Dd2c80F9Fe197F",
"domain": 3000,
"name": "kovan",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": "https://kovan.infura.io/v3/5c456d7844fa40a683e934df60534c60"
}
}
},
"home": {
"address": "0x3fF516e227aEA9C3C012844b08EcB441082a9c07",
"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": "0x4A384198080b9eAFd8792Cf106feE104BBf05e91",
"xappConnectionManager": "0x89FE2D548C76E33FD8Ac0dBA2a34329676464FCb",
"updaterManager": "0x1BDFeaad3AA6A0aE47C4FF53df0FF7Dc583329EB",
"governance": {
"implementation": "0xBBD9067c32B332a8a340E79C8bE5e0bB686A926b",
"proxy": "0x82244EcB805f1e7F4105D0E4072A0e4406Cd3C7D",
"beacon": "0xf0A2732f11e73Dbba34d70B76d55de5FCc8c2C78"
},
"home": {
"implementation": "0x6A95bd6aE2a43a73daa57E6d461c8da68a366777",
"proxy": "0x3fF516e227aEA9C3C012844b08EcB441082a9c07",
"beacon": "0xB1dc621e746e886dF6B7d39aBb6423003D7d357d"
},
"replicas": {
"3000": {
"implementation": "0x272508eF3D27d5e75e64d676553C9A99091d1c1F",
"proxy": "0x61f6A964F1C02DA9de1828bEc78928Ef18dB584C",
"beacon": "0x59Ae2839A6097A5DC77D217f439799B08F090bff"
}
}
}

@ -0,0 +1,9 @@
{
"messageInterval": 100,
"chatGenConfig": {
"destination": 2000,
"message": "static message",
"recipient": "recipient",
"type": "static"
}
}

@ -0,0 +1,39 @@
{
"signers": {
"kovan": {
"key": "",
"type": "hexKey"
},
"alfajores": {
"key": "",
"type": "hexKey"
}
},
"replicas": {
"alfajores": {
"address": "0x61f6A964F1C02DA9de1828bEc78928Ef18dB584C",
"domain": 1000,
"name": "alfajores",
"rpcStyle": "ethereum",
"connection": {
"type": "http",
"url": "https://alfajores-forno.celo-testnet.org"
}
}
},
"home": {
"address": "0xfAED9868046b73A805e1f144AdE61cd4Ea1a856F",
"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": "0x0A08edEAf680cbbE90e2d4b4CB089c143fF62203",
"xappConnectionManager": "0xE22B2008A3386F16826e8b710ae8d5C7126a9937",
"updaterManager": "0x208489b701812594474beEd2CF5d554D667FF371",
"governance": {
"implementation": "0x6A20205F6bdf35bF4e51Fcb411BB8B9f1baa11E7",
"proxy": "0x360D637D54dc6099dfA4Ab88F2249F443FdDf2E8",
"beacon": "0xC72B0CBA22aC0d790B567E806E6e3257aAB103Fe"
},
"home": {
"implementation": "0x6312076d5A91802eC4dA3EBbc58c2dB0Ce0118FE",
"proxy": "0xfAED9868046b73A805e1f144AdE61cd4Ea1a856F",
"beacon": "0x20f63643D5E521E8C1d6D73a2dd09D3C5e752Cbe"
},
"replicas": {
"1000": {
"implementation": "0x680D5206D7964Bf8359BB57eDb1F4249ff695335",
"proxy": "0x591BC9172Ca25CA4082582a343Dd2c80F9Fe197F",
"beacon": "0x84683c2d02FF9DfC65cc2c18Cf668773b318B224"
}
}
}

@ -0,0 +1,3 @@
{
"pollingInterval": 10
}

@ -0,0 +1,8 @@
{
"pollingInterval": 5,
"updatePause": 15,
"updater": {
"key": "",
"type": "hexKey"
}
}
Loading…
Cancel
Save