mirror of
https://github.com/tornadocash/tornado-subgraph.git
synced 2024-12-23 09:51:18 +01:00
11 lines
179 B
JavaScript
11 lines
179 B
JavaScript
|
const contracts = [
|
||
|
{
|
||
|
prod: 8158799,
|
||
|
network: 'bsc',
|
||
|
name: 'Echoer',
|
||
|
address: '0x0D5550d52428E7e3175bfc9550207e4ad3859b17',
|
||
|
},
|
||
|
];
|
||
|
|
||
|
module.exports = contracts;
|