Skip to content

Commit 316ae7a

Browse files
authored
Merge pull request #157 from stabilitydao/dev
0.24.10 collactor
2 parents 6bcc47f + 8851c07 commit 316ae7a

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.24.9",
3+
"version": "0.24.10",
44
"description": "Stability Integration Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

src/assets.ts

+10
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,16 @@ export const assets: Asset[] = [
354354
website: "https://fsonic.pro/",
355355
color: "#868686",
356356
},
357+
{
358+
addresses: {
359+
"146": "0x486B6Fa0419b33a0c7A6e4698c231D7E2f2D5299",
360+
},
361+
symbol: "MOON",
362+
description:
363+
"MoonBay is an innovative crypto project built on the Sonic Network, with a strong, engaged community at its core. The $MOON token serves as both a meme coin and the central community token within the MoonBay ecosystem. Focused on staying ahead of trends, MoonBay actively integrates cutting-edge developments in DeFi, NFTs, GameFi, and more. With its dynamic approach, MoonBay aims to provide value, entertainment, and growth opportunities for its community, making it a hub for innovation and engagement in the crypto space.",
364+
website: "https://www.moonbay.space/",
365+
color: "#7fd6c6",
366+
},
357367
];
358368

359369
export const getAsset = (

src/stability.tokenlist.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"timestamp": "2025-01-07T00:00:00+00:00",
66
"version": {
77
"major": 1,
8-
"minor": 9,
8+
"minor": 10,
99
"patch": 0
1010
},
1111
"tags": {
@@ -763,6 +763,14 @@
763763
"name": "FantomSonicInu",
764764
"decimals": 18,
765765
"logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0x05e31a691405d06708a355c029599c12d5da8b28.png"
766+
},
767+
{
768+
"chainId": 146,
769+
"address": "0x486B6Fa0419b33a0c7A6e4698c231D7E2f2D5299",
770+
"symbol": "MOON",
771+
"name": "Moon Bay",
772+
"decimals": 18,
773+
"logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0x486b6fa0419b33a0c7a6e4698c231d7e2f2d5299.png"
766774
}
767775
]
768776
}

0 commit comments

Comments
 (0)