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

11 lines
179 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
},
];
module.exports = contracts;