@notus-labs/patara-tokens 1.0.37 → 1.0.38
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 +45 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +45 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1688,6 +1688,51 @@ Get ready, because with SUITRUMP, you're not just buying a coin, you're investin
|
|
|
1688
1688
|
symbol: "SUIDOG",
|
|
1689
1689
|
verified: false,
|
|
1690
1690
|
tags: ["Strict", "Meme"]
|
|
1691
|
+
},
|
|
1692
|
+
"0x61b581ec61dcef944bf2c646f1a1d719c683777d881507abe29ad886c09e923c::suipump::SUIPUMP": {
|
|
1693
|
+
decimals: 6,
|
|
1694
|
+
description: "JrEast mascot living on sui, join the train!",
|
|
1695
|
+
iconUrl: "https://i.imgur.com/sB5IZ9e.png",
|
|
1696
|
+
name: "Suica The Rabbit",
|
|
1697
|
+
symbol: "SUICA",
|
|
1698
|
+
verified: false,
|
|
1699
|
+
tags: ["Strict", "Meme"]
|
|
1700
|
+
},
|
|
1701
|
+
"0x4849f32fb390e550091473188a4d09e79203bbd5f8d5b5982accf8a3d238868c::suipump::SUIPUMP": {
|
|
1702
|
+
decimals: 6,
|
|
1703
|
+
description: "Your Token. Your Identity. Your Subdomain. Nexom provides the infrastructure for Web3 projects to establish a professional presence through custom subdomains and dedicated token pages on Sui Mainnet.",
|
|
1704
|
+
iconUrl: "https://cdn.suipump.org/icons/d000a5dd2a62e58f112aab22187500b7.png",
|
|
1705
|
+
name: "Nexom",
|
|
1706
|
+
symbol: "NX",
|
|
1707
|
+
verified: false,
|
|
1708
|
+
tags: ["Strict", "Meme"]
|
|
1709
|
+
},
|
|
1710
|
+
"0xe5daee556ce679f811eb4638f49b773b796da2a8418400b88d4f8cc143439678::suipump::SUIPUMP": {
|
|
1711
|
+
decimals: 6,
|
|
1712
|
+
description: "Side effects may include massive gains, euphoria & fomo. The battle against big pharma begins.",
|
|
1713
|
+
iconUrl: "https://i.imgur.com/v2hiPBo.gif",
|
|
1714
|
+
name: "Pharmasui",
|
|
1715
|
+
symbol: "PHARMA",
|
|
1716
|
+
verified: false,
|
|
1717
|
+
tags: ["Strict", "Meme"]
|
|
1718
|
+
},
|
|
1719
|
+
"0x607e781fbd6859beea9da574f86b2b52d364442434fcc75c51743c67e1201c4c::suipump::SUIPUMP": {
|
|
1720
|
+
decimals: 6,
|
|
1721
|
+
description: "The Kostas Frog Of Sui",
|
|
1722
|
+
iconUrl: "https://i.imgur.com/Nczzed4.png",
|
|
1723
|
+
name: "SuiFrog",
|
|
1724
|
+
symbol: "SUIFROG",
|
|
1725
|
+
verified: false,
|
|
1726
|
+
tags: ["Strict", "Meme"]
|
|
1727
|
+
},
|
|
1728
|
+
"0x228c580891953873670a13c4dc2e4eb84cae59925a3c774b978af134212092b5::template::TEMPLATE": {
|
|
1729
|
+
decimals: 6,
|
|
1730
|
+
description: "Epoch is the trustless vesting layer on Sui. Lock any token in an immutable, non-custodial vault with a custom unlock schedule \u2014 cliff, linear or hybrid. Once created, no one (not even us) can cancel, redirect or edit it. Beyond vesting: .epoch names + fully on-chain Walrus sites. $EPT powers the Epoch ecosystem. Build on-chain trust \u2192 epochsui.com",
|
|
1731
|
+
iconUrl: "https://i.imgur.com/SvhMDmv.png",
|
|
1732
|
+
name: "Epoch",
|
|
1733
|
+
symbol: "EPT",
|
|
1734
|
+
verified: false,
|
|
1735
|
+
tags: ["Strict", "Meme"]
|
|
1691
1736
|
}
|
|
1692
1737
|
};
|
|
1693
1738
|
var TOKEN_LIST_KEYS = Object.keys(TOKEN_LIST);
|