mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
add Lumia mainnet
This commit is contained in:
@@ -115,6 +115,19 @@
|
||||
"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": ""
|
||||
}
|
||||
},
|
||||
"42161": {
|
||||
"chainId": "42161",
|
||||
"explorer": "https://arbiscan.io/",
|
||||
|
||||
@@ -201,6 +201,24 @@
|
||||
"http": "/orion-indexer/"
|
||||
}
|
||||
}
|
||||
},
|
||||
"994873017": {
|
||||
"api": "https://app.electra.trade/lumia-mainnet",
|
||||
"services": {
|
||||
"aggregator": {
|
||||
"http": "/backend",
|
||||
"ws": "/v1"
|
||||
},
|
||||
"blockchain": {
|
||||
"http": ""
|
||||
},
|
||||
"priceFeed": {
|
||||
"all": "/price-feed"
|
||||
},
|
||||
"indexer": {
|
||||
"http": "/orion-indexer/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -24,4 +24,5 @@ export const productionChains = [
|
||||
SupportedChainId.LINEA,
|
||||
SupportedChainId.AVAX,
|
||||
SupportedChainId.BASE,
|
||||
SupportedChainId.LUMIA,
|
||||
];
|
||||
|
||||
@@ -92,6 +92,7 @@ export enum SupportedChainId {
|
||||
LINEA = '59144',
|
||||
AVAX = '43114',
|
||||
BASE = '8453',
|
||||
LUMIA = '994873017',
|
||||
|
||||
ROPSTEN = '3',
|
||||
GOERLI = '5',
|
||||
|
||||
Reference in New Issue
Block a user