From cfa27f88537556206a02529a4cafc8158f725bee Mon Sep 17 00:00:00 2001 From: TURAN <263885818+TuranGlobal@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:35:41 +0300 Subject: [PATCH 1/2] Add TURAN (TRN) token on BASE network --- ...0947c3277b51d9b50E149997ACAa4041aB862c.svg | 319 ++++++++++++++++++ ...947c3277b51d9b50E149997ACAa4041aB862c.json | 7 + 2 files changed, 326 insertions(+) create mode 100644 icons/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.svg create mode 100644 metadata/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.json diff --git a/icons/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.svg b/icons/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.svg new file mode 100644 index 0000000000..84a2160c90 --- /dev/null +++ b/icons/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.svg @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/metadata/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.json b/metadata/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.json new file mode 100644 index 0000000000..d3edd14cc2 --- /dev/null +++ b/metadata/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.json @@ -0,0 +1,7 @@ +{ + "name": "TURAN", + "symbol": "TRN", + "decimals": 18, + "erc20": true, + "logo": "./icons/eip:155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.svg" +} \ No newline at end of file From fd375c5bb3db2ee4b23f2727ddf122fbfd0d7b8e Mon Sep 17 00:00:00 2001 From: TURAN <263885818+TuranGlobal@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:18:24 +0300 Subject: [PATCH 2/2] Fix JSON formatting by removing trailing newline Removed unnecessary newline at the end of the JSON file. --- .../erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.json b/metadata/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.json index d3edd14cc2..797492d41b 100644 --- a/metadata/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.json +++ b/metadata/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.json @@ -3,5 +3,5 @@ "symbol": "TRN", "decimals": 18, "erc20": true, - "logo": "./icons/eip:155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.svg" -} \ No newline at end of file + "logo": "./icons/eip155:8453/erc20:0x970947c3277b51d9b50E149997ACAa4041aB862c.svg" +}