Skip to content

Commit

Permalink
Update chain 31415 data to Wirex Pay
Browse files Browse the repository at this point in the history
  • Loading branch information
rfortunatov committed Sep 25, 2024
1 parent 730f4dd commit 8a88236
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
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.
Binary file not shown.

0 comments on commit 8a88236

Please sign in to comment.