mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-13 22:47:33 +03:00
Merge remote-tracking branch 'origin/main' into remove-exactReceive
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.20.88-rc3",
|
"version": "0.20.88-rc4",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/index.cjs",
|
"main": "./lib/index.cjs",
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
|||||||
@@ -77,6 +77,19 @@
|
|||||||
"curveRegistry": ""
|
"curveRegistry": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"11155111": {
|
||||||
|
"chainId": "11155111",
|
||||||
|
"explorer": "https://sepolia.etherscan.io/",
|
||||||
|
"label": "Sepolia",
|
||||||
|
"shortName": "ETH-Sepolia",
|
||||||
|
"code": "eth",
|
||||||
|
"rpc": "https://gateway.tenderly.co/public/sepolia",
|
||||||
|
"baseCurrencyName": "ETH",
|
||||||
|
"contracts": {
|
||||||
|
"WETH": "",
|
||||||
|
"curveRegistry": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
"421613": {
|
"421613": {
|
||||||
"chainId": "421613",
|
"chainId": "421613",
|
||||||
"explorer": "https://goerli.arbiscan.io/",
|
"explorer": "https://goerli.arbiscan.io/",
|
||||||
|
|||||||
@@ -227,8 +227,8 @@
|
|||||||
},
|
},
|
||||||
"liquidityMigratorAddress": "0x01b10dds12478C88A5E18e2707E729906bC25CfF6"
|
"liquidityMigratorAddress": "0x01b10dds12478C88A5E18e2707E729906bC25CfF6"
|
||||||
},
|
},
|
||||||
"5": {
|
"11155111": {
|
||||||
"api": "https://testing.orion.xyz/eth-goerli",
|
"api": "https://testing.orion.xyz/eth-sepolia",
|
||||||
"services": {
|
"services": {
|
||||||
"aggregator": {
|
"aggregator": {
|
||||||
"http": "/backend",
|
"http": "/backend",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ export const developmentChains = [
|
|||||||
SupportedChainId.BSC_TESTNET,
|
SupportedChainId.BSC_TESTNET,
|
||||||
SupportedChainId.ROPSTEN,
|
SupportedChainId.ROPSTEN,
|
||||||
SupportedChainId.GOERLI,
|
SupportedChainId.GOERLI,
|
||||||
|
SupportedChainId.SEPOLIA,
|
||||||
SupportedChainId.ARBITRUM_GOERLI,
|
SupportedChainId.ARBITRUM_GOERLI,
|
||||||
SupportedChainId.FANTOM_TESTNET,
|
SupportedChainId.FANTOM_TESTNET,
|
||||||
SupportedChainId.POLYGON_TESTNET,
|
SupportedChainId.POLYGON_TESTNET,
|
||||||
|
|||||||
@@ -82,8 +82,6 @@ export type Pair = {
|
|||||||
|
|
||||||
export enum SupportedChainId {
|
export enum SupportedChainId {
|
||||||
MAINNET = '1',
|
MAINNET = '1',
|
||||||
ROPSTEN = '3',
|
|
||||||
GOERLI = '5',
|
|
||||||
ARBITRUM = '42161',
|
ARBITRUM = '42161',
|
||||||
FANTOM_OPERA = '250',
|
FANTOM_OPERA = '250',
|
||||||
POLYGON = '137',
|
POLYGON = '137',
|
||||||
@@ -94,6 +92,9 @@ export enum SupportedChainId {
|
|||||||
AVAX = '43114',
|
AVAX = '43114',
|
||||||
BASE = '8453',
|
BASE = '8453',
|
||||||
|
|
||||||
|
ROPSTEN = '3',
|
||||||
|
GOERLI = '5',
|
||||||
|
SEPOLIA = '11155111',
|
||||||
POLYGON_TESTNET = '80001',
|
POLYGON_TESTNET = '80001',
|
||||||
FANTOM_TESTNET = '4002',
|
FANTOM_TESTNET = '4002',
|
||||||
BSC = '56',
|
BSC = '56',
|
||||||
|
|||||||
Reference in New Issue
Block a user