Skip to content

Commit

Permalink
add lux-network into chains
Browse files Browse the repository at this point in the history
  • Loading branch information
zoosos committed Nov 28, 2024
1 parent c025a75 commit 59ae28f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _data/chains/eip155-96369.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Lux Network",
"chain": "Lux",
"icon": "lux",
"rpc": ["https://api.lux.network"],
"faucets": ["https://faucet.lux-test.network"],
"nativeCurrency": {
"name": "Lux",
"symbol": "LUX",
"decimals": 18
},
"infoURL": "https://lux.network",
"shortName": "lux",
"chainId": 96369,
"networkId": 96369,
"explorers": [
{
"name": "Lux Network Explorer",
"url": "https://explore.lux.network",
"standard": "EIP3091"
},
{
"name": "Lux Network Explorer",
"url": "https://explore.lux-test.network",
"standard": "EIP3091"
}
]
}
9 changes: 9 additions & 0 deletions _data/icons/lux.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"url": "ipfs://QmSjXJFpVAEdstq5JiUKciokm9fCwqS7Z9fg6M1XBdpePe",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit 59ae28f

Please sign in to comment.