From a2522a3958bdd24fddf50a07a56aa8d658f8a9bb Mon Sep 17 00:00:00 2001 From: Alien Deployer Date: Mon, 13 Jan 2025 11:29:20 +0300 Subject: [PATCH] add atETH, scETH --- package.json | 2 +- src/assets.ts | 19 +++++++++++++++++++ src/stability.tokenlist.json | 16 ++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ce94750..f995388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stabilitydao/stability", - "version": "0.24.19", + "version": "0.24.20", "description": "Stability Integration Library", "main": "out/index.js", "types": "out/index.d.ts", diff --git a/src/assets.ts b/src/assets.ts index 38071b2..ef73e1e 100644 --- a/src/assets.ts +++ b/src/assets.ts @@ -335,6 +335,15 @@ export const assets: Asset[] = [ website: "https://rings.money/", color: "#8484db", }, + { + addresses: { + "146": "0x3bcE5CB273F0F148010BbEa2470e7b5df84C7812", + }, + symbol: "scETH", + description: "A scalable yield bearing meta-stablecoin on Sonic", + website: "https://rings.money/", + color: "#8484db", + }, { addresses: { "146": "0x9fDbC3f8Abc05Fa8f3Ad3C17D2F806c1230c4564", @@ -454,6 +463,16 @@ export const assets: Asset[] = [ website: "https://thankyousonicgod.com/", color: "#6b5c65", }, + { + addresses: { + "146": "0x284D81e48fBc782Aa9186a03a226690aEA5cBe0E", + }, + symbol: "atETH", + description: + "atETH is a full-collateralized token pegging with ETH. It utilizes AMO (Algorithmic Market Operations) to control its pegging for the Atoll ecosystem and earn yields from the fluctuating market. (Same with other assets like atS).", + website: "https://atoll.money/", + color: "#e2e2e2", + }, ]; export const getAsset = ( diff --git a/src/stability.tokenlist.json b/src/stability.tokenlist.json index 20a11cf..59ac726 100644 --- a/src/stability.tokenlist.json +++ b/src/stability.tokenlist.json @@ -843,6 +843,22 @@ "name": "ThankYouSonicGod", "decimals": 18, "logoURI": "https://swapx.fi/assets/tysg-165ebf2e.png" + }, + { + "chainId": 146, + "address": "0x284D81e48fBc782Aa9186a03a226690aEA5cBe0E", + "symbol": "atETH", + "name": "Atoll ETH", + "decimals": 18, + "logoURI": "https://swapx.fi/assets/ate th-8f480cac.png" + }, + { + "chainId": 146, + "address": "0x3bcE5CB273F0F148010BbEa2470e7b5df84C7812", + "symbol": "scETH", + "name": "Sonic ETH", + "decimals": 18, + "logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0x3bce5cb273f0f148010bbea2470e7b5df84c7812.png" } ] }