@1delta/bridge-configs 0.1.7 → 0.1.8
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/walletClient.d.ts +2 -2
- package/package.json +3 -3
package/dist/walletClient.d.ts
CHANGED
|
@@ -4202,6 +4202,8 @@ export declare const getWalletClient: () => {
|
|
|
4202
4202
|
authorizationList: import("viem").TransactionSerializableEIP7702["authorizationList"];
|
|
4203
4203
|
} ? "eip7702" : never) | (request["type"] extends string | undefined ? Extract<request["type"], string> : never)> ? T_4 extends "legacy" ? import("viem").TransactionSerializedLegacy : never : never : never)>>;
|
|
4204
4204
|
signTypedData: <const typedData extends {
|
|
4205
|
+
[key: string]: unknown;
|
|
4206
|
+
} | {
|
|
4205
4207
|
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
4206
4208
|
[x: `address[${string}]`]: undefined;
|
|
4207
4209
|
[x: `bool[${string}]`]: undefined;
|
|
@@ -4406,8 +4408,6 @@ export declare const getWalletClient: () => {
|
|
|
4406
4408
|
uint240?: undefined;
|
|
4407
4409
|
uint248?: undefined;
|
|
4408
4410
|
uint256?: undefined;
|
|
4409
|
-
} | {
|
|
4410
|
-
[key: string]: unknown;
|
|
4411
4411
|
}, primaryType extends string>(args: import("viem").SignTypedDataParameters<typedData, primaryType, import("viem").Account | undefined>) => Promise<import("viem").SignTypedDataReturnType>;
|
|
4412
4412
|
switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
|
|
4413
4413
|
waitForCallsStatus: (parameters: import("viem").WaitForCallsStatusParameters) => Promise<import("viem").WaitForCallsStatusReturnType>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1delta/bridge-configs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Bridge and aggregator configurations for 1Delta",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"axios": "^1.13.2",
|
|
18
18
|
"lodash": "^4.17.21",
|
|
19
19
|
"viem": "^2.41.2",
|
|
20
|
-
"@1delta/
|
|
21
|
-
"@1delta/
|
|
20
|
+
"@1delta/lib-utils": "0.1.8",
|
|
21
|
+
"@1delta/bridge-core": "0.1.3"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "tsc --project tsconfig.json",
|