From 8460561302bc1d6df67ac0dcf0cec36c166cfd6e Mon Sep 17 00:00:00 2001 From: yp-10221 Date: Thu, 23 May 2024 17:57:01 +0800 Subject: [PATCH 1/4] Add nal testnet --- _data/chains/eip15-6868.json | 23 +++++++++++++++++++++++ _data/icons/nal.json | 9 +++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip15-6868.json create mode 100644 _data/icons/nal.json diff --git a/_data/chains/eip15-6868.json b/_data/chains/eip15-6868.json new file mode 100644 index 000000000000..b69368061020 --- /dev/null +++ b/_data/chains/eip15-6868.json @@ -0,0 +1,23 @@ +{ + "name": "Nal Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://testnet-rpc.nal.network"], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "icon": "nal", + "infoURL": "https://www.nal.network/", + "shortName": "nalsep", + "chainId": 6868, + "networkId": 6868, + "explorers": [ + { + "name": "Nal Sepolia Testnet Network Explorer", + "url": "https://testnet-scan.nal.network/" + } + ] + } + \ No newline at end of file diff --git a/_data/icons/nal.json b/_data/icons/nal.json new file mode 100644 index 000000000000..9566b031d48b --- /dev/null +++ b/_data/icons/nal.json @@ -0,0 +1,9 @@ +[ + { + "url": "ipfs://QmZLZHX18YUswejxo1JFNPx5EwMsVhUwBeBWEcd1JUHAK5", + "width": 640, + "height": 640, + "format": "png" + } + ] + \ No newline at end of file From fde7c95d88d4371a6e0e24f4afd7bb639fbc906b Mon Sep 17 00:00:00 2001 From: yp-10221 Date: Fri, 31 May 2024 17:01:07 +0800 Subject: [PATCH 2/4] fix verify errors --- _data/chains/eip15-6868.json | 23 ----------------------- _data/chains/eip155-328527624.json | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 _data/chains/eip15-6868.json create mode 100644 _data/chains/eip155-328527624.json diff --git a/_data/chains/eip15-6868.json b/_data/chains/eip15-6868.json deleted file mode 100644 index b69368061020..000000000000 --- a/_data/chains/eip15-6868.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Nal Sepolia Testnet", - "chain": "ETH", - "rpc": ["https://testnet-rpc.nal.network"], - "faucets": [], - "nativeCurrency": { - "name": "Sepolia Ether", - "symbol": "ETH", - "decimals": 18 - }, - "icon": "nal", - "infoURL": "https://www.nal.network/", - "shortName": "nalsep", - "chainId": 6868, - "networkId": 6868, - "explorers": [ - { - "name": "Nal Sepolia Testnet Network Explorer", - "url": "https://testnet-scan.nal.network/" - } - ] - } - \ No newline at end of file diff --git a/_data/chains/eip155-328527624.json b/_data/chains/eip155-328527624.json new file mode 100644 index 000000000000..54a5484791e4 --- /dev/null +++ b/_data/chains/eip155-328527624.json @@ -0,0 +1,22 @@ +{ + "name": "Nal Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://testnet-rpc.nal.network"], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "icon": "nal", + "infoURL": "https://www.nal.network/", + "shortName": "nalsep", + "chainId": 328527624, + "networkId": 328527624, + "explorers": [ + { + "name": "Nal Sepolia Testnet Network Explorer", + "url": "https://testnet-scan.nal.network/" + } + ] +} \ No newline at end of file From 4b775a6434284ef73fe87ec8ed62016a88cc61b2 Mon Sep 17 00:00:00 2001 From: yp-10221 Date: Tue, 4 Jun 2024 10:48:17 +0800 Subject: [PATCH 3/4] Fix fomat errors --- _data/chains/eip155-328527624.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-328527624.json b/_data/chains/eip155-328527624.json index 54a5484791e4..e4c988fdc663 100644 --- a/_data/chains/eip155-328527624.json +++ b/_data/chains/eip155-328527624.json @@ -16,7 +16,8 @@ "explorers": [ { "name": "Nal Sepolia Testnet Network Explorer", - "url": "https://testnet-scan.nal.network/" + "url": "https://testnet-scan.nal.network", + "standard": "EIP3091" } ] -} \ No newline at end of file +} From 4a7a96d62d51c8ac23980cea5c2380dfb7671eb1 Mon Sep 17 00:00:00 2001 From: yp-10221 Date: Wed, 5 Jun 2024 15:57:21 +0800 Subject: [PATCH 4/4] Add new line for nal.json and remove slash for infoUrl --- _data/chains/eip155-328527624.json | 2 +- _data/icons/nal.json | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/_data/chains/eip155-328527624.json b/_data/chains/eip155-328527624.json index e4c988fdc663..c0c1fa8edf26 100644 --- a/_data/chains/eip155-328527624.json +++ b/_data/chains/eip155-328527624.json @@ -9,7 +9,7 @@ "decimals": 18 }, "icon": "nal", - "infoURL": "https://www.nal.network/", + "infoURL": "https://www.nal.network", "shortName": "nalsep", "chainId": 328527624, "networkId": 328527624, diff --git a/_data/icons/nal.json b/_data/icons/nal.json index 9566b031d48b..52d879ea24fb 100644 --- a/_data/icons/nal.json +++ b/_data/icons/nal.json @@ -1,9 +1,8 @@ [ - { - "url": "ipfs://QmZLZHX18YUswejxo1JFNPx5EwMsVhUwBeBWEcd1JUHAK5", - "width": 640, - "height": 640, - "format": "png" - } - ] - \ No newline at end of file + { + "url": "ipfs://QmZLZHX18YUswejxo1JFNPx5EwMsVhUwBeBWEcd1JUHAK5", + "width": 640, + "height": 640, + "format": "png" + } +]