zgendao / agora.space

Tokenized community manager bot on telegram

Home Page:agora-space.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move from BSC to ETH

schronck opened this issue · comments

To move our project from the Binance network to the Ethereum network, we have to:

  • update the BSCScan API constants to EtherScan API constants
  • update the websocket urls ath the initialization of the web3 object
  • create an Infura API key to use the Ropsten test network
  • create an EtherScan API key to be able to perform queries through EtherScan

Related commit: a5dc068