Skip to content

Commit

Permalink
Merge pull request #167 from stabilitydao/dev
Browse files Browse the repository at this point in the history
0.24.15 collector
  • Loading branch information
a17 authored Jan 10, 2025
2 parents 8ba9236 + 94f7698 commit a676bc1
Show file tree
Hide file tree
Showing 3 changed files with 37 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.14",
"version": "0.24.15",
"description": "Stability Integration Library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
20 changes: 20 additions & 0 deletions src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,26 @@ export const assets: Asset[] = [
website: "https://swapx.fi/",
color: "#3f6743",
},
{
addresses: {
"146": "0x6881B80ea7C858E4aEEf63893e18a8A36f3682f3",
},
symbol: "NAVI",
description:
"Effortless trading, continuous liquidity. Across Crypto, Forex, and beyond.",
website: "https://www.navigator.exchange/",
color: "#90fb75",
},
{
addresses: {
"146": "0x7A08Bf5304094CA4C7b4132Ef62b5EDc4a3478B7",
},
symbol: "ECO",
description:
"Harnessing the power of Sonic DeFi to reward holders and give back to the planet; community token by Blockchain Ecologist 🌱",
website: "https://fantom.eco/",
color: "#5c0451",
},
];

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 @@ -787,6 +787,22 @@
"name": "SwapX",
"decimals": 18,
"logoURI": "https://swapx.fi/assets/swpx-28556910.svg"
},
{
"chainId": 146,
"address": "0x6881B80ea7C858E4aEEf63893e18a8A36f3682f3",
"symbol": "NAVI",
"name": "NAVI",
"decimals": 18,
"logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0x6881b80ea7c858e4aeef63893e18a8a36f3682f3.png"
},
{
"chainId": 146,
"address": "0x7A08Bf5304094CA4C7b4132Ef62b5EDc4a3478B7",
"symbol": "ECO",
"name": "SonicEco",
"decimals": 18,
"logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0x7a08bf5304094ca4c7b4132ef62b5edc4a3478b7.png"
}
]
}

0 comments on commit a676bc1

Please sign in to comment.