add Lumia mainnet

This commit is contained in:
Olga Kanishcheva
2024-09-11 13:51:28 +04:00
parent b34fa679d7
commit 7cba7c941a
4 changed files with 33 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@@ -92,6 +92,7 @@ export enum SupportedChainId {
LINEA = '59144',
AVAX = '43114',
BASE = '8453',
LUMIA = '994873017',
ROPSTEN = '3',
GOERLI = '5',