Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Add API migration for rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Apr 14, 2020
1 parent e452cea commit d9faeae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo/migrations/Migration031.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (am01) Up(repoPath, dbPassword string, testnet bool) error {
return errors.New("invalid config: invalid ETH Wallet")
}

ethWalletCfg["API"] = []string{"https://mainnet.infura.io"}
ethWalletCfg["APIPool"] = []string{"https://mainnet.infura.io"}
ethWalletCfg["APITestnetPool"] = []string{"https://rinkeby.infura.io"}
ethWalletCfg["WalletOptions"] = map[string]interface{}{
Expand Down

0 comments on commit d9faeae

Please sign in to comment.