tornado-deploy/instances.js

31 lines
591 B
JavaScript
Raw Permalink Normal View History

2020-12-18 00:53:43 +01:00
module.exports = [
2021-03-29 08:35:19 +02:00
{
isETH: true,
2021-06-02 18:43:12 +02:00
denomination: '100000000000000000',
2021-06-02 21:30:02 +02:00
domain: 'bnb-01.tornadocash.eth',
2021-06-02 18:43:12 +02:00
symbol: 'BNB',
decimals: 18,
2021-03-29 08:35:19 +02:00
},
2020-12-18 00:53:43 +01:00
{
2021-03-26 21:06:46 +01:00
isETH: true,
2021-06-02 18:43:12 +02:00
denomination: '1000000000000000000',
2021-06-02 21:30:02 +02:00
domain: 'bnb-1.tornadocash.eth',
2021-06-02 18:43:12 +02:00
symbol: 'BNB',
decimals: 18,
2020-12-18 00:53:43 +01:00
},
2021-03-29 08:35:19 +02:00
{
isETH: true,
2021-06-02 18:43:12 +02:00
denomination: '10000000000000000000',
2021-06-02 21:30:02 +02:00
domain: 'bnb-10.tornadocash.eth',
2021-06-02 18:43:12 +02:00
symbol: 'BNB',
decimals: 18,
2021-03-29 08:35:19 +02:00
},
{
isETH: true,
2021-06-02 18:43:12 +02:00
denomination: '100000000000000000000',
2021-06-02 21:30:02 +02:00
domain: 'bnb-100.tornadocash.eth',
2021-06-02 18:43:12 +02:00
symbol: 'BNB',
decimals: 18,
2021-03-29 08:35:19 +02:00
},
2020-12-18 00:53:43 +01:00
]