feat: updated staging networks in envs.json

This commit is contained in:
Mikhail Gladchenko
2024-01-24 08:03:10 +00:00
parent 669a6849e7
commit 0dc8bfbbfa
2 changed files with 38 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.92-rc106",
"version": "0.19.92-rc107",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -95,7 +95,7 @@
}
},
"42161": {
"api": "https://trade.orion.xyz/arbitrum-mainnet",
"api": "https://trade.orion.xyz/arbitrum-one",
"services": {
"aggregator": {
"http": "/backend",
@@ -340,7 +340,42 @@
"http": "/orion-indexer/"
}
}
}
},
"42161": {
"api": "https://staging.orion.xyz/arbitrum-one",
"services": {
"aggregator": {
"http": "/backend",
"ws": "/v1"
},
"blockchain": {
"http": ""
},
"priceFeed": {
"all": "/price-feed"
},
"indexer": {
"http": "/orion-indexer/"
}
}
},
"204": {
"api": "https://staging.orion.xyz/opbnb-mainnet",
"services": {
"aggregator": {
"http": "/backend",
"ws": "/v1"
},
"blockchain": {
"http": ""
},
"priceFeed": {
"all": "/price-feed"
},
"indexer": {
"http": "/orion-indexer/"
}
}
}
},
"experimental": {