Skip to content

Commit

Permalink
Merge pull request #175 from stabilitydao/dev
Browse files Browse the repository at this point in the history
0.24.19 collector
  • Loading branch information
a17 authored Jan 11, 2025
2 parents aabc01e + 8f85893 commit 123aa6e
Show file tree
Hide file tree
Showing 3 changed files with 19 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.18",
"version": "0.24.19",
"description": "Stability Integration Library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,16 @@ export const assets: Asset[] = [
website: "https://paintswap.io/",
color: "#b000e9",
},
{
addresses: {
"146": "0x56192E94434c4fd3278b4Fa53039293fB00DE3DB",
},
symbol: "TYSG",
description:
"Thank You Sonic God - more than a meme. A movement - a tribute to the creator & shaper of ve(3,3) - memeFi on #Sonic.",
website: "https://thankyousonicgod.com/",
color: "#6b5c65",
},
];

export const getAsset = (
Expand Down
8 changes: 8 additions & 0 deletions src/stability.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,14 @@
"name": "PaintSwap",
"decimals": 18,
"logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0xe51ee9868c1f0d6cd968a8b8c8376dc2991bfe44.png"
},
{
"chainId": 146,
"address": "0x56192E94434c4fd3278b4Fa53039293fB00DE3DB",
"symbol": "TYSG",
"name": "ThankYouSonicGod",
"decimals": 18,
"logoURI": "https://swapx.fi/assets/tysg-165ebf2e.png"
}
]
}

0 comments on commit 123aa6e

Please sign in to comment.