From dab642f559935fba3b46458d272b922470c017d7 Mon Sep 17 00:00:00 2001 From: brr Date: Fri, 13 Oct 2023 18:08:36 +0200 Subject: [PATCH 1/6] add hyUSD on base (#17) --- rtokens/base-rtoken-map.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/rtokens/base-rtoken-map.json b/rtokens/base-rtoken-map.json index 0967ef4..450f303 100644 --- a/rtokens/base-rtoken-map.json +++ b/rtokens/base-rtoken-map.json @@ -1 +1,18 @@ -{} +{ + "0xCc7FF230365bD730eE4B352cC2492CEdAC49383e": { + "address": "0xCc7FF230365bD730eE4B352cC2492CEdAC49383e", + "name": "High Yield USD", + "symbol": "hyUSD", + "logo": "hyUSD.svg", + "decimals": 18, + "about": "Hodl stable money and earn passive income, powered by DeFi", + "website": "https://linktr.ee/hyusd", + "support": { + "email": "contact@high-yield.io", + "url": "" + }, + "social": { + "twitter": "https://twitter.com/HighYieldUSD" + } + } +} From 50ca9e2d293674091f4624fb3a839156cdcaf1d1 Mon Sep 17 00:00:00 2001 From: Veganiel <82231250+Veganiel@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:41:24 +0200 Subject: [PATCH 2/6] Vaya Stablecoin (#16) * Vaya --------- Co-authored-by: Akshat Mittal --- images/vaya.svg | 36380 +++++++++++++++++++++++++++++++++ rtokens/base-rtoken-map.json | 15 + 2 files changed, 36395 insertions(+) create mode 100644 images/vaya.svg diff --git a/images/vaya.svg b/images/vaya.svg new file mode 100644 index 0000000..bdb7ec7 --- /dev/null +++ b/images/vaya.svg @@ -0,0 +1,36380 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/rtokens/base-rtoken-map.json b/rtokens/base-rtoken-map.json index 450f303..ed989d1 100644 --- a/rtokens/base-rtoken-map.json +++ b/rtokens/base-rtoken-map.json @@ -14,5 +14,20 @@ "social": { "twitter": "https://twitter.com/HighYieldUSD" } + }, + "0x7f888173045F298e870F09Fcfb14D521a8eca666": { + "address": "0x7f888173045F298e870F09Fcfb14D521a8eca666", + "name": "Vaya", + "symbol": "Vaya", + "logo": "Vaya.svg", + "decimals": 18, + "about": "A decentralized stablecoin which is striking go get the ideal balance between maximizing the worth of your finances and safeguarding its security.", + "website": "https://register.app/#/overview?token=0x7f888173045F298e870F09Fcfb14D521a8eca666&chainId=8453", + "support": { + "url": "https://twitter.com/Vaya_stablecoin" + }, + "social": { + "twitter": "https://twitter.com/Vaya_stablecoin" + } } } From 9537d07a56e382249184c7f1fc84cd047f485f22 Mon Sep 17 00:00:00 2001 From: Akshat Mittal Date: Wed, 18 Oct 2023 22:06:54 +0530 Subject: [PATCH 3/6] Fix Vaya --- rtokens/base-rtoken-map.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtokens/base-rtoken-map.json b/rtokens/base-rtoken-map.json index ed989d1..4a34696 100644 --- a/rtokens/base-rtoken-map.json +++ b/rtokens/base-rtoken-map.json @@ -15,14 +15,14 @@ "twitter": "https://twitter.com/HighYieldUSD" } }, - "0x7f888173045F298e870F09Fcfb14D521a8eca666": { - "address": "0x7f888173045F298e870F09Fcfb14D521a8eca666", + "0xC9a3e2B3064c1c0546D3D0edc0A748E9f93Cf18d": { + "address": "0xC9a3e2B3064c1c0546D3D0edc0A748E9f93Cf18d", "name": "Vaya", "symbol": "Vaya", "logo": "Vaya.svg", "decimals": 18, "about": "A decentralized stablecoin which is striking go get the ideal balance between maximizing the worth of your finances and safeguarding its security.", - "website": "https://register.app/#/overview?token=0x7f888173045F298e870F09Fcfb14D521a8eca666&chainId=8453", + "website": "https://register.app/#/overview?token=0xC9a3e2B3064c1c0546D3D0edc0A748E9f93Cf18d&chainId=8453", "support": { "url": "https://twitter.com/Vaya_stablecoin" }, From ffe9bb600e861e11576e1874bbb247d0092464e9 Mon Sep 17 00:00:00 2001 From: Larry the Cucumber <71284258+larrythecucumber321@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:34:59 -0700 Subject: [PATCH 4/6] Correct vaya svg name --- rtokens/base-rtoken-map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtokens/base-rtoken-map.json b/rtokens/base-rtoken-map.json index 4a34696..e56e2f3 100644 --- a/rtokens/base-rtoken-map.json +++ b/rtokens/base-rtoken-map.json @@ -19,7 +19,7 @@ "address": "0xC9a3e2B3064c1c0546D3D0edc0A748E9f93Cf18d", "name": "Vaya", "symbol": "Vaya", - "logo": "Vaya.svg", + "logo": "vaya.svg", "decimals": 18, "about": "A decentralized stablecoin which is striking go get the ideal balance between maximizing the worth of your finances and safeguarding its security.", "website": "https://register.app/#/overview?token=0xC9a3e2B3064c1c0546D3D0edc0A748E9f93Cf18d&chainId=8453", From 2803830e5749696cdf2d9a4a30d14df51ed64324 Mon Sep 17 00:00:00 2001 From: Luis Camargo Date: Mon, 23 Oct 2023 09:20:18 -0600 Subject: [PATCH 5/6] chore: bump version --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d166afe..8e0ccab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [1.0.12] - 2023-10-5 +## [1.1.4] - 2023-10-23 + +- Add Vaya (Base) + +## [1.1.2] - 2023-10-6 + +- Add USDC+ (Mainnet) + +## [1.1.0] - 2023-10-5 - Support multichain (base) diff --git a/package.json b/package.json index 8b6c1a3..4de5b3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lc-labs/rtokens", - "version": "1.1.3", + "version": "1.1.4", "description": "RToken list", "main": "index.js", "author": "LC Labs LLC", From e2eefd1842fcb28e49c7e437bf2a8fbe17e00852 Mon Sep 17 00:00:00 2001 From: Luis Camargo Date: Mon, 23 Oct 2023 09:49:36 -0600 Subject: [PATCH 6/6] chore: bump version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0ccab..fd55058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [1.1.4] - 2023-10-23 +- Correct Vaya svg name + +## [1.1.4] - 2023-10-23 + - Add Vaya (Base) ## [1.1.2] - 2023-10-6 diff --git a/package.json b/package.json index 4de5b3d..e659c0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lc-labs/rtokens", - "version": "1.1.4", + "version": "1.1.5", "description": "RToken list", "main": "index.js", "author": "LC Labs LLC",