@vleap/warps-adapter-fastset 0.1.0-beta.44 → 0.1.0-beta.46

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
@@ -633,7 +633,7 @@ var _BcsType = class _BcsType2 {
633
633
  _write = /* @__PURE__ */ new WeakMap();
634
634
  _serialize = /* @__PURE__ */ new WeakMap();
635
635
  var BcsType = _BcsType;
636
- var SERIALIZED_BCS_BRAND = Symbol.for("@mysten/serialized-bcs");
636
+ var SERIALIZED_BCS_BRAND = /* @__PURE__ */ Symbol.for("@mysten/serialized-bcs");
637
637
  var SerializedBcs = class {
638
638
  constructor(schema, bytes) {
639
639
  __privateAdd(this, _schema);
@@ -1527,7 +1527,7 @@ var FastsetTokens = [
1527
1527
  name: "Wrapped SET",
1528
1528
  symbol: "WSET",
1529
1529
  decimals: 18,
1530
- logoUrl: "https://vleap.ai/images/tokens/set.svg",
1530
+ logoUrl: "https://joai.ai/images/tokens/set-black.svg",
1531
1531
  amount: 0n
1532
1532
  }
1533
1533
  ];
@@ -2970,7 +2970,7 @@ var NativeTokenSet = {
2970
2970
  name: "SET",
2971
2971
  symbol: "SET",
2972
2972
  decimals: 0,
2973
- logoUrl: "https://vleap.ai/images/tokens/set.svg"
2973
+ logoUrl: "https://joai.ai/images/tokens/set-black.svg"
2974
2974
  };
2975
2975
  function createFastsetAdapter(chainName, chainInfos) {
2976
2976
  return (config, fallback) => {
@@ -3000,7 +3000,7 @@ var getFastsetAdapter = createFastsetAdapter(WarpChainName.Fastset, {
3000
3000
  blockTime: 1e3,
3001
3001
  addressHrp: "set",
3002
3002
  defaultApiUrl: "https://proxy.fastset.xyz",
3003
- logoUrl: "https://vleap.ai/images/chains/fastset.svg",
3003
+ logoUrl: "https://joai.ai/images/chains/fastset-black.svg",
3004
3004
  nativeToken: NativeTokenSet
3005
3005
  },
3006
3006
  testnet: {
@@ -3010,7 +3010,7 @@ var getFastsetAdapter = createFastsetAdapter(WarpChainName.Fastset, {
3010
3010
  blockTime: 1e3,
3011
3011
  addressHrp: "set",
3012
3012
  defaultApiUrl: "https://proxy.fastset.xyz",
3013
- logoUrl: "https://vleap.ai/images/chains/fastset.svg",
3013
+ logoUrl: "https://joai.ai/images/chains/fastset-black.svg",
3014
3014
  nativeToken: NativeTokenSet
3015
3015
  },
3016
3016
  devnet: {
@@ -3020,7 +3020,7 @@ var getFastsetAdapter = createFastsetAdapter(WarpChainName.Fastset, {
3020
3020
  blockTime: 1e3,
3021
3021
  addressHrp: "set",
3022
3022
  defaultApiUrl: "https://proxy.fastset.xyz",
3023
- logoUrl: "https://vleap.ai/images/chains/fastset.svg",
3023
+ logoUrl: "https://joai.ai/images/chains/fastset-black.svg",
3024
3024
  nativeToken: NativeTokenSet
3025
3025
  }
3026
3026
  });