From 5559f478cd3f776f0bb17d1a356379b0a2456f88 Mon Sep 17 00:00:00 2001 From: jiujiteiro Date: Thu, 18 Sep 2025 13:41:39 -0300 Subject: [PATCH 1/2] Add realio network rio --- data/RIO/data.json | 16 ++++++++++++++++ data/RIO/logo.svg | 10 ++++++++++ 2 files changed, 26 insertions(+) create mode 100644 data/RIO/data.json create mode 100644 data/RIO/logo.svg diff --git a/data/RIO/data.json b/data/RIO/data.json new file mode 100644 index 000000000..9372404a9 --- /dev/null +++ b/data/RIO/data.json @@ -0,0 +1,16 @@ +{ + "name": "Realio Network", + "symbol": "RIO", + "decimals": 18, + "description": "RIO is the native token of the Realio Network, an interoperable Layer-1 multi-chain Web3 ecosystem focused on the issuance and management of digitally native Real-World Assets (RWAs). It is purpose-built and designed for a new open-source, permissionless financial world.", + "website": "https://realio.network", + "twitter": "https://x.com/Realio_Network", + "tokens": { + "ethereum": { + "address": "0x94a8b4EE5CD64C79D0Ee816f467EA73009f51aA0" + }, + "base": { + "address": "0x5e64c9049455b3bB6E9fbDC33565fa313BAe9B53" + } + } +} diff --git a/data/RIO/logo.svg b/data/RIO/logo.svg new file mode 100644 index 000000000..ca46eed51 --- /dev/null +++ b/data/RIO/logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From d8c71d61f7d855aae95d1f390c5fc298f7cd1b59 Mon Sep 17 00:00:00 2001 From: jiujiteiro Date: Thu, 18 Sep 2025 13:50:34 -0300 Subject: [PATCH 2/2] update X link --- data/RIO/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/RIO/data.json b/data/RIO/data.json index 9372404a9..2d58267cc 100644 --- a/data/RIO/data.json +++ b/data/RIO/data.json @@ -4,7 +4,7 @@ "decimals": 18, "description": "RIO is the native token of the Realio Network, an interoperable Layer-1 multi-chain Web3 ecosystem focused on the issuance and management of digitally native Real-World Assets (RWAs). It is purpose-built and designed for a new open-source, permissionless financial world.", "website": "https://realio.network", - "twitter": "https://x.com/Realio_Network", + "twitter": "@Realio_Network", "tokens": { "ethereum": { "address": "0x94a8b4EE5CD64C79D0Ee816f467EA73009f51aA0"