From aa3d2088195781e4ea6e2cbda472f04aaf22e00e Mon Sep 17 00:00:00 2001 From: Alberto Viera Date: Tue, 7 Oct 2025 13:51:21 +0200 Subject: [PATCH 1/3] adds c9xchain --- _data/chains/eip155-3230.json | 26 ++++++++++++++++++++++++++ _data/icons/c9xchain.json | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 _data/chains/eip155-3230.json create mode 100644 _data/icons/c9xchain.json diff --git a/_data/chains/eip155-3230.json b/_data/chains/eip155-3230.json new file mode 100644 index 000000000000..c1d53329ca30 --- /dev/null +++ b/_data/chains/eip155-3230.json @@ -0,0 +1,26 @@ +{ + "name": "C9XChain", + "chain": "C9XChain", + "icon": "c9xchain", + "rpc": [ + "https://services.tanssi-mainnet.network/tanssi-2002", + "wss://services.tanssi-mainnet.network/tanssi-2002" + ], + "faucets": [], + "nativeCurrency": { + "name": "CXC", + "symbol": "CXC", + "decimals": 18 + }, + "infoURL": "https://c9tech.com.br/", + "shortName": "c9xchain", + "chainId": 3230, + "networkId": 3230, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscan-tanssi.c9tech.com.br", + "standard": "none" + } + ] +} diff --git a/_data/icons/c9xchain.json b/_data/icons/c9xchain.json new file mode 100644 index 000000000000..3e8e6dddb6b5 --- /dev/null +++ b/_data/icons/c9xchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeiemkxy4mvhfzsxccoqx5ebbe5sdudae4vclnppbc26qann4z6fkiu", + "width": 500, + "height": 500, + "format": "png" + } +] From 0d0b739d04d21e6724e8a9785fa1123d69dc0576 Mon Sep 17 00:00:00 2001 From: Alberto Viera Date: Mon, 13 Oct 2025 23:14:08 +0300 Subject: [PATCH 2/3] adds scenium and trexx --- _data/chains/eip155-13766.json | 26 ++++++++++++++++++++++++++ _data/chains/eip155-335700.json | 26 ++++++++++++++++++++++++++ _data/icons/scenium.json | 8 ++++++++ _data/icons/trexx.json | 8 ++++++++ 4 files changed, 68 insertions(+) create mode 100644 _data/chains/eip155-13766.json create mode 100644 _data/chains/eip155-335700.json create mode 100644 _data/icons/scenium.json create mode 100644 _data/icons/trexx.json diff --git a/_data/chains/eip155-13766.json b/_data/chains/eip155-13766.json new file mode 100644 index 000000000000..ab6e8c1ebe00 --- /dev/null +++ b/_data/chains/eip155-13766.json @@ -0,0 +1,26 @@ +{ + "name": "Trexx", + "chain": "Trexx", + "icon": "trexx", + "rpc": [ + "https://services.tanssi-mainnet.network/tanssi-2003", + "wss://services.tanssi-mainnet.network/tanssi-2003" + ], + "faucets": [], + "nativeCurrency": { + "name": "TRX", + "symbol": "TRX", + "decimals": 18 + }, + "infoURL": "https://trexx.com.br", + "shortName": "trexx", + "chainId": 13766, + "networkId": 13766, + "explorers": [ + { + "name": "Tanssi EVM Basic Explorer", + "url": "https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2003", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-335700.json b/_data/chains/eip155-335700.json new file mode 100644 index 000000000000..9b42444eaf3e --- /dev/null +++ b/_data/chains/eip155-335700.json @@ -0,0 +1,26 @@ +{ + "name": "Scenium", + "chain": "Scenium", + "icon": "scenium", + "rpc": [ + "https://services.tanssi-mainnet.network/tanssi-2004", + "wss://services.tanssi-mainnet.network/tanssi-2004" + ], + "faucets": [], + "nativeCurrency": { + "name": "SCEN", + "symbol": "SCEN", + "decimals": 18 + }, + "infoURL": "hhttps://www.scenium.io/", + "shortName": "scenium", + "chainId": 335700, + "networkId": 335700, + "explorers": [ + { + "name": "Tanssi EVM Basic Explorer", + "url": "https://evmexplorer.tanssi-chains.network/?rpcUrl=https://services.tanssi-mainnet.network/tanssi-2004", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/icons/scenium.json b/_data/icons/scenium.json new file mode 100644 index 000000000000..47cbca42cd9b --- /dev/null +++ b/_data/icons/scenium.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreicngi3vnsauqgncupwitkkq2733nuwmqvczkiodynbsaxjmu2brna", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/trexx.json b/_data/icons/trexx.json new file mode 100644 index 000000000000..9a6e5c0206b1 --- /dev/null +++ b/_data/icons/trexx.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreib23xfvla3cgtykjuqtg7hngnvz6rhpigraomzvepcnhttdkaqmyy", + "width": 500, + "height": 500, + "format": "png" + } +] From 0e725d1cfd54aaf18c90021867eef2d2060e93d8 Mon Sep 17 00:00:00 2001 From: Alberto Viera Date: Mon, 13 Oct 2025 23:33:09 +0300 Subject: [PATCH 3/3] prettier --- _data/chains/eip155-13766.json | 2 +- _data/chains/eip155-335700.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-13766.json b/_data/chains/eip155-13766.json index ab6e8c1ebe00..e609062afffb 100644 --- a/_data/chains/eip155-13766.json +++ b/_data/chains/eip155-13766.json @@ -23,4 +23,4 @@ "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-335700.json b/_data/chains/eip155-335700.json index 9b42444eaf3e..1c1d89d79248 100644 --- a/_data/chains/eip155-335700.json +++ b/_data/chains/eip155-335700.json @@ -23,4 +23,4 @@ "standard": "none" } ] -} \ No newline at end of file +}