Skip to content

Commit

Permalink
Merge branch 'ethereum-lists:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
akashhalder3 committed Sep 26, 2024
2 parents 81b7293 + bb95b81 commit 7e4c9a8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
5 changes: 5 additions & 0 deletions _data/chains/eip155-1625.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"name": "gscan",
"url": "https://gscan.xyz",
"standard": "EIP3091"
},
{
"name": "OKLink",
"url": "https://www.oklink.com/gravity-alpha",
"standard": "EIP3091"
}
],
"parent": {
Expand Down
27 changes: 16 additions & 11 deletions _data/chains/eip155-31415.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"name": "Filecoin - Wallaby testnet",
"status": "deprecated",
"chain": "FIL",
"icon": "filecoin",
"rpc": [],
"name": "Wirex Pay Mainnet",
"chain": "WirexPay",
"icon": "wpay",
"rpc": ["https://rpc.wirexpaychain.com"],
"faucets": [],
"nativeCurrency": {
"name": "testnet filecoin",
"symbol": "tFIL",
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://filecoin.io",
"shortName": "filecoin-wallaby",
"infoURL": "https://docs.wirexpaychain.com/tech/wirex-pay-chain",
"shortName": "wpay",
"chainId": 31415,
"networkId": 31415,
"slip44": 1,
"explorers": []
"explorers": [
{
"name": "Wirex Pay Explorer",
"url": "https://blockscout.wirexpaychain.com",
"standard": "EIP3091"
}
],
"redFlags": ["reusedChainId"]
}
8 changes: 8 additions & 0 deletions _data/icons/wpay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT",
"width": 512,
"height": 512,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 7e4c9a8

Please sign in to comment.