OP-5918: add Lumia

This commit is contained in:
Olga Kanishcheva
2024-10-08 16:06:46 +04:00
parent 3f96abeac1
commit ff2f4acdc3
4 changed files with 33 additions and 0 deletions

View File

@@ -193,5 +193,18 @@
"WETH": "0x4200000000000000000000000000000000000006",
"curveRegistry": ""
}
},
"994873017": {
"chainId": "994873017",
"label": "Lumia",
"shortName": "Lumia",
"code": "lumia",
"baseCurrencyName": "LUMIA",
"rpc": "https://mainnet-rpc.lumia.org/",
"explorer": "https://explorer.lumia.org",
"contracts": {
"WETH": "",
"curveRegistry": ""
}
}
}

View File

@@ -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/"
}
}
}
}
},

View File

@@ -18,4 +18,5 @@ export const productionChains = [
SupportedChainId.LINEA,
SupportedChainId.AVAX,
SupportedChainId.BASE,
SupportedChainId.LUMIA,
];

View File

@@ -92,6 +92,7 @@ export enum SupportedChainId {
ARBITRUM = '42161',
AVAX = '43114',
LINEA = '59144',
LUMIA = '994873017',
BSC_TESTNET = '97',
SEPOLIA = '11155111',