@notus-labs/patara-tokens 1.0.31 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1652,6 +1652,15 @@ Get ready, because with SUITRUMP, you're not just buying a coin, you're investin
|
|
|
1652
1652
|
symbol: "SUICAT",
|
|
1653
1653
|
verified: true,
|
|
1654
1654
|
tags: ["Strict", "Meme"]
|
|
1655
|
+
},
|
|
1656
|
+
"0xaaffd090b57fcdcf293f7e7ec59c119acc910eeb5fc4aadfb4185fa56b6a2cb5::suipump::SUIPUMP": {
|
|
1657
|
+
decimals: 6,
|
|
1658
|
+
description: "Just One Sui",
|
|
1659
|
+
iconUrl: "https://i.imgur.com/VwGpbaZ.jpeg",
|
|
1660
|
+
name: "JustOneSui",
|
|
1661
|
+
symbol: "ONE",
|
|
1662
|
+
verified: true,
|
|
1663
|
+
tags: ["Strict", "Meme"]
|
|
1655
1664
|
}
|
|
1656
1665
|
};
|
|
1657
1666
|
var TOKEN_LIST_KEYS = Object.keys(TOKEN_LIST);
|