mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-15 23:47:56 +01:00
xDai
This commit is contained in:
parent
82cf36bcd7
commit
6b3b44f455
@ -6,6 +6,6 @@ SALT=0x1234000000000000000000000000000000000000000000000000000047941987
|
|||||||
|
|
||||||
|
|
||||||
PRIVATE_KEY=0x
|
PRIVATE_KEY=0x
|
||||||
RPC_URL=
|
RPC_URL=https://rpc.xdaichain.com/
|
||||||
NET_ID=137
|
NET_ID=100
|
||||||
GAS_PRICE_IN_WEI=5000000000
|
GAS_PRICE_IN_WEI=5000000000
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --recursive https://github.com/tornadocash/tornado-deploy -b polygon
|
git clone --recursive https://github.com/tornadocash/tornado-deploy -b xDai
|
||||||
cd tornado-deploy
|
cd tornado-deploy
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
yarn
|
yarn
|
||||||
|
16
instances.js
16
instances.js
@ -2,29 +2,29 @@ module.exports = [
|
|||||||
{
|
{
|
||||||
isETH: true,
|
isETH: true,
|
||||||
denomination: '100000000000000000000',
|
denomination: '100000000000000000000',
|
||||||
domain: 'matic-100.tornadocash.eth',
|
domain: 'xdai-100.tornadocash.eth',
|
||||||
symbol: 'MATIC',
|
symbol: 'xDAI',
|
||||||
decimals: 18,
|
decimals: 18,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
isETH: true,
|
isETH: true,
|
||||||
denomination: '1000000000000000000000',
|
denomination: '1000000000000000000000',
|
||||||
domain: 'matic-1000.tornadocash.eth',
|
domain: 'xdai-1000.tornadocash.eth',
|
||||||
symbol: 'MATIC',
|
symbol: 'xDAI',
|
||||||
decimals: 18,
|
decimals: 18,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
isETH: true,
|
isETH: true,
|
||||||
denomination: '10000000000000000000000',
|
denomination: '10000000000000000000000',
|
||||||
domain: 'matic-10000.tornadocash.eth',
|
domain: 'xdai-10000.tornadocash.eth',
|
||||||
symbol: 'MATIC',
|
symbol: 'xDAI',
|
||||||
decimals: 18,
|
decimals: 18,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
isETH: true,
|
isETH: true,
|
||||||
denomination: '100000000000000000000000',
|
denomination: '100000000000000000000000',
|
||||||
domain: 'matic-100000.tornadocash.eth',
|
domain: 'xdai-100000.tornadocash.eth',
|
||||||
symbol: 'MATIC',
|
symbol: 'xDAI',
|
||||||
decimals: 18,
|
decimals: 18,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
@ -8,6 +8,7 @@ const prefix = {
|
|||||||
42: 'kovan.etherscan.io',
|
42: 'kovan.etherscan.io',
|
||||||
5: 'goerli.etherscan.io',
|
5: 'goerli.etherscan.io',
|
||||||
56: 'bscscan.com',
|
56: 'bscscan.com',
|
||||||
|
100: 'blockscout.com/xdai/mainnet',
|
||||||
137: 'polygonscan.com',
|
137: 'polygonscan.com',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user