mirror of
https://github.com/tornadocash/tornado-subgraph.git
synced 2025-02-10 08:01:23 +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;
|