Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantmyk authored Oct 9, 2024
2 parents 1358496 + 440c89d commit 377ee82
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
35 changes: 35 additions & 0 deletions _data/chains/eip155-1952959480.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
33 changes: 33 additions & 0 deletions _data/chains/eip155-994873017.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
}
8 changes: 8 additions & 0 deletions _data/icons/lumia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit 377ee82

Please sign in to comment.