feat: add Lumia Testnet network

This commit is contained in:
Slava Startsev
2024-08-13 12:27:28 +03:00
parent 330778a06d
commit b34fa679d7
7 changed files with 16 additions and 68 deletions

View File

@@ -102,16 +102,16 @@
"curveRegistry": ""
}
},
"421613": {
"chainId": "421613",
"explorer": "https://goerli.arbiscan.io/",
"label": "Arbitrum Goerli",
"shortName": "Arbitrum Goerli",
"code": "arb",
"rpc": "https://goerli-rollup.arbitrum.io/rpc",
"baseCurrencyName": "ETH",
"1952959480": {
"chainId": "1952959480",
"explorer": "https://testnet-explorer.lumia.org/",
"label": "Lumia Testnet",
"shortName": "Lumia Testnet",
"code": "lumia",
"rpc": "https://testnet-rpc.lumia.org",
"baseCurrencyName": "LUMIA",
"contracts": {
"WETH": "",
"WETH": "0x1a1aF9C78704D3a0Ab9e031C92E7bd808711A582",
"curveRegistry": ""
}
},

View File

@@ -263,62 +263,8 @@
}
}
},
"421613": {
"api": "https://testing.orion.xyz/arbitrum-goerli",
"services": {
"aggregator": {
"http": "/backend",
"ws": "/v1"
},
"blockchain": {
"http": ""
},
"priceFeed": {
"all": "/price-feed"
},
"indexer": {
"http": "/orion-indexer/"
}
}
},
"4002": {
"api": "https://testing.orion.xyz/ftm-testnet",
"services": {
"aggregator": {
"http": "/backend",
"ws": "/v1"
},
"blockchain": {
"http": ""
},
"priceFeed": {
"all": "/price-feed"
},
"indexer": {
"http": "/orion-indexer/"
}
}
},
"80001": {
"api": "https://testing.orion.xyz/polygon-mumbai",
"services": {
"aggregator": {
"http": "/backend",
"ws": "/v1"
},
"blockchain": {
"http": ""
},
"priceFeed": {
"all": "/price-feed"
},
"indexer": {
"http": "/orion-indexer/"
}
}
},
"56303": {
"api": "https://testing.orion.xyz/drip-testnet",
"1952959480": {
"api": "https://testing.orion.xyz/lumia-testnet",
"services": {
"aggregator": {
"http": "/backend",

View File

@@ -10,6 +10,7 @@ export const developmentChains = [
SupportedChainId.POLYGON_TESTNET,
SupportedChainId.OKC_TESTNET,
SupportedChainId.EVENT_HORIZON_TESTNET,
SupportedChainId.LUMIA_TESTNET,
];
export const productionChains = [
SupportedChainId.MAINNET,

View File

@@ -1 +1 @@
export default ['ftm', 'bsc', 'eth', 'polygon', 'okc', 'arb', 'drip', 'opbnb', 'inevm', 'linea', 'avax', 'base'] as const;
export default ['ftm', 'bsc', 'eth', 'polygon', 'okc', 'arb', 'drip', 'opbnb', 'inevm', 'linea', 'avax', 'base', 'lumia'] as const;

View File

@@ -1 +1 @@
export default ['FTM', 'BSC', 'ETH', 'POLYGON', 'OKC', 'ARB', 'OPBNB', 'INEVM', 'LINEA', 'AVAX', 'BASE'] as const;
export default ['FTM', 'BSC', 'ETH', 'POLYGON', 'OKC', 'ARB', 'OPBNB', 'INEVM', 'LINEA', 'AVAX', 'BASE', 'LUMIA'] as const;

View File

@@ -104,6 +104,7 @@ export enum SupportedChainId {
DRIP_TESTNET = '56303',
ARBITRUM_GOERLI = '421613',
EVENT_HORIZON_TESTNET = '123420000034',
LUMIA_TESTNET = '1952959480',
// For testing and debug purpose
// BROKEN = '0',