Added Goerli

This commit is contained in:
Aleksandr Kraiz
2023-02-20 14:48:02 +04:00
parent 23757600ae
commit 67fe598635
4 changed files with 26 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.17.13",
"version": "0.17.14",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",

View File

@@ -35,6 +35,15 @@
"rpc": "https://testing.orionprotocol.io/eth-ropsten/rpc",
"baseCurrencyName": "ETH"
},
"5": {
"chainId": "5",
"explorer": "https://goerli.etherscan.io/",
"label": "Goerli",
"shortName": "ETH-Goerli",
"code": "eth",
"rpc": "https://testing.orionprotocol.io/eth-goerli/rpc",
"baseCurrencyName": "ETH"
},
"4002": {
"chainId": "4002",
"explorer": "https://testnet.ftmscan.com/",

View File

@@ -117,6 +117,21 @@
},
"liquidityMigratorAddress": "0x36969a25622AE31bA9946e0c8151f0dc08b3A1c8"
},
"5": {
"api": "https://testing.orionprotocol.io/eth-goerli",
"services": {
"aggregator": {
"http": "/backend",
"ws": "/v1"
},
"blockchain": {
"http": ""
},
"priceFeed": {
"all": "/price-feed"
}
}
},
"4002": {
"api": "https://testing.orionprotocol.io/ftm-testnet",
"services": {

View File

@@ -117,6 +117,7 @@ export type Pair = {
export enum SupportedChainId {
MAINNET = '1',
ROPSTEN = '3',
GOERLI = '5',
FANTOM_OPERA = '250',
POLYGON = '137',
OKC = '66',