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

Commit 666c83a

Browse files
authored
Merge pull request #2046 from OpenBazaar/fix-rinkeby-migration
Fix testnet to mainnet
2 parents 9fd1b4a + 2662024 commit 666c83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo/migrations/Migration016_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const postMigration016Config = `{
121121
"ETH": {
122122
"Type": "API",
123123
"API": [
124-
"https://rinkeby.infura.io"
124+
"https://mainnet.infura.io"
125125
],
126126
"APITestnet": [
127127
"https://rinkeby.infura.io"

0 commit comments

Comments
 (0)