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

Commit 23e51e0

Browse files
committed
Update the API URL for infura
1 parent 998d61e commit 23e51e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo/migrations/Migration031.go

Lines changed: 1 addition & 0 deletions
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)