diff --git a/_data/chains/eip155-1952959480.json b/_data/chains/eip155-1952959480.json new file mode 100644 index 000000000000..d7a98f2e8479 --- /dev/null +++ b/_data/chains/eip155-1952959480.json @@ -0,0 +1,35 @@ +{ + "name": "Lumia Testnet", + "shortName": "lumiatestnet", + "title": "Lumia Testnet", + "chain": "ETH", + "icon": "lumia", + "rpc": ["https://testnet-rpc.lumia.org"], + "faucets": ["https://testnet-faucet.lumia.org"], + "nativeCurrency": { + "name": "Lumia", + "symbol": "LUMIA", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://lumia.org", + "chainId": 1952959480, + "networkId": 1952959480, + "explorers": [ + { + "name": "Lumia Testnet Explorer", + "url": "https://testnet-explorer.lumia.org", + "icon": "lumia", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://testnet-bridge.lumia.org" + } + ] + } +} diff --git a/_data/chains/eip155-994873017.json b/_data/chains/eip155-994873017.json new file mode 100644 index 000000000000..a0992f157cc3 --- /dev/null +++ b/_data/chains/eip155-994873017.json @@ -0,0 +1,33 @@ +{ + "name": "Lumia Mainnet", + "shortName": "lumia-mainnet", + "title": "Lumia Mainnet", + "chain": "ETH", + "icon": "lumia", + "rpc": ["https://mainnet-rpc.lumia.org"], + "faucets": [], + "nativeCurrency": { + "name": "Lumia", + "symbol": "LUMIA", + "decimals": 18 + }, + "infoURL": "https://lumia.org", + "chainId": 994873017, + "networkId": 994873017, + "explorers": [ + { + "name": "Lumia Mainnet Explorer", + "url": "https://explorer.lumia.org", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://bridge.lumia.org" + } + ] + } +} diff --git a/_data/icons/lumia.json b/_data/icons/lumia.json new file mode 100644 index 000000000000..ee6a50ed6fcb --- /dev/null +++ b/_data/icons/lumia.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4", + "width": 500, + "height": 500, + "format": "png" + } +]