diff --git a/_data/chains/eip155-1440000.json b/_data/chains/eip155-1440000.json new file mode 100644 index 000000000000..1dc6136ae125 --- /dev/null +++ b/_data/chains/eip155-1440000.json @@ -0,0 +1,25 @@ +{ + "name": "XRPL EVM Sidechain", + "chain": "XRPL EVM", + "icon": "xrplevm", + "rpc": ["https://rpc.xrplevm.org", "https://ws.xrplevm.org"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://faucet.xrplevm.org"], + "nativeCurrency": { + "name": "XRP", + "symbol": "XRP", + "decimals": 18 + }, + "infoURL": "https://xrplevm.org", + "shortName": "xrplevm", + "chainId": 1440000, + "networkId": 1440000, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.xrplevm.org", + "icon": "xrplevm", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1440002.json b/_data/chains/eip155-1440002.json index ef2de930bd7f..b2912dfb21cb 100644 --- a/_data/chains/eip155-1440002.json +++ b/_data/chains/eip155-1440002.json @@ -2,7 +2,7 @@ "name": "XRPL EVM Sidechain Devnet", "chain": "XRPLEVM Devnet", "icon": "xrplevm", - "rpc": ["https://rpc.xrplevm.org", "https://ws.xrplevm.org"], + "rpc": ["https://rpc.devnet.xrplevm.org", "https://ws.devnet.xrplevm.org"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": ["https://faucet.xrplevm.org"], "nativeCurrency": { diff --git a/_data/icons/xrplevm.json b/_data/icons/xrplevm.json index 0201e8579cd0..49bf09dc57ab 100644 --- a/_data/icons/xrplevm.json +++ b/_data/icons/xrplevm.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmXP4M9LvEfLotu5HfpMBcuxJEqpefaxhRxFPToBGfhNSo", - "width": 516, - "height": 516, + "url": "ipfs://QmS1qEsbRpi9UrjCM5JkmCDdgWf8CWEAyKvNKbkjms919P", + "width": 500, + "height": 500, "format": "png" } ]