Skip to content

Commit

Permalink
Merge pull request #159 from stabilitydao/dev
Browse files Browse the repository at this point in the history
0.24.11 collector
  • Loading branch information
a17 authored Jan 7, 2025
2 parents 316ae7a + 7d2a79a commit 358908d
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.10",
"version": "0.24.11",
"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 @@ -364,6 +364,16 @@ export const assets: Asset[] = [
website: "https://www.moonbay.space/",
color: "#7fd6c6",
},
{
addresses: {
"146": "0xddF26B42C1d903De8962d3F79a74a501420d5F19",
},
symbol: "EQUAL",
description:
"Equalizer Exchange is the fastest liquidity hub providing optimized trading and earning opportunities.",
website: "https://equalizer.exchange/",
color: "#19b4e3",
},
];

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 @@ -771,6 +771,14 @@
"name": "Moon Bay",
"decimals": 18,
"logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0x486b6fa0419b33a0c7a6e4698c231d7e2f2d5299.png"
},
{
"chainId": 146,
"address": "0xddF26B42C1d903De8962d3F79a74a501420d5F19",
"symbol": "EQUAL",
"name": "Equalizer on Sonic",
"decimals": 18,
"logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0xddf26b42c1d903de8962d3f79a74a501420d5f19.png"
}
]
}

0 comments on commit 358908d

Please sign in to comment.