@vleap/warps-adapter-fastset 0.1.0-beta.45 → 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.js CHANGED
@@ -1558,7 +1558,7 @@ var FastsetTokens = [
1558
1558
  name: "Wrapped SET",
1559
1559
  symbol: "WSET",
1560
1560
  decimals: 18,
1561
- logoUrl: "https://vleap.ai/images/tokens/set.svg",
1561
+ logoUrl: "https://joai.ai/images/tokens/set-black.svg",
1562
1562
  amount: 0n
1563
1563
  }
1564
1564
  ];
@@ -2988,7 +2988,7 @@ var NativeTokenSet = {
2988
2988
  name: "SET",
2989
2989
  symbol: "SET",
2990
2990
  decimals: 0,
2991
- logoUrl: "https://vleap.ai/images/tokens/set.svg"
2991
+ logoUrl: "https://joai.ai/images/tokens/set-black.svg"
2992
2992
  };
2993
2993
  function createFastsetAdapter(chainName, chainInfos) {
2994
2994
  return (config, fallback) => {
@@ -3018,7 +3018,7 @@ var getFastsetAdapter = createFastsetAdapter(import_warps6.WarpChainName.Fastset
3018
3018
  blockTime: 1e3,
3019
3019
  addressHrp: "set",
3020
3020
  defaultApiUrl: "https://proxy.fastset.xyz",
3021
- logoUrl: "https://vleap.ai/images/chains/fastset.svg",
3021
+ logoUrl: "https://joai.ai/images/chains/fastset-black.svg",
3022
3022
  nativeToken: NativeTokenSet
3023
3023
  },
3024
3024
  testnet: {
@@ -3028,7 +3028,7 @@ var getFastsetAdapter = createFastsetAdapter(import_warps6.WarpChainName.Fastset
3028
3028
  blockTime: 1e3,
3029
3029
  addressHrp: "set",
3030
3030
  defaultApiUrl: "https://proxy.fastset.xyz",
3031
- logoUrl: "https://vleap.ai/images/chains/fastset.svg",
3031
+ logoUrl: "https://joai.ai/images/chains/fastset-black.svg",
3032
3032
  nativeToken: NativeTokenSet
3033
3033
  },
3034
3034
  devnet: {
@@ -3038,7 +3038,7 @@ var getFastsetAdapter = createFastsetAdapter(import_warps6.WarpChainName.Fastset
3038
3038
  blockTime: 1e3,
3039
3039
  addressHrp: "set",
3040
3040
  defaultApiUrl: "https://proxy.fastset.xyz",
3041
- logoUrl: "https://vleap.ai/images/chains/fastset.svg",
3041
+ logoUrl: "https://joai.ai/images/chains/fastset-black.svg",
3042
3042
  nativeToken: NativeTokenSet
3043
3043
  }
3044
3044
  });