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

Commit c7df05b

Browse files
committed
Filecoin server constants
1 parent f89d928 commit c7df05b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

schema/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ const (
100100
CoinAPIOpenBazaarLTC = "https://ltc.api.openbazaar.org/api"
101101
CoinAPIOpenBazaarZEC = "https://zec.api.openbazaar.org/api"
102102
CoinAPIOpenBazaarETH = "https://mainnet.infura.io"
103-
CoinAPIOpenBazaarFIL = "http://localhost:1234"
103+
CoinAPIOpenBazaarFIL = "http://localhost:8080/api"
104104

105105
CoinAPIOpenBazaarTBTC = "https://tbtc.api.openbazaar.org/api"
106106
CoinAPIOpenBazaarTBCH = "https://tbch.api.openbazaar.org/api"
107107
CoinAPIOpenBazaarTLTC = "https://tltc.api.openbazaar.org/api"
108108
CoinAPIOpenBazaarTZEC = "https://tzec.api.openbazaar.org/api"
109109
CoinAPIOpenBazaarTETH = "https://rinkeby.infura.io"
110-
CoinAPIOpenBazaarTFIL = "http://localhost:1234"
110+
CoinAPIOpenBazaarTFIL = "http://localhost:8080/api"
111111
)
112112

113113
var (

vendor/github.com/filecoin-project

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)