This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,14 @@ const (
100
100
CoinAPIOpenBazaarLTC = "https://ltc.api.openbazaar.org/api"
101
101
CoinAPIOpenBazaarZEC = "https://zec.api.openbazaar.org/api"
102
102
CoinAPIOpenBazaarETH = "https://mainnet.infura.io"
103
+ CoinAPIOpenBazaarFIL = "http://localhost:1234"
103
104
104
105
CoinAPIOpenBazaarTBTC = "https://tbtc.api.openbazaar.org/api"
105
106
CoinAPIOpenBazaarTBCH = "https://tbch.api.openbazaar.org/api"
106
107
CoinAPIOpenBazaarTLTC = "https://tltc.api.openbazaar.org/api"
107
108
CoinAPIOpenBazaarTZEC = "https://tzec.api.openbazaar.org/api"
108
109
CoinAPIOpenBazaarTETH = "https://rinkeby.infura.io"
110
+ CoinAPIOpenBazaarTFIL = "http://localhost:1234"
109
111
)
110
112
111
113
var (
@@ -114,10 +116,12 @@ var (
114
116
CoinPoolLTC = []string {CoinAPIOpenBazaarLTC }
115
117
CoinPoolZEC = []string {CoinAPIOpenBazaarZEC }
116
118
CoinPoolETH = []string {CoinAPIOpenBazaarETH }
119
+ CoinPoolFIL = []string {CoinAPIOpenBazaarFIL }
117
120
118
121
CoinPoolTBTC = []string {CoinAPIOpenBazaarTBTC }
119
122
CoinPoolTBCH = []string {CoinAPIOpenBazaarTBCH }
120
123
CoinPoolTLTC = []string {CoinAPIOpenBazaarTLTC }
121
124
CoinPoolTZEC = []string {CoinAPIOpenBazaarTZEC }
122
125
CoinPoolTETH = []string {CoinAPIOpenBazaarTETH }
126
+ CoinPoolTFIL = []string {CoinAPIOpenBazaarTFIL }
123
127
)
You can’t perform that action at this time.
0 commit comments