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

Commit d9faeae

Browse files
committed
Add API migration for rinkeby
1 parent e452cea commit d9faeae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo/migrations/Migration031.go

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ func (am01) Up(repoPath, dbPassword string, testnet bool) error {
108108
return errors.New("invalid config: invalid ETH Wallet")
109109
}
110110

111+
ethWalletCfg["API"] = []string{"https://mainnet.infura.io"}
111112
ethWalletCfg["APIPool"] = []string{"https://mainnet.infura.io"}
112113
ethWalletCfg["APITestnetPool"] = []string{"https://rinkeby.infura.io"}
113114
ethWalletCfg["WalletOptions"] = map[string]interface{}{

0 commit comments

Comments
 (0)