diff --git a/package.json b/package.json index 00df3ab..1c8bab3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/assets.ts b/src/assets.ts index 668e80b..96b301f 100644 --- a/src/assets.ts +++ b/src/assets.ts @@ -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 = ( diff --git a/src/stability.tokenlist.json b/src/stability.tokenlist.json index ff7608b..27ef593 100644 --- a/src/stability.tokenlist.json +++ b/src/stability.tokenlist.json @@ -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" } ] }