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

Commit 564127a

Browse files
committed
Constants update
1 parent d3fc6e1 commit 564127a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema/constants.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +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"
103104

104105
CoinAPIOpenBazaarTBTC = "https://tbtc.api.openbazaar.org/api"
105106
CoinAPIOpenBazaarTBCH = "https://tbch.api.openbazaar.org/api"
106107
CoinAPIOpenBazaarTLTC = "https://tltc.api.openbazaar.org/api"
107108
CoinAPIOpenBazaarTZEC = "https://tzec.api.openbazaar.org/api"
108109
CoinAPIOpenBazaarTETH = "https://rinkeby.infura.io"
110+
CoinAPIOpenBazaarTFIL = "http://localhost:1234"
109111
)
110112

111113
var (
@@ -114,10 +116,12 @@ var (
114116
CoinPoolLTC = []string{CoinAPIOpenBazaarLTC}
115117
CoinPoolZEC = []string{CoinAPIOpenBazaarZEC}
116118
CoinPoolETH = []string{CoinAPIOpenBazaarETH}
119+
CoinPoolFIL = []string{CoinAPIOpenBazaarFIL}
117120

118121
CoinPoolTBTC = []string{CoinAPIOpenBazaarTBTC}
119122
CoinPoolTBCH = []string{CoinAPIOpenBazaarTBCH}
120123
CoinPoolTLTC = []string{CoinAPIOpenBazaarTLTC}
121124
CoinPoolTZEC = []string{CoinAPIOpenBazaarTZEC}
122125
CoinPoolTETH = []string{CoinAPIOpenBazaarTETH}
126+
CoinPoolTFIL = []string{CoinAPIOpenBazaarTFIL}
123127
)

0 commit comments

Comments
 (0)