@silentswap/sdk 0.1.65 → 0.1.66

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/chains.d.ts +20 -16
  2. package/package.json +3 -3
package/dist/chains.d.ts CHANGED
@@ -238,16 +238,16 @@ export declare const A_VIEM_CHAINS: readonly [{
238
238
  r: import("viem").Hex;
239
239
  s: import("viem").Hex;
240
240
  v: bigint;
241
- value: bigint;
242
- gas: bigint;
243
241
  to: import("viem").Address | null;
244
242
  from: import("viem").Address;
243
+ gas: bigint;
245
244
  nonce: number;
245
+ value: bigint;
246
246
  blockHash: `0x${string}` | null;
247
247
  blockNumber: bigint | null;
248
- transactionIndex: number | null;
249
248
  hash: import("viem").Hash;
250
249
  input: import("viem").Hex;
250
+ transactionIndex: number | null;
251
251
  typeHex: import("viem").Hex | null;
252
252
  accessList?: undefined | undefined;
253
253
  authorizationList?: undefined | undefined;
@@ -384,6 +384,7 @@ export declare const A_VIEM_CHAINS: readonly [{
384
384
  blobGasUsed?: bigint | undefined;
385
385
  blockHash: import("viem").Hash;
386
386
  blockNumber: bigint;
387
+ blockTimestamp?: bigint | undefined;
387
388
  contractAddress: import("viem").Address | null | undefined;
388
389
  cumulativeGasUsed: bigint;
389
390
  effectiveGasPrice: bigint;
@@ -442,7 +443,7 @@ export declare const A_VIEM_CHAINS: readonly [{
442
443
  experimental_preconfirmationTime?: number | undefined | undefined;
443
444
  rpcUrls: {
444
445
  readonly default: {
445
- readonly http: readonly ["https://polygon-rpc.com"];
446
+ readonly http: readonly ["https://polygon.drpc.org"];
446
447
  };
447
448
  };
448
449
  sourceId?: number | undefined | undefined;
@@ -684,16 +685,16 @@ export declare const A_VIEM_CHAINS: readonly [{
684
685
  r: import("viem").Hex;
685
686
  s: import("viem").Hex;
686
687
  v: bigint;
687
- value: bigint;
688
- gas: bigint;
689
688
  to: import("viem").Address | null;
690
689
  from: import("viem").Address;
690
+ gas: bigint;
691
691
  nonce: number;
692
+ value: bigint;
692
693
  blockHash: `0x${string}` | null;
693
694
  blockNumber: bigint | null;
694
- transactionIndex: number | null;
695
695
  hash: import("viem").Hash;
696
696
  input: import("viem").Hex;
697
+ transactionIndex: number | null;
697
698
  typeHex: import("viem").Hex | null;
698
699
  accessList?: undefined | undefined;
699
700
  authorizationList?: undefined | undefined;
@@ -830,6 +831,7 @@ export declare const A_VIEM_CHAINS: readonly [{
830
831
  blobGasUsed?: bigint | undefined;
831
832
  blockHash: import("viem").Hash;
832
833
  blockNumber: bigint;
834
+ blockTimestamp?: bigint | undefined;
833
835
  contractAddress: import("viem").Address | null | undefined;
834
836
  cumulativeGasUsed: bigint;
835
837
  effectiveGasPrice: bigint;
@@ -1271,16 +1273,16 @@ export declare const A_VIEM_CHAINS: readonly [{
1271
1273
  r: import("viem").Hex;
1272
1274
  s: import("viem").Hex;
1273
1275
  v: bigint;
1274
- value: bigint;
1275
- gas: bigint;
1276
1276
  to: import("viem").Address | null;
1277
1277
  from: import("viem").Address;
1278
+ gas: bigint;
1278
1279
  nonce: number;
1280
+ value: bigint;
1279
1281
  blockHash: `0x${string}` | null;
1280
1282
  blockNumber: bigint | null;
1281
- transactionIndex: number | null;
1282
1283
  hash: import("viem").Hash;
1283
1284
  input: import("viem").Hex;
1285
+ transactionIndex: number | null;
1284
1286
  typeHex: import("viem").Hex | null;
1285
1287
  accessList?: undefined | undefined;
1286
1288
  authorizationList?: undefined | undefined;
@@ -1417,6 +1419,7 @@ export declare const A_VIEM_CHAINS: readonly [{
1417
1419
  blobGasUsed?: bigint | undefined;
1418
1420
  blockHash: import("viem").Hash;
1419
1421
  blockNumber: bigint;
1422
+ blockTimestamp?: bigint | undefined;
1420
1423
  contractAddress: import("viem").Address | null | undefined;
1421
1424
  cumulativeGasUsed: bigint;
1422
1425
  effectiveGasPrice: bigint;
@@ -1718,16 +1721,16 @@ export declare const A_VIEM_CHAINS: readonly [{
1718
1721
  r: import("viem").Hex;
1719
1722
  s: import("viem").Hex;
1720
1723
  v: bigint;
1721
- value: bigint;
1722
- gas: bigint;
1723
1724
  to: import("viem").Address | null;
1724
1725
  from: import("viem").Address;
1726
+ gas: bigint;
1725
1727
  nonce: number;
1728
+ value: bigint;
1726
1729
  blockHash: `0x${string}` | null;
1727
1730
  blockNumber: bigint | null;
1728
- transactionIndex: number | null;
1729
1731
  hash: import("viem").Hash;
1730
1732
  input: import("viem").Hex;
1733
+ transactionIndex: number | null;
1731
1734
  typeHex: import("viem").Hex | null;
1732
1735
  accessList?: undefined | undefined;
1733
1736
  authorizationList?: undefined | undefined;
@@ -1864,6 +1867,7 @@ export declare const A_VIEM_CHAINS: readonly [{
1864
1867
  blobGasUsed?: bigint | undefined;
1865
1868
  blockHash: import("viem").Hash;
1866
1869
  blockNumber: bigint;
1870
+ blockTimestamp?: bigint | undefined;
1867
1871
  contractAddress: import("viem").Address | null | undefined;
1868
1872
  cumulativeGasUsed: bigint;
1869
1873
  effectiveGasPrice: bigint;
@@ -1987,9 +1991,9 @@ export declare const A_VIEM_CHAINS: readonly [{
1987
1991
  }, {
1988
1992
  blockExplorers: {
1989
1993
  readonly default: {
1990
- readonly name: "Seitrace";
1991
- readonly url: "https://seitrace.com";
1992
- readonly apiUrl: "https://seitrace.com/pacific-1/api";
1994
+ readonly name: "Seiscan";
1995
+ readonly url: "https://seiscan.io";
1996
+ readonly apiUrl: "https://api.etherscan.io/v2/api";
1993
1997
  };
1994
1998
  };
1995
1999
  blockTime?: number | undefined | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@silentswap/sdk",
3
3
  "type": "module",
4
- "version": "0.1.65",
4
+ "version": "0.1.66",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "main": "dist/index.js",
@@ -28,8 +28,8 @@
28
28
  "@solar-republic/wasm-secp256k1": "0.6.3",
29
29
  "bignumber.js": "9.3.1",
30
30
  "siwe": "3.0.0",
31
- "viem": "2.43.3",
32
- "wagmi": "3.1.3"
31
+ "viem": "2.48.4",
32
+ "wagmi": "3.6.8"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@eslint/js": "9.38.0",