mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-07 16:55:02 -04:00
Make final changes
- Update cli.js for the new relayer - Update .env example - Add migrated clients
This commit is contained in:
parent
f27140be02
commit
2392fba1b7
26 changed files with 134357 additions and 21 deletions
|
@ -7,7 +7,7 @@ const Web3 = require('web3')
|
|||
const path = require('path')
|
||||
|
||||
// Connect to the desired network
|
||||
const web3 = new Web3('https://alfajores-forno.celo-testnet.org')
|
||||
const web3 = new Web3(process.env.RPC_URL)
|
||||
const kit = ContractKit.newKitFromWeb3(web3)
|
||||
kit.addAccount(process.env.PRIVATE_KEY)
|
||||
// const kit = Kit.newKit('https://forno.celo.org') // mainnet endpoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue