@fastxyz/allset-sdk 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -531,7 +531,7 @@ declare function executeDeposit(params: ExecuteDepositParams): Promise<BridgeRes
531
531
  * import { Signer, FastProvider } from '@fastxyz/sdk';
532
532
  *
533
533
  * const signer = new Signer(privateKeyHex);
534
- * const provider = new FastProvider({ url: 'https://proxy.fast.xyz' });
534
+ * const provider = new FastProvider({ url: 'https://proxy.fast.xyz', networkId: 'fast:mainnet' });
535
535
  *
536
536
  * const intent = buildTransferIntent(tokenEvmAddress, receiverEvmAddress);
537
537
  * const result = await executeIntent({
@@ -560,7 +560,7 @@ declare function executeIntent(params: ExecuteIntentParams): Promise<BridgeResul
560
560
  * import { Signer, FastProvider } from '@fastxyz/sdk';
561
561
  *
562
562
  * const signer = new Signer(privateKeyHex);
563
- * const provider = new FastProvider({ url: 'https://proxy.fast.xyz' });
563
+ * const provider = new FastProvider({ url: 'https://proxy.fast.xyz', networkId: 'fast:mainnet' });
564
564
  *
565
565
  * const result = await executeWithdraw({
566
566
  * fastBridgeAddress: 'fast1...',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastxyz/allset-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "AllSet SDK for AllSet bridge flows between Fast and EVM testnets",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,7 @@
43
43
  "effect": "^3.21.0",
44
44
  "viem": "^2.46.2",
45
45
  "@fastxyz/schema": "2.0.0",
46
- "@fastxyz/sdk": "2.0.0"
46
+ "@fastxyz/sdk": "2.1.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^25.5.0"