From 82bf07e744ffced624ab5a7039407b5edeee4b58 Mon Sep 17 00:00:00 2001 From: INRI CHAIN Date: Thu, 20 Nov 2025 10:37:14 -0300 Subject: [PATCH 1/8] Add INRI CHAIN (chainId 3777) --- data/chains.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/data/chains.json b/data/chains.json index 695bb8a..f808376 100644 --- a/data/chains.json +++ b/data/chains.json @@ -1,4 +1,39 @@ { + "3777": { + "name": "INRI CHAIN", + "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", + "ecosystem": ["Ethereum"], + "isTestnet": false, + "layer": 1, + "rollupType": null, + "native_currency": "INRI", + "website": "https://inri.life", + "explorers": [ + { + "url": "https://explorer.inri.life", + "hostedBy": "blockscout" + } + ], + "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png" + }, + "1": { + "name": "Ethereum", + "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", + "logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/ethereum.svg", + "ecosystem": "Ethereum", + "isTestnet": false, + "layer": 1, + "rollupType": null, + "native_currency": "ETH", + "website": "https://ethereum.org/", + "explorers": [ + { + "url": "https://eth.blockscout.com/", + "hostedBy": "blockscout" + } + ] + ... + "1": { "name": "Ethereum", "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", From a09fe0706a1abf6727e155a2d5379a15112b8dd7 Mon Sep 17 00:00:00 2001 From: INRI CHAIN Date: Wed, 26 Nov 2025 11:35:33 -0300 Subject: [PATCH 2/8] Update chains.json --- data/chains.json | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/data/chains.json b/data/chains.json index f808376..9b9ba28 100644 --- a/data/chains.json +++ b/data/chains.json @@ -1,8 +1,8 @@ -{ - "3777": { +"3777": { "name": "INRI CHAIN", "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", - "ecosystem": ["Ethereum"], + "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png", + "ecosystem": "Ethereum", "isTestnet": false, "layer": 1, "rollupType": null, @@ -13,28 +13,9 @@ "url": "https://explorer.inri.life", "hostedBy": "blockscout" } - ], - "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png" - }, - "1": { - "name": "Ethereum", - "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", - "logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/ethereum.svg", - "ecosystem": "Ethereum", - "isTestnet": false, - "layer": 1, - "rollupType": null, - "native_currency": "ETH", - "website": "https://ethereum.org/", - "explorers": [ - { - "url": "https://eth.blockscout.com/", - "hostedBy": "blockscout" - } ] - ... - - "1": { + }, + "1": { "name": "Ethereum", "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", "logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/ethereum.svg", From 983385cbcd411bfbc5d3ad2a65666166cc580b5c Mon Sep 17 00:00:00 2001 From: INRI CHAIN Date: Wed, 26 Nov 2025 11:37:18 -0300 Subject: [PATCH 3/8] Update chains.json --- data/chains.json | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/data/chains.json b/data/chains.json index 9b9ba28..d156da5 100644 --- a/data/chains.json +++ b/data/chains.json @@ -1,33 +1,34 @@ -"3777": { - "name": "INRI CHAIN", - "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", - "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png", +{ + "1": { + "name": "Ethereum", + "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", + "logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/ethereum.svg", "ecosystem": "Ethereum", "isTestnet": false, "layer": 1, "rollupType": null, - "native_currency": "INRI", - "website": "https://inri.life", + "native_currency": "ETH", + "website": "https://ethereum.org/", "explorers": [ { - "url": "https://explorer.inri.life", + "url": "https://eth.blockscout.com/", "hostedBy": "blockscout" } ] }, - "1": { - "name": "Ethereum", - "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", - "logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/ethereum.svg", + "3777": { + "name": "INRI CHAIN", + "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", + "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png", "ecosystem": "Ethereum", "isTestnet": false, "layer": 1, "rollupType": null, - "native_currency": "ETH", - "website": "https://ethereum.org/", + "native_currency": "INRI", + "website": "https://inri.life", "explorers": [ { - "url": "https://eth.blockscout.com/", + "url": "https://explorer.inri.life", "hostedBy": "blockscout" } ] @@ -48,7 +49,9 @@ "hostedBy": "self" } ] - }, + } +} + "10": { "name": "OP Mainnet", "description": "Optimism is building an equitable Internet with their Superchain infra - this is the flagship Optimism Mainnet instance.", From 60b4f2bbcd63d63ec6a0b472dea332e154982afd Mon Sep 17 00:00:00 2001 From: INRI CHAIN Date: Wed, 26 Nov 2025 11:43:29 -0300 Subject: [PATCH 4/8] Update chains.json --- data/chains.json | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) diff --git a/data/chains.json b/data/chains.json index d156da5..e69e0e6 100644 --- a/data/chains.json +++ b/data/chains.json @@ -1,21 +1,4 @@ { - "1": { - "name": "Ethereum", - "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", - "logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/ethereum.svg", - "ecosystem": "Ethereum", - "isTestnet": false, - "layer": 1, - "rollupType": null, - "native_currency": "ETH", - "website": "https://ethereum.org/", - "explorers": [ - { - "url": "https://eth.blockscout.com/", - "hostedBy": "blockscout" - } - ] - }, "3777": { "name": "INRI CHAIN", "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", @@ -33,25 +16,23 @@ } ] }, - "7": { - "name": "Thai Chain", - "description": "Non-profit organization advancing blockchain adoption in Thailand through infrastructure services, smart contract audits, and public education", - "logo": "https://uploads-ssl.webflow.com/644a5b7efad46e3cd70deafb/669a6c677de63eb6bbeadc2d_ThaiChain.png", + "1": { + "name": "Ethereum", + "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", + "logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/ethereum.svg", "ecosystem": "Ethereum", "isTestnet": false, "layer": 1, "rollupType": null, - "native_currency": "TCH", - "website": "https://www.thaichain.io/", + "native_currency": "ETH", + "website": "https://ethereum.org/", "explorers": [ { - "url": "https://thaichain.org", - "hostedBy": "self" + "url": "https://eth.blockscout.com/", + "hostedBy": "blockscout" } ] - } -} - + }, "10": { "name": "OP Mainnet", "description": "Optimism is building an equitable Internet with their Superchain infra - this is the flagship Optimism Mainnet instance.", From 29580411eaff365a77aa8b3f2ea6c7ad6ffb9fec Mon Sep 17 00:00:00 2001 From: INRI CHAIN Date: Wed, 26 Nov 2025 12:09:50 -0300 Subject: [PATCH 5/8] Update chains.json --- data/chains.json | 45 +++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/data/chains.json b/data/chains.json index e69e0e6..994b200 100644 --- a/data/chains.json +++ b/data/chains.json @@ -1,34 +1,51 @@ { - "3777": { - "name": "INRI CHAIN", - "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", - "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png", + "1": { + "name": "Ethereum", + "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", + "logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/ethereum.svg", "ecosystem": "Ethereum", "isTestnet": false, "layer": 1, "rollupType": null, - "native_currency": "INRI", - "website": "https://inri.life", + "native_currency": "ETH", + "website": "https://ethereum.org/", "explorers": [ { - "url": "https://explorer.inri.life", + "url": "https://eth.blockscout.com/", "hostedBy": "blockscout" } ] }, - "1": { - "name": "Ethereum", - "description": "Decentralized global computing platform supporting smart contracts & P2P apps.", - "logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/ethereum.svg", + "7": { + "name": "Thai Chain", + "description": "Non-profit organization advancing blockchain adoption in Thailand through infrastructure services, smart contract audits, and public education", + "logo": "https://uploads-ssl.webflow.com/644a5b7efad46e3cd70deafb/669a6c677de63eb6bbeadc2d_ThaiChain.png", "ecosystem": "Ethereum", "isTestnet": false, "layer": 1, "rollupType": null, - "native_currency": "ETH", - "website": "https://ethereum.org/", + "native_currency": "TCH", + "website": "https://www.thaichain.io/", "explorers": [ { - "url": "https://eth.blockscout.com/", + "url": "https://thaichain.org", + "hostedBy": "self" + } + ] + }, + "3777": { + "name": "INRI CHAIN", + "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", + "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png", + "ecosystem": "Ethereum", + "isTestnet": false, + "layer": 1, + "rollupType": null, + "native_currency": "INRI", + "website": "https://inri.life", + "explorers": [ + { + "url": "https://explorer.inri.life", "hostedBy": "blockscout" } ] From 88abc910461286933edf1a0c241d6610efb89294 Mon Sep 17 00:00:00 2001 From: INRI CHAIN Date: Wed, 26 Nov 2025 12:22:38 -0300 Subject: [PATCH 6/8] Update chains.json --- data/chains.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/data/chains.json b/data/chains.json index 994b200..02b892b 100644 --- a/data/chains.json +++ b/data/chains.json @@ -33,23 +33,6 @@ } ] }, - "3777": { - "name": "INRI CHAIN", - "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", - "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png", - "ecosystem": "Ethereum", - "isTestnet": false, - "layer": 1, - "rollupType": null, - "native_currency": "INRI", - "website": "https://inri.life", - "explorers": [ - { - "url": "https://explorer.inri.life", - "hostedBy": "blockscout" - } - ] - }, "10": { "name": "OP Mainnet", "description": "Optimism is building an equitable Internet with their Superchain infra - this is the flagship Optimism Mainnet instance.", @@ -3926,6 +3909,23 @@ "hostedBy": "self" } ] + }, + "3777": { + "name": "INRI CHAIN", + "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", + "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png", + "ecosystem": "Ethereum", + "isTestnet": false, + "layer": 1, + "rollupType": null, + "native_currency": "INRI", + "website": "https://inri.life", + "explorers": [ + { + "url": "https://explorer.inri.life", + "hostedBy": "blockscout" + } + ] }, "3799": { "name": "Tangle Testnet", From 42a733ef1d5d9e91706faf328015471300e7f4bb Mon Sep 17 00:00:00 2001 From: INRI CHAIN Date: Thu, 27 Nov 2025 00:33:11 -0300 Subject: [PATCH 7/8] Update chains.json Fix INRI CHAIN JSON --- data/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/chains.json b/data/chains.json index 02b892b..6e00347 100644 --- a/data/chains.json +++ b/data/chains.json @@ -3914,7 +3914,7 @@ "name": "INRI CHAIN", "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png", - "ecosystem": "Ethereum", + "ecosystem": ["Ethereum"], "isTestnet": false, "layer": 1, "rollupType": null, From d2cceab383f3fdabcc80f6c81aa9acec114353d0 Mon Sep 17 00:00:00 2001 From: INRI CHAIN Date: Fri, 28 Nov 2025 15:07:04 -0300 Subject: [PATCH 8/8] Update chains.json update INRI CHAIN logo --- data/chains.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/chains.json b/data/chains.json index 6e00347..174bac4 100644 --- a/data/chains.json +++ b/data/chains.json @@ -3913,7 +3913,7 @@ "3777": { "name": "INRI CHAIN", "description": "EVM Proof-of-Work chain focused on fair mining, fee burning, and low transaction costs.", - "logo": "https://raw.githubusercontent.com/inrichain/logoinrichain/main/Logo..png", + "logo": "https://raw.githubusercontent.com/inrichain/logoofficial/main/256x256.png", "ecosystem": ["Ethereum"], "isTestnet": false, "layer": 1,