mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-13 21:52:36 +03:00
feat: added Lumia network
This commit is contained in:
@@ -193,5 +193,18 @@
|
||||
"WETH": "0x4200000000000000000000000000000000000006",
|
||||
"curveRegistry": ""
|
||||
}
|
||||
},
|
||||
"994873017": {
|
||||
"chainId": "994873017",
|
||||
"explorer": "https://explorer.lumia.org/",
|
||||
"label": "Lumia",
|
||||
"shortName": "Lumia",
|
||||
"code": "lumia",
|
||||
"rpc": "https://mainnet-rpc.lumia.org",
|
||||
"baseCurrencyName": "LUMIA",
|
||||
"contracts": {
|
||||
"WETH": "0x5A77f1443D16ee5761d310e38b62f77f726bC71c",
|
||||
"curveRegistry": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -201,6 +201,24 @@
|
||||
"http": "/orion-indexer/"
|
||||
}
|
||||
}
|
||||
},
|
||||
"994873017": {
|
||||
"api": "https://trade.orion.xyz/lumia-mainnet",
|
||||
"services": {
|
||||
"aggregator": {
|
||||
"http": "/backend",
|
||||
"ws": "/v1"
|
||||
},
|
||||
"blockchain": {
|
||||
"http": ""
|
||||
},
|
||||
"priceFeed": {
|
||||
"all": "/price-feed"
|
||||
},
|
||||
"indexer": {
|
||||
"http": "/orion-indexer/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -18,4 +18,5 @@ export const productionChains = [
|
||||
SupportedChainId.LINEA,
|
||||
SupportedChainId.AVAX,
|
||||
SupportedChainId.BASE,
|
||||
SupportedChainId.LUMIA,
|
||||
];
|
||||
|
||||
@@ -92,6 +92,7 @@ export enum SupportedChainId {
|
||||
ARBITRUM = '42161',
|
||||
AVAX = '43114',
|
||||
LINEA = '59144',
|
||||
LUMIA = '994873017',
|
||||
|
||||
BSC_TESTNET = '97',
|
||||
SEPOLIA = '11155111',
|
||||
|
||||
Reference in New Issue
Block a user