@notus-labs/patara-tokens 1.0.30 → 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 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -735,15 +735,6 @@ Get ready, because with SUITRUMP, you're not just buying a coin, you're investin
|
|
|
735
735
|
verified: true,
|
|
736
736
|
tags: ["Strict", "Meme"]
|
|
737
737
|
},
|
|
738
|
-
"0x0bffc4f0333fb1256431156395a93fc252432152b0ff732197e8459a365e5a9f::suicat::SUICAT": {
|
|
739
|
-
decimals: 6,
|
|
740
|
-
description: "The original cat-themed meme coin on the Sui blockchain! As the first of its kind, When it comes to cat coins on Sui, were the trailblazers setting the trend. Get in on the ground floor with Sui Cat and be part of the OG cat coin revolution!\n\n",
|
|
741
|
-
iconUrl: "https://api.movepump.com/uploads/logo_and_photos_01_812caab3d3.png",
|
|
742
|
-
name: "SUI CAT",
|
|
743
|
-
symbol: "SUICAT",
|
|
744
|
-
verified: true,
|
|
745
|
-
tags: ["Strict", "Meme"]
|
|
746
|
-
},
|
|
747
738
|
"0xd7b720a37be0f5540e2499c989cbab660ae6b64f28ec54ceeea68ad3936b8d41::hopper::HOPPER": {
|
|
748
739
|
decimals: 6,
|
|
749
740
|
description: "the fastest coin on SUI",
|
|
@@ -1661,6 +1652,15 @@ Get ready, because with SUITRUMP, you're not just buying a coin, you're investin
|
|
|
1661
1652
|
symbol: "SUICAT",
|
|
1662
1653
|
verified: true,
|
|
1663
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"]
|
|
1664
1664
|
}
|
|
1665
1665
|
};
|
|
1666
1666
|
var TOKEN_LIST_KEYS = Object.keys(TOKEN_LIST);
|