Skip to content

Commit

Permalink
Merge pull request #171 from stabilitydao/dev
Browse files Browse the repository at this point in the history
0.24.17 collector
  • Loading branch information
a17 authored Jan 10, 2025
2 parents af48c0c + 9410d6c commit 3d7a797
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.16",
"version": "0.24.17",
"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 @@ -434,6 +434,16 @@ export const assets: Asset[] = [
website: "https://aurumfi.io/",
color: "#19b4e3",
},
{
addresses: {
"146": "0xE51EE9868C1f0d6cd968A8B8C8376Dc2991BFE44",
},
symbol: "BRUSH",
description:
"BRUSH is the deflationary token of Estfor Kingdom and Paintswap.",
website: "https://paintswap.io/",
color: "#b000e9",
},
];

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 @@ -827,6 +827,14 @@
"name": "Aurum Sonic USDC",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/stabilitydao/.github/main/tokens/auUSDC.jpg"
},
{
"chainId": 146,
"address": "0xE51EE9868C1f0d6cd968A8B8C8376Dc2991BFE44",
"symbol": "BRUSH",
"name": "PaintSwap",
"decimals": 18,
"logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0xe51ee9868c1f0d6cd968a8b8c8376dc2991bfe44.png"
}
]
}

0 comments on commit 3d7a797

Please sign in to comment.