From 89e00de00b6be47e284522db61801d6d5a41b46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilia=20GH=2E=20=28Symbolic=20Architect=20=E2=80=93=20RANNT?= =?UTF-8?q?A=29?= Date: Sat, 30 May 2026 17:39:20 +0400 Subject: [PATCH 1/3] Add info.json for RANNTA X-Chain details --- blockchains/blockchains/rntx/info/info.json | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 blockchains/blockchains/rntx/info/info.json diff --git a/blockchains/blockchains/rntx/info/info.json b/blockchains/blockchains/rntx/info/info.json new file mode 100644 index 0000000000000..6ba26f4ff4126 --- /dev/null +++ b/blockchains/blockchains/rntx/info/info.json @@ -0,0 +1,27 @@ +{ + "name": "RANNTA X-Chain", + "website": "https://rannta.com/", + "description": "RANNTA X-Chain is an EVM-compatible blockchain network for the RANNTA ecosystem.", + "explorer": "https://explorer.rannta.com/", + "symbol": "RNTX", + "type": "coin", + "decimals": 18, + "status": "active", + "rpc_url": "https://rpc.rannta.com/", + "chain_id": 13113, + "network_id": 13113, + "links": [ + { + "name": "website", + "url": "https://rannta.com/" + }, + { + "name": "explorer", + "url": "https://explorer.rannta.com/" + }, + { + "name": "github", + "url": "https://github.com/ilia144000" + } + ] +} From 3c3e5df6eab8c07534d0719eeb9b92169cbd93f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilia=20GH=2E=20=28Symbolic=20Architect=20=E2=80=93=20RANNT?= =?UTF-8?q?A=29?= Date: Sat, 30 May 2026 17:42:04 +0400 Subject: [PATCH 2/3] Add info.json for RANNTA X-Chain details --- blockchains/rntx/info/info.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 blockchains/rntx/info/info.json diff --git a/blockchains/rntx/info/info.json b/blockchains/rntx/info/info.json new file mode 100644 index 0000000000000..6ba26f4ff4126 --- /dev/null +++ b/blockchains/rntx/info/info.json @@ -0,0 +1,27 @@ +{ + "name": "RANNTA X-Chain", + "website": "https://rannta.com/", + "description": "RANNTA X-Chain is an EVM-compatible blockchain network for the RANNTA ecosystem.", + "explorer": "https://explorer.rannta.com/", + "symbol": "RNTX", + "type": "coin", + "decimals": 18, + "status": "active", + "rpc_url": "https://rpc.rannta.com/", + "chain_id": 13113, + "network_id": 13113, + "links": [ + { + "name": "website", + "url": "https://rannta.com/" + }, + { + "name": "explorer", + "url": "https://explorer.rannta.com/" + }, + { + "name": "github", + "url": "https://github.com/ilia144000" + } + ] +} From edce4d85f06c8bb870ea9ae29d1bbe45c7f6c19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilia=20GH=2E=20=28Symbolic=20Architect=20=E2=80=93=20RANNT?= =?UTF-8?q?A=29?= Date: Sat, 30 May 2026 17:43:47 +0400 Subject: [PATCH 3/3] Delete blockchains/blockchains/rntx/info/info.json --- blockchains/blockchains/rntx/info/info.json | 27 --------------------- 1 file changed, 27 deletions(-) delete mode 100644 blockchains/blockchains/rntx/info/info.json diff --git a/blockchains/blockchains/rntx/info/info.json b/blockchains/blockchains/rntx/info/info.json deleted file mode 100644 index 6ba26f4ff4126..0000000000000 --- a/blockchains/blockchains/rntx/info/info.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "RANNTA X-Chain", - "website": "https://rannta.com/", - "description": "RANNTA X-Chain is an EVM-compatible blockchain network for the RANNTA ecosystem.", - "explorer": "https://explorer.rannta.com/", - "symbol": "RNTX", - "type": "coin", - "decimals": 18, - "status": "active", - "rpc_url": "https://rpc.rannta.com/", - "chain_id": 13113, - "network_id": 13113, - "links": [ - { - "name": "website", - "url": "https://rannta.com/" - }, - { - "name": "explorer", - "url": "https://explorer.rannta.com/" - }, - { - "name": "github", - "url": "https://github.com/ilia144000" - } - ] -}