@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.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -664,7 +664,7 @@ var _BcsType = class _BcsType2 {
|
|
|
664
664
|
_write = /* @__PURE__ */ new WeakMap();
|
|
665
665
|
_serialize = /* @__PURE__ */ new WeakMap();
|
|
666
666
|
var BcsType = _BcsType;
|
|
667
|
-
var SERIALIZED_BCS_BRAND = Symbol.for("@mysten/serialized-bcs");
|
|
667
|
+
var SERIALIZED_BCS_BRAND = /* @__PURE__ */ Symbol.for("@mysten/serialized-bcs");
|
|
668
668
|
var SerializedBcs = class {
|
|
669
669
|
constructor(schema, bytes) {
|
|
670
670
|
__privateAdd(this, _schema);
|
|
@@ -1558,7 +1558,7 @@ var FastsetTokens = [
|
|
|
1558
1558
|
name: "Wrapped SET",
|
|
1559
1559
|
symbol: "WSET",
|
|
1560
1560
|
decimals: 18,
|
|
1561
|
-
logoUrl: "https://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
3041
|
+
logoUrl: "https://joai.ai/images/chains/fastset-black.svg",
|
|
3042
3042
|
nativeToken: NativeTokenSet
|
|
3043
3043
|
}
|
|
3044
3044
|
});
|