@plyaz/config 1.9.0 → 1.9.1

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.
@@ -43,6 +43,13 @@ export declare const PROD_SUPPORTED_CHAINS: {
43
43
  custom?: Record<string, unknown> | undefined;
44
44
  fees?: import("viem").ChainFees<undefined> | undefined;
45
45
  formatters?: undefined;
46
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
47
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
48
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
49
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
50
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
51
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
52
+ }] | undefined;
46
53
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
47
54
  };
48
55
  };
@@ -91,6 +98,13 @@ export declare const STAGING_SUPPORTED_CHAINS: {
91
98
  custom?: Record<string, unknown> | undefined;
92
99
  fees?: import("viem").ChainFees<undefined> | undefined;
93
100
  formatters?: undefined;
101
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
102
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
103
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
104
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
105
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
106
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
107
+ }] | undefined;
94
108
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
95
109
  };
96
110
  /**
@@ -134,6 +148,13 @@ export declare const STAGING_SUPPORTED_CHAINS: {
134
148
  custom?: Record<string, unknown> | undefined;
135
149
  fees?: import("viem").ChainFees<undefined> | undefined;
136
150
  formatters?: undefined;
151
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
152
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
153
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
154
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
155
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
156
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
157
+ }] | undefined;
137
158
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
138
159
  };
139
160
  };
@@ -182,6 +203,13 @@ export declare const DEV_SUPPORTED_CHAINS: {
182
203
  custom?: Record<string, unknown> | undefined;
183
204
  fees?: import("viem").ChainFees<undefined> | undefined;
184
205
  formatters?: undefined;
206
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
207
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
208
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
209
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
210
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
211
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
212
+ }] | undefined;
185
213
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
186
214
  };
187
215
  };
@@ -1 +1 @@
1
- {"version":3,"file":"supportedChains.d.ts","sourceRoot":"","sources":["../../src/chains/supportedChains.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,qBAAqB;IAChC;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEK,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,wBAAwB;IACnC;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEK,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,oBAAoB;IAC/B;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEK,CAAC"}
1
+ {"version":3,"file":"supportedChains.d.ts","sourceRoot":"","sources":["../../src/chains/supportedChains.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,qBAAqB;IAChC;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEK,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,wBAAwB;IACnC;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEK,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,oBAAoB;IAC/B;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEK,CAAC"}