@vleap/warps-adapter-fastset 0.1.0-beta.40 → 0.1.0-beta.41

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.mjs CHANGED
@@ -1476,7 +1476,7 @@ var getConfiguredFastsetClient = (config, chain2) => {
1476
1476
  var FastsetTokens = [
1477
1477
  {
1478
1478
  chain: "fastset",
1479
- identifier: "08413efc81f99e5b8e03b852b3756674083110c6b65e6b7836b39a26e3908d3c",
1479
+ identifier: "0x37bb8861c49c6f59d869634557245b8640c2de6a2d3dffd6ad4065f6f67989f1",
1480
1480
  name: "Ethereum",
1481
1481
  symbol: "ETH",
1482
1482
  decimals: 18,
@@ -1509,6 +1509,15 @@ var FastsetTokens = [
1509
1509
  decimals: 6,
1510
1510
  logoUrl: "https://assets.coingecko.com/coins/images/6319/small/USD_Coin_icon.png",
1511
1511
  amount: 0n
1512
+ },
1513
+ {
1514
+ chain: "fastset",
1515
+ identifier: "0xfa575e7000000000000000000000000000000000000000000000000000000000",
1516
+ name: "Wrapped SET",
1517
+ symbol: "WSET",
1518
+ decimals: 18,
1519
+ logoUrl: "https://vleap.ai/images/tokens/set.svg",
1520
+ amount: 0n
1512
1521
  }
1513
1522
  ];
1514
1523