From 0cad35f1df7a9381f232ed69b9212983175efcf9 Mon Sep 17 00:00:00 2001 From: Galaxy <30950645+GalaxySciTech@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:15:32 +0400 Subject: [PATCH 1/4] Update eip155-50.json (#6059) --- _data/chains/eip155-50.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-50.json b/_data/chains/eip155-50.json index 2112628a04e9..051bef7c475c 100644 --- a/_data/chains/eip155-50.json +++ b/_data/chains/eip155-50.json @@ -5,7 +5,8 @@ "https://erpc.xinfin.network", "https://rpc.xinfin.network", "https://rpc1.xinfin.network", - "https://rpc-xdc.icecreamswap.com" + "https://rpc.xdcrpc.com", + "https://erpc.xdcrpc.com" ], "faucets": [], "nativeCurrency": { @@ -19,6 +20,12 @@ "networkId": 50, "icon": "xdc", "explorers": [ + { + "name": "xdcscan", + "url": "https://xdcscan.com", + "icon": "blocksscan", + "standard": "EIP3091" + }, { "name": "xdcscan", "url": "https://xdcscan.io", From 10683ecd6d8d097ed631bca07fc5887e998c0ad4 Mon Sep 17 00:00:00 2001 From: goxibyte Date: Thu, 24 Oct 2024 18:26:09 +0200 Subject: [PATCH 2/4] feat: add sophon mainnet (#6064) --- _data/chains/eip155-50104.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-50104.json diff --git a/_data/chains/eip155-50104.json b/_data/chains/eip155-50104.json new file mode 100644 index 000000000000..6e4c3894e410 --- /dev/null +++ b/_data/chains/eip155-50104.json @@ -0,0 +1,23 @@ +{ + "name": "Sophon", + "chain": "Sophon", + "rpc": ["https://rpc.sophon.xyz"], + "nativeCurrency": { + "name": "Sophon", + "symbol": "SOPH", + "decimals": 18 + }, + "faucets": [], + "infoURL": "", + "shortName": "sophon", + "chainId": 50104, + "networkId": 50104, + "explorers": [ + { + "name": "Sophon Block Explorer", + "url": "https://explorer.sophon.xyz", + "icon": "sophon-testnet", + "standard": "none" + } + ] +} From f8b7f8ace1a07e3e9dd0fd7a22378ec1f669b60f Mon Sep 17 00:00:00 2001 From: DOM CHAROENYOS Date: Thu, 24 Oct 2024 23:31:03 +0700 Subject: [PATCH 3/4] Add JZERO (#6061) --- _data/chains/eip155-3502.json | 25 +++++++++++++++++++++++++ _data/icons/jzero.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-3502.json create mode 100644 _data/icons/jzero.json diff --git a/_data/chains/eip155-3502.json b/_data/chains/eip155-3502.json new file mode 100644 index 000000000000..bb90c671223f --- /dev/null +++ b/_data/chains/eip155-3502.json @@ -0,0 +1,25 @@ +{ + "name": "JZERO", + "chain": "JZERO", + "icon": "jzero", + "rpc": ["https://rpc.jzero.xyz"], + "faucets": [], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "nativeCurrency": { + "name": "JZERO", + "symbol": "JZR", + "decimals": 18 + }, + "infoURL": "https://jzero.xyz", + "shortName": "jzero", + "chainId": 3502, + "networkId": 3502, + "explorers": [ + { + "name": "JZERO Explorer", + "url": "https://exp.jzero.xyz", + "icon": "jzero", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/jzero.json b/_data/icons/jzero.json new file mode 100644 index 000000000000..9f5e91718000 --- /dev/null +++ b/_data/icons/jzero.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVXd6Jm541mVJbfzHQaZNZce9znvm8iXfxgf91J2XNg61", + "width": 512, + "height": 512, + "format": "png" + } +] From db82212952bbf29585ea311958127c23c9892092 Mon Sep 17 00:00:00 2001 From: Silas Davis Date: Thu, 24 Oct 2024 18:35:39 +0200 Subject: [PATCH 4/4] feat: Add Inco Rivest Testnet (#6058) Signed-off-by: Silas Davis --- _data/chains/eip155-21097.json | 28 ++++++++++++++++++++++++++++ _data/icons/inco.json | 8 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 _data/chains/eip155-21097.json create mode 100644 _data/icons/inco.json diff --git a/_data/chains/eip155-21097.json b/_data/chains/eip155-21097.json new file mode 100644 index 000000000000..c67d60b5e5d7 --- /dev/null +++ b/_data/chains/eip155-21097.json @@ -0,0 +1,28 @@ +{ + "name": "Rivest Testnet", + "chain": "Inco", + "rpc": [ + "https://validator.rivest.inco.org", + "https://gateway.rivest.inco.org" + ], + "faucets": ["https://faucet.rivest.inco.org"], + "nativeCurrency": { + "name": "test-Inco", + "symbol": "tINCO", + "decimals": 18 + }, + "infoURL": "https://inco.org", + "shortName": "rivest-testnet", + "chainId": 21097, + "networkId": 21097, + "slip44": 1, + "icon": "inco", + "explorers": [ + { + "name": "Rivest Testnet Explorer", + "url": "https://explorer.rivest.inco.org", + "standard": "EIP3091", + "icon": "inco" + } + ] +} diff --git a/_data/icons/inco.json b/_data/icons/inco.json new file mode 100644 index 000000000000..efd96f35398b --- /dev/null +++ b/_data/icons/inco.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmU9aHw1i3qM8rZekXfb4rFZHPxVvsLdnpohKLGGFYewMg", + "width": 1661, + "height": 480, + "format": "png" + } +]