tornado-subgraph/mustache/templates/echoer/contracts.js

41 lines
833 B
JavaScript
Raw Normal View History

2021-06-10 11:49:47 +03:00
const contracts = [
{
prod: 8159269,
2021-06-10 11:49:47 +03:00
network: 'bsc',
name: 'Echoer',
address: '0xa75BF2815618872f155b7C4B0C81bF990f5245E4',
2021-06-10 11:49:47 +03:00
},
2021-08-17 06:30:46 +03:00
{
2021-08-25 15:47:27 +03:00
prod: 17754564,
2021-08-17 06:30:46 +03:00
network: 'xdai',
name: 'Echoer',
2021-08-25 15:47:27 +03:00
address: '0xa75BF2815618872f155b7C4B0C81bF990f5245E4',
2021-08-17 06:30:46 +03:00
},
2021-06-14 15:33:59 +03:00
{
2021-06-28 23:14:45 +03:00
prod: 16257996,
2021-06-14 15:33:59 +03:00
network: 'matic',
name: 'Echoer',
2021-06-28 23:14:45 +03:00
address: '0xa75BF2815618872f155b7C4B0C81bF990f5245E4',
2021-06-14 15:33:59 +03:00
},
2021-06-14 18:30:44 +03:00
{
2021-06-23 14:39:41 +03:00
prod: 11842486,
2021-06-14 18:30:44 +03:00
network: 'mainnet',
name: 'Echoer',
2021-06-23 14:39:41 +03:00
address: '0x9B27DD5Bb15d42DC224FCD0B7caEbBe16161Df42',
2021-06-14 18:30:44 +03:00
},
2021-06-21 13:14:18 +03:00
{
prod: 3781595,
network: 'goerli',
name: 'Echoer',
address: '0x37e6859804b6499d1e4a86d70a5fdd5de6a0ac65',
},
2021-09-14 18:28:22 +03:00
{
2021-09-17 08:01:36 +03:00
prod: 4429813,
2021-09-14 18:28:22 +03:00
network: 'avalanche',
name: 'Echoer',
2021-09-17 08:01:36 +03:00
address: '0xa75BF2815618872f155b7C4B0C81bF990f5245E4',
2021-09-14 18:28:22 +03:00
},
2021-06-10 11:49:47 +03:00
];
module.exports = contracts;