feat: added Lumia network

This commit is contained in:
yabeshan
2024-10-14 17:43:19 +02:00
parent 04f1e8210d
commit 01395c2d86
4 changed files with 33 additions and 0 deletions

View File

@@ -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": ""
}
}
}

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',