Skip to content

Commit 0dc8bfb

Browse files
committed
feat: updated staging networks in envs.json
1 parent 669a684 commit 0dc8bfb

2 files changed

Lines changed: 38 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orionprotocol/sdk",
3-
"version": "0.19.92-rc106",
3+
"version": "0.19.92-rc107",
44
"description": "Orion Protocol SDK",
55
"main": "./lib/index.cjs",
66
"module": "./lib/index.js",

src/config/envs.json

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
}
9696
},
9797
"42161": {
98-
"api": "https://trade.orion.xyz/arbitrum-mainnet",
98+
"api": "https://trade.orion.xyz/arbitrum-one",
9999
"services": {
100100
"aggregator": {
101101
"http": "/backend",
@@ -340,7 +340,42 @@
340340
"http": "/orion-indexer/"
341341
}
342342
}
343-
}
343+
},
344+
"42161": {
345+
"api": "https://staging.orion.xyz/arbitrum-one",
346+
"services": {
347+
"aggregator": {
348+
"http": "/backend",
349+
"ws": "/v1"
350+
},
351+
"blockchain": {
352+
"http": ""
353+
},
354+
"priceFeed": {
355+
"all": "/price-feed"
356+
},
357+
"indexer": {
358+
"http": "/orion-indexer/"
359+
}
360+
}
361+
},
362+
"204": {
363+
"api": "https://staging.orion.xyz/opbnb-mainnet",
364+
"services": {
365+
"aggregator": {
366+
"http": "/backend",
367+
"ws": "/v1"
368+
},
369+
"blockchain": {
370+
"http": ""
371+
},
372+
"priceFeed": {
373+
"all": "/price-feed"
374+
},
375+
"indexer": {
376+
"http": "/orion-indexer/"
377+
}
378+
}
344379
}
345380
},
346381
"experimental": {

0 commit comments

Comments
 (0)