Skip to content

Commit

Permalink
Merge pull request #177 from stabilitydao/dev
Browse files Browse the repository at this point in the history
0.24.20 collector
  • Loading branch information
a17 authored Jan 13, 2025
2 parents 123aa6e + c1f9ef2 commit d509796
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
19 changes: 19 additions & 0 deletions src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 = (
Expand Down
16 changes: 16 additions & 0 deletions src/stability.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit d509796

Please sign in to comment.