From 111d2007538a59276e70792aca499b752b85ac16 Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Wed, 2 Jun 2021 12:30:02 -0700 Subject: [PATCH] small changes --- .env.example | 22 +++++++--------------- README.md | 2 +- instances.js | 8 ++++---- 3 files changed, 12 insertions(+), 20 deletions(-) diff --git a/.env.example b/.env.example index 2b35fb1..74230e1 100644 --- a/.env.example +++ b/.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 diff --git a/README.md b/README.md index 6de1315..09ec8ed 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/instances.js b/instances.js index df12994..ce0cfd6 100644 --- a/instances.js +++ b/instances.js @@ -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, },