mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2025-01-15 23:47:56 +01:00
small changes
This commit is contained in:
parent
2689dbd414
commit
111d200753
22
.env.example
22
.env.example
@ -1,19 +1,11 @@
|
||||
# Mainnet
|
||||
DEPLOYER=0xCEe71753C9820f063b38FDbE4cFDAf1d3D928A80
|
||||
HASHER=0x83584f83f26aF4eDDA9CBe8C730bc87C364b28fe
|
||||
VERIFIER=0xce172ce1F20EC0B3728c9965470eaf994A03557A
|
||||
SALT=0x0000000000000000000000000000000000000000000000000000000047941987
|
||||
COMP_ADDRESS=0xc00e94Cb662C3520282E6f5717214004A7f26888
|
||||
|
||||
# Goerli
|
||||
DEPLOYER=0xCEe71753C9820f063b38FDbE4cFDAf1d3D928A80
|
||||
HASHER=0xf425b830943d086390b1C6CcB34033F2601a5341
|
||||
VERIFIER=0xe65A2C40f2a8975D4A238a2EaD06137b560aF387
|
||||
SALT=0x0000000000000000000000000000000000000000000000000000000047941987
|
||||
|
||||
# DEPLOYER=0xCEe71753C9820f063b38FDbE4cFDAf1d3D928A80
|
||||
# HASHER=0x83584f83f26aF4eDDA9CBe8C730bc87C364b28fe
|
||||
# VERIFIER=0xce172ce1F20EC0B3728c9965470eaf994A03557A
|
||||
SALT=0x1234000000000000000000000000000000000000000000000000000047941987
|
||||
|
||||
|
||||
PRIVATE_KEY=0x
|
||||
RPC_URL=
|
||||
NET_ID=42
|
||||
GAS_PRICE_IN_WEI=123000000000
|
||||
RPC_URL=https://bsc-dataseed.binance.org/
|
||||
NET_ID=56
|
||||
GAS_PRICE_IN_WEI=5000000000
|
||||
|
@ -6,7 +6,7 @@
|
||||
## Usage
|
||||
|
||||
```
|
||||
git clone --recursive https://github.com/tornadocash/tornado-deploy -b tornado-core
|
||||
git clone --recursive https://github.com/tornadocash/tornado-deploy -b bsc
|
||||
cd tornado-deploy
|
||||
cp .env.example .env
|
||||
yarn
|
||||
|
@ -2,28 +2,28 @@ module.exports = [
|
||||
{
|
||||
isETH: true,
|
||||
denomination: '100000000000000000',
|
||||
domain: 'eth-01.tornadocash.eth',
|
||||
domain: 'bnb-01.tornadocash.eth',
|
||||
symbol: 'BNB',
|
||||
decimals: 18,
|
||||
},
|
||||
{
|
||||
isETH: true,
|
||||
denomination: '1000000000000000000',
|
||||
domain: 'eth-1.tornadocash.eth',
|
||||
domain: 'bnb-1.tornadocash.eth',
|
||||
symbol: 'BNB',
|
||||
decimals: 18,
|
||||
},
|
||||
{
|
||||
isETH: true,
|
||||
denomination: '10000000000000000000',
|
||||
domain: 'eth-10.tornadocash.eth',
|
||||
domain: 'bnb-10.tornadocash.eth',
|
||||
symbol: 'BNB',
|
||||
decimals: 18,
|
||||
},
|
||||
{
|
||||
isETH: true,
|
||||
denomination: '100000000000000000000',
|
||||
domain: 'eth-100.tornadocash.eth',
|
||||
domain: 'bnb-100.tornadocash.eth',
|
||||
symbol: 'BNB',
|
||||
decimals: 18,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user