This commit is contained in:
Danil Kovtonyuk 2021-08-17 13:09:47 +10:00
parent 82cf36bcd7
commit 6b3b44f455
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746
4 changed files with 12 additions and 11 deletions

View File

@ -6,6 +6,6 @@ SALT=0x1234000000000000000000000000000000000000000000000000000047941987
PRIVATE_KEY=0x
RPC_URL=
NET_ID=137
RPC_URL=https://rpc.xdaichain.com/
NET_ID=100
GAS_PRICE_IN_WEI=5000000000

View File

@ -6,7 +6,7 @@
## 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
cp .env.example .env
yarn

View File

@ -2,29 +2,29 @@ module.exports = [
{
isETH: true,
denomination: '100000000000000000000',
domain: 'matic-100.tornadocash.eth',
symbol: 'MATIC',
domain: 'xdai-100.tornadocash.eth',
symbol: 'xDAI',
decimals: 18,
},
{
isETH: true,
denomination: '1000000000000000000000',
domain: 'matic-1000.tornadocash.eth',
symbol: 'MATIC',
domain: 'xdai-1000.tornadocash.eth',
symbol: 'xDAI',
decimals: 18,
},
{
isETH: true,
denomination: '10000000000000000000000',
domain: 'matic-10000.tornadocash.eth',
symbol: 'MATIC',
domain: 'xdai-10000.tornadocash.eth',
symbol: 'xDAI',
decimals: 18,
},
{
isETH: true,
denomination: '100000000000000000000000',
domain: 'matic-100000.tornadocash.eth',
symbol: 'MATIC',
domain: 'xdai-100000.tornadocash.eth',
symbol: 'xDAI',
decimals: 18,
},
]

View File

@ -8,6 +8,7 @@ const prefix = {
42: 'kovan.etherscan.io',
5: 'goerli.etherscan.io',
56: 'bscscan.com',
100: 'blockscout.com/xdai/mainnet',
137: 'polygonscan.com',
}