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

29 lines
571 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-06-14 15:33:59 +03:00
{
prod: 15586935,
network: 'matic',
name: 'Echoer',
address: '0x88Fb545DC03438b9FFb958361b7F3CfA6ce1B9c5',
},
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-06-10 11:49:47 +03:00
];
module.exports = contracts;