From d680e187810d866d220b85635330525ad5152d85 Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Mon, 10 Mar 2025 08:01:26 +0000 Subject: [PATCH 01/12] irta --- _data/chains/eip155-5433.json | 24 ++++++++++++++++++++++++ _data/icons/inertiascan.json | 8 ++++++++ package-lock.json | 10 ++++++++++ 3 files changed, 42 insertions(+) create mode 100644 _data/chains/eip155-5433.json create mode 100644 _data/icons/inertiascan.json create mode 100644 package-lock.json diff --git a/_data/chains/eip155-5433.json b/_data/chains/eip155-5433.json new file mode 100644 index 000000000000..1931d189560f --- /dev/null +++ b/_data/chains/eip155-5433.json @@ -0,0 +1,24 @@ +{ + "name": "Inertia Scan", + "chain": "IRTA", + "icon": "inertiascan", + "rpc": ["https://rpc.inertiascan.com"], + "faucets": [], + "nativeCurrency": { + "name": "Inertia", + "symbol": "IRTA", + "decimals": 18 + }, + "infoURL": "https://merklescan.com", + "shortName": "IRTA", + "chainId": 5433, + "networkId": 5433, + "explorers": [ + { + "name": "blockscout", + "url": "https://inertiascan.com/", + "standard": "none" + } + ] + } + \ No newline at end of file diff --git a/_data/icons/inertiascan.json b/_data/icons/inertiascan.json new file mode 100644 index 000000000000..33ec58f804f9 --- /dev/null +++ b/_data/icons/inertiascan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcjChVRfx1qNuh9Rg8CUMrYYW13X18aeSavgCBHUxjoia", + "width": 114, + "height": 132, + "format": "png" + } + ] diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000000..3a0a0e61578d --- /dev/null +++ b/package-lock.json @@ -0,0 +1,10 @@ +{ + "name": "@ethereum-lists/chains", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@ethereum-lists/chains" + } + } +} From 6d14242fefa7338e30dcf24cd210f4edeb396180 Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Mon, 10 Mar 2025 09:46:49 +0000 Subject: [PATCH 02/12] irta --- _data/chains/eip155-5433.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-5433.json b/_data/chains/eip155-5433.json index 1931d189560f..6813b8494800 100644 --- a/_data/chains/eip155-5433.json +++ b/_data/chains/eip155-5433.json @@ -9,14 +9,14 @@ "symbol": "IRTA", "decimals": 18 }, - "infoURL": "https://merklescan.com", + "infoURL": "https://inertiascan.com", "shortName": "IRTA", "chainId": 5433, "networkId": 5433, "explorers": [ { "name": "blockscout", - "url": "https://inertiascan.com/", + "url": "https://inertiascan.com", "standard": "none" } ] From 8a5b7cda73fe067551440f35c463a729b0086a5a Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Mon, 10 Mar 2025 09:50:28 +0000 Subject: [PATCH 03/12] irta --- _data/chains/eip155-5433.json | 1 - 1 file changed, 1 deletion(-) diff --git a/_data/chains/eip155-5433.json b/_data/chains/eip155-5433.json index 6813b8494800..933a71d10772 100644 --- a/_data/chains/eip155-5433.json +++ b/_data/chains/eip155-5433.json @@ -21,4 +21,3 @@ } ] } - \ No newline at end of file From 3a7b66aa55f119c948b32fd1d40bd6410544d3c2 Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Tue, 11 Mar 2025 05:35:58 +0000 Subject: [PATCH 04/12] irta --- _data/chains/eip155-5433.json | 44 +++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/_data/chains/eip155-5433.json b/_data/chains/eip155-5433.json index 933a71d10772..da2153203ecd 100644 --- a/_data/chains/eip155-5433.json +++ b/_data/chains/eip155-5433.json @@ -1,23 +1,23 @@ { - "name": "Inertia Scan", - "chain": "IRTA", - "icon": "inertiascan", - "rpc": ["https://rpc.inertiascan.com"], - "faucets": [], - "nativeCurrency": { - "name": "Inertia", - "symbol": "IRTA", - "decimals": 18 - }, - "infoURL": "https://inertiascan.com", - "shortName": "IRTA", - "chainId": 5433, - "networkId": 5433, - "explorers": [ - { - "name": "blockscout", - "url": "https://inertiascan.com", - "standard": "none" - } - ] - } + "name": "Inertia Scan", + "chain": "IRTA", + "icon": "inertiascan", + "rpc": ["https://rpc.inertiascan.com"], + "faucets": [], + "nativeCurrency": { + "name": "Inertia", + "symbol": "IRTA", + "decimals": 18 + }, + "infoURL": "https://inertiascan.com", + "shortName": "IRTA", + "chainId": 5433, + "networkId": 5433, + "explorers": [ + { + "name": "blockscout", + "url": "https://inertiascan.com", + "standard": "none" + } + ] +} From 3a994c2c0aeb25ba1452b8872ad7db4095ec6b21 Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Tue, 11 Mar 2025 05:40:14 +0000 Subject: [PATCH 05/12] irta --- _data/icons/inertiascan.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/icons/inertiascan.json b/_data/icons/inertiascan.json index 33ec58f804f9..dabd40fa15c2 100644 --- a/_data/icons/inertiascan.json +++ b/_data/icons/inertiascan.json @@ -1,8 +1,8 @@ [ { "url": "ipfs://QmcjChVRfx1qNuh9Rg8CUMrYYW13X18aeSavgCBHUxjoia", - "width": 114, - "height": 132, + "width": 390, + "height": 440, "format": "png" } ] From f4829560adb92bd1e4253250fb286e4fa211c9b2 Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Wed, 12 Mar 2025 05:19:41 +0000 Subject: [PATCH 06/12] IRTA --- _data/icons/inertiascan.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/icons/inertiascan.json b/_data/icons/inertiascan.json index dabd40fa15c2..967a029ec2d3 100644 --- a/_data/icons/inertiascan.json +++ b/_data/icons/inertiascan.json @@ -1,8 +1,8 @@ [ { "url": "ipfs://QmcjChVRfx1qNuh9Rg8CUMrYYW13X18aeSavgCBHUxjoia", - "width": 390, - "height": 440, + "width": 54, + "height": 53, "format": "png" } ] From 2116f899090cecef6d4f909005272790c2da5251 Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Thu, 13 Mar 2025 05:13:04 +0000 Subject: [PATCH 07/12] irta --- _data/icons/inertiascan.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_data/icons/inertiascan.json b/_data/icons/inertiascan.json index 967a029ec2d3..926dd28e0f15 100644 --- a/_data/icons/inertiascan.json +++ b/_data/icons/inertiascan.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmcjChVRfx1qNuh9Rg8CUMrYYW13X18aeSavgCBHUxjoia", - "width": 54, - "height": 53, - "format": "png" - } - ] + { + "url": "ipfs://QmcjChVRfx1qNuh9Rg8CUMrYYW13X18aeSavgCBHUxjoia", + "width": 54, + "height": 53, + "format": "png" + } +] From 29b452cb2def33ce4eedc8077ed9c919fbe85839 Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Thu, 13 Mar 2025 05:15:05 +0000 Subject: [PATCH 08/12] irta --- _data/icons/inertiascan.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/icons/inertiascan.json b/_data/icons/inertiascan.json index 926dd28e0f15..8e401317513f 100644 --- a/_data/icons/inertiascan.json +++ b/_data/icons/inertiascan.json @@ -1,8 +1,8 @@ [ { "url": "ipfs://QmcjChVRfx1qNuh9Rg8CUMrYYW13X18aeSavgCBHUxjoia", - "width": 54, - "height": 53, + "width": 390, + "height": 440, "format": "png" } ] From c511ec1a2d2385a0d00292e2c831a0ba7763784f Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Thu, 13 Mar 2025 07:20:24 +0000 Subject: [PATCH 09/12] irta --- _data/icons/inertiascan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/icons/inertiascan.json b/_data/icons/inertiascan.json index 8e401317513f..367da8e3df20 100644 --- a/_data/icons/inertiascan.json +++ b/_data/icons/inertiascan.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmcjChVRfx1qNuh9Rg8CUMrYYW13X18aeSavgCBHUxjoia", - "width": 390, - "height": 440, + "url": "ipfs://QmSALofSJdHNiXZK81Jew3PA3NwPdQZ7DDRAeAVJxPJNHp", + "width": 114, + "height": 132, "format": "png" } ] From 443c8395a02c8bdd0cc0edeced2576c72f5a5871 Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Mon, 17 Mar 2025 05:37:01 +0000 Subject: [PATCH 10/12] IRTA --- _data/icons/inertiascan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/icons/inertiascan.json b/_data/icons/inertiascan.json index 367da8e3df20..0809d1a48aa7 100644 --- a/_data/icons/inertiascan.json +++ b/_data/icons/inertiascan.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmSALofSJdHNiXZK81Jew3PA3NwPdQZ7DDRAeAVJxPJNHp", - "width": 114, - "height": 132, + "url": "ipfs://QmbgWUbQMgc4ASEjN7HcNU7yfgPahYaTeogNLfzvWmcYEJ", + "width": 54, + "height": 53, "format": "png" } ] From aa861cbd6337009c12ad032bfb67cbdc485439a7 Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Wed, 19 Mar 2025 05:01:35 +0000 Subject: [PATCH 11/12] IRTA --- package-lock.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 3a0a0e61578d..000000000000 --- a/package-lock.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "@ethereum-lists/chains", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "@ethereum-lists/chains" - } - } -} From c2a59ca3e73ca325ba326e459e21ff8856f3a1fc Mon Sep 17 00:00:00 2001 From: Arpit Jais Date: Tue, 26 Aug 2025 11:54:24 +0000 Subject: [PATCH 12/12] new --- _data/chains/eip155-1409.json | 23 +++++++++++++++++++++++ _data/icons/reyscan.json | 8 ++++++++ package-lock.json | 10 ++++++++++ 3 files changed, 41 insertions(+) create mode 100644 _data/chains/eip155-1409.json create mode 100644 _data/icons/reyscan.json create mode 100644 package-lock.json diff --git a/_data/chains/eip155-1409.json b/_data/chains/eip155-1409.json new file mode 100644 index 000000000000..777ddf6fb199 --- /dev/null +++ b/_data/chains/eip155-1409.json @@ -0,0 +1,23 @@ +{ + "name": "Rey Scan", + "chain": "REY", + "icon": "reyscan", + "rpc": ["https://rpc.reyscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "Rey", + "symbol": "REY", + "decimals": 18 + }, + "infoURL": "https://reyscan.io", + "shortName": "REY", + "chainId": 1409, + "networkId": 1409, + "explorers": [ + { + "name": "blockscout", + "url": "https://reyscan.io", + "standard": "none" + } + ] +} diff --git a/_data/icons/reyscan.json b/_data/icons/reyscan.json new file mode 100644 index 000000000000..bc42e62c567d --- /dev/null +++ b/_data/icons/reyscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRDb9ALMPGppPeuqmJj4hi6FufmEr37KytQZgtRyZrmiE", + "width": 54, + "height": 53, + "format": "png" + } +] diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000000..3a0a0e61578d --- /dev/null +++ b/package-lock.json @@ -0,0 +1,10 @@ +{ + "name": "@ethereum-lists/chains", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@ethereum-lists/chains" + } + } +}