@fuel-ts/account 0.0.0-pr-1864-20240313070052 → 0.0.0-rc--20240314183519
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.
Potentially problematic release.
This version of @fuel-ts/account might be problematic. Click here for more details.
- package/dist/index.global.js +3 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/providers/assets/index.d.ts +1 -0
- package/dist/providers/assets/index.d.ts.map +1 -1
- package/dist/providers/assets/types.d.ts +5 -5
- package/dist/providers/assets/types.d.ts.map +1 -1
- package/dist/providers/assets/utils/network.d.ts +4 -4
- package/dist/providers/assets/utils/network.d.ts.map +1 -1
- package/dist/providers/assets/utils/resolveIconPaths.d.ts +1 -1
- package/dist/providers/provider.d.ts +5 -6
- package/dist/providers/provider.d.ts.map +1 -1
- package/dist/test-utils.global.js +3 -1
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +1 -0
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +1 -0
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +16 -16
package/dist/index.global.js
CHANGED
@@ -28954,7 +28954,7 @@ spurious results.`);
|
|
28954
28954
|
return {
|
28955
28955
|
FORC: "0.51.1",
|
28956
28956
|
FUEL_CORE: "0.22.1",
|
28957
|
-
FUELS: "0.
|
28957
|
+
FUELS: "0.77.0"
|
28958
28958
|
};
|
28959
28959
|
}
|
28960
28960
|
function parseVersion(version2) {
|
@@ -29075,6 +29075,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
29075
29075
|
ErrorCode2["INVALID_CHECKSUM"] = "invalid-checksum";
|
29076
29076
|
ErrorCode2["INVALID_PASSWORD"] = "invalid-password";
|
29077
29077
|
ErrorCode2["ACCOUNT_REQUIRED"] = "account-required";
|
29078
|
+
ErrorCode2["UNLOCKED_WALLET_REQUIRED"] = "unlocked-wallet-required";
|
29078
29079
|
ErrorCode2["LATEST_BLOCK_UNAVAILABLE"] = "latest-block-unavailable";
|
29079
29080
|
ErrorCode2["ERROR_BUILDING_BLOCK_EXPLORER_URL"] = "error-building-block-explorer-url";
|
29080
29081
|
ErrorCode2["UNSUPPORTED_FUEL_CLIENT_VERSION"] = "unsupported-fuel-client-version";
|
@@ -41534,6 +41535,7 @@ ${MessageCoinFragmentFragmentDoc}`;
|
|
41534
41535
|
utxoValidation: utxoValidation || false
|
41535
41536
|
});
|
41536
41537
|
const receipts = gqlReceipts.map(processGqlReceipt);
|
41538
|
+
console.log(receipts);
|
41537
41539
|
return {
|
41538
41540
|
receipts
|
41539
41541
|
};
|