@notus-labs/patara-tokens 1.0.36 → 1.0.37
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 +11 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -720,8 +720,7 @@ Get ready, because with SUITRUMP, you're not just buying a coin, you're investin
|
|
|
720
720
|
"0x0292295126a70b16516108f708e31f2d54ba67db42d7441416a735a340e7ad2b::ups::UPS": {
|
|
721
721
|
decimals: 6,
|
|
722
722
|
description: "I got a chronic case of that UP SUI-NDROME",
|
|
723
|
-
|
|
724
|
-
iconUrl: "https://my.patara.app/coin-icons/suicat-big-image.webp",
|
|
723
|
+
iconUrl: "https://api.movepump.com/uploads/SUICAT_min_191f9c8bbb.png",
|
|
725
724
|
name: "UP SUI-NDROME",
|
|
726
725
|
symbol: "UPS",
|
|
727
726
|
verified: true,
|
|
@@ -1648,7 +1647,7 @@ Get ready, because with SUITRUMP, you're not just buying a coin, you're investin
|
|
|
1648
1647
|
"0x63e89267aad1dcbd9fb84e7686db54bd128cb25ce4e9f1fda97fc716c4b73682::suipump::SUIPUMP": {
|
|
1649
1648
|
decimals: 6,
|
|
1650
1649
|
description: "The Bald Cat of Sui",
|
|
1651
|
-
iconUrl: "https://i.imgur.com/
|
|
1650
|
+
iconUrl: "https://i.imgur.com/eXzg8r3.jpeg",
|
|
1652
1651
|
name: "Suicat",
|
|
1653
1652
|
symbol: "SUICAT",
|
|
1654
1653
|
verified: false,
|
|
@@ -1680,6 +1679,15 @@ Get ready, because with SUITRUMP, you're not just buying a coin, you're investin
|
|
|
1680
1679
|
symbol: "BLAST",
|
|
1681
1680
|
verified: false,
|
|
1682
1681
|
tags: ["Strict", "Meme"]
|
|
1682
|
+
},
|
|
1683
|
+
"0x786a9842686f2764940202301770d2b7aa6026008a779b492ef9e52d10ef165e::suipump::SUIPUMP": {
|
|
1684
|
+
decimals: 6,
|
|
1685
|
+
description: "The Evan Dog of Sui",
|
|
1686
|
+
iconUrl: "https://i.imgur.com/PLxLzcr.jpeg",
|
|
1687
|
+
name: "Suidog",
|
|
1688
|
+
symbol: "SUIDOG",
|
|
1689
|
+
verified: false,
|
|
1690
|
+
tags: ["Strict", "Meme"]
|
|
1683
1691
|
}
|
|
1684
1692
|
};
|
|
1685
1693
|
var TOKEN_LIST_KEYS = Object.keys(TOKEN_LIST);
|