Skip to content

Commit 863122b

Browse files
authored
Merge branch 'master' into master
2 parents 1bb5cf9 + eec0aa0 commit 863122b

4 files changed

Lines changed: 30 additions & 5 deletions

File tree

_data/chains/eip155-1440000.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "XRPL EVM Sidechain",
3+
"chain": "XRPL EVM",
4+
"icon": "xrplevm",
5+
"rpc": ["https://rpc.xrplevm.org", "wss://ws.xrplevm.org"],
6+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
7+
"faucets": ["https://faucet.xrplevm.org"],
8+
"nativeCurrency": {
9+
"name": "XRP",
10+
"symbol": "XRP",
11+
"decimals": 18
12+
},
13+
"infoURL": "https://xrplevm.org",
14+
"shortName": "xrplevm",
15+
"chainId": 1440000,
16+
"networkId": 1440000,
17+
"explorers": [
18+
{
19+
"name": "blockscout",
20+
"url": "https://explorer.xrplevm.org",
21+
"icon": "xrplevm",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/chains/eip155-1440002.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "XRPL EVM Sidechain Devnet",
33
"chain": "XRPLEVM Devnet",
44
"icon": "xrplevm",
5-
"rpc": ["https://rpc.xrplevm.org", "https://ws.xrplevm.org"],
5+
"rpc": ["https://rpc.devnet.xrplevm.org", "wss://ws.devnet.xrplevm.org"],
66
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
77
"faucets": ["https://faucet.xrplevm.org"],
88
"nativeCurrency": {

_data/chains/eip155-1449000.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "XRPL EVM Sidechain Testnet",
33
"chain": "XRPLEVM Testnet",
44
"icon": "xrplevm",
5-
"rpc": ["https://rpc.testnet.xrplevm.org", "https://ws.testnet.xrplevm.org"],
5+
"rpc": ["https://rpc.testnet.xrplevm.org", "wss://ws.testnet.xrplevm.org"],
66
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
77
"faucets": ["https://faucet.xrplevm.org"],
88
"nativeCurrency": {

_data/icons/xrplevm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://QmXP4M9LvEfLotu5HfpMBcuxJEqpefaxhRxFPToBGfhNSo",
4-
"width": 516,
5-
"height": 516,
3+
"url": "ipfs://QmS1qEsbRpi9UrjCM5JkmCDdgWf8CWEAyKvNKbkjms919P",
4+
"width": 500,
5+
"height": 500,
66
"format": "png"
77
}
88
]

0 commit comments

Comments
 (0)