Make final changes

- Update cli.js for the new relayer
 - Update .env example
 - Add migrated clients
This commit is contained in:
Brian Li 2021-03-21 18:33:23 -07:00
parent f27140be02
commit 2392fba1b7
26 changed files with 134357 additions and 21 deletions

View file

@ -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