horizontalsystems/ethereum-kit-ios

How can i switch it to BSC?

kvalter opened this issue · 0 comments

  1. How can i swithc all the project to BSC network? I found in Configuration
    let chain: Chain = .ethereum
    Shall i switch it to .bsc ? What about all classes and tokens where "erc20"? Shall i change it to "bep20"? Could you please give the instruction?
  2. Where is NODE address in this project? What NODE do you use? If i want switch to my private NODE where can i do it?