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

23 lines
441 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
{
prod: 11362619,
network: 'mainnet',
name: 'Echoer',
address: '0x756C4628E57F7e7f8a459EC2752968360Cf4D1AA',
},
2021-06-10 11:49:47 +03:00
];
module.exports = contracts;