diff --git a/_data/chains/eip155-1625.json b/_data/chains/eip155-1625.json index dccbff5a9d44..fd62d23b9c31 100644 --- a/_data/chains/eip155-1625.json +++ b/_data/chains/eip155-1625.json @@ -28,6 +28,11 @@ "name": "gscan", "url": "https://gscan.xyz", "standard": "EIP3091" + }, + { + "name": "OKLink", + "url": "https://www.oklink.com/gravity-alpha", + "standard": "EIP3091" } ], "parent": { diff --git a/_data/chains/eip155-31415.json b/_data/chains/eip155-31415.json index c0f6cae4159d..c0c0988e4450 100644 --- a/_data/chains/eip155-31415.json +++ b/_data/chains/eip155-31415.json @@ -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"] } diff --git a/_data/icons/wpay.json b/_data/icons/wpay.json new file mode 100644 index 000000000000..e5d21cf5e2c4 --- /dev/null +++ b/_data/icons/wpay.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT b/_data/iconsDownload/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT new file mode 100644 index 000000000000..f0bf5adf0921 Binary files /dev/null and b/_data/iconsDownload/QmRkaZbopr8JTgypSQ3N3VfQumnZEN9bA5Uh3u3mL26dwT differ