@gfxlabs/oku-chains 1.1.253 → 1.1.254
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/browser.js +3 -5
- package/dist/index-mjs.js +3 -5
- package/dist/index.js +3 -5
- package/dist/types/browser.d.ts +20 -20
- package/dist/types/index-mjs.d.ts +20 -20
- package/dist/types/index.d.ts +20 -20
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -4647,9 +4647,8 @@
|
|
|
4647
4647
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
4648
4648
|
},
|
|
4649
4649
|
oku: {
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
limitOrderRegistryDeployBlock: 0,
|
|
4650
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
4651
|
+
limitOrderRegistryDeployBlock: 19179485,
|
|
4653
4652
|
pricing: {
|
|
4654
4653
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
4655
4654
|
nativeWrappedName: "ETH",
|
|
@@ -4689,9 +4688,8 @@
|
|
|
4689
4688
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
4690
4689
|
contracts: {
|
|
4691
4690
|
...chains.unichain.contracts,
|
|
4692
|
-
// TODO: add limit order registry
|
|
4693
4691
|
limitOrder: {
|
|
4694
|
-
address:
|
|
4692
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
4695
4693
|
},
|
|
4696
4694
|
nftManager: {
|
|
4697
4695
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
|
package/dist/index-mjs.js
CHANGED
|
@@ -4644,9 +4644,8 @@ const unichain = makeConfig({
|
|
|
4644
4644
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
4645
4645
|
},
|
|
4646
4646
|
oku: {
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
limitOrderRegistryDeployBlock: 0,
|
|
4647
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
4648
|
+
limitOrderRegistryDeployBlock: 19179485,
|
|
4650
4649
|
pricing: {
|
|
4651
4650
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
4652
4651
|
nativeWrappedName: "ETH",
|
|
@@ -4686,9 +4685,8 @@ const unichain = makeConfig({
|
|
|
4686
4685
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
4687
4686
|
contracts: {
|
|
4688
4687
|
...unichain$1.contracts,
|
|
4689
|
-
// TODO: add limit order registry
|
|
4690
4688
|
limitOrder: {
|
|
4691
|
-
address:
|
|
4689
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
4692
4690
|
},
|
|
4693
4691
|
nftManager: {
|
|
4694
4692
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
|
package/dist/index.js
CHANGED
|
@@ -4646,9 +4646,8 @@ const unichain = makeConfig({
|
|
|
4646
4646
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
4647
4647
|
},
|
|
4648
4648
|
oku: {
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
limitOrderRegistryDeployBlock: 0,
|
|
4649
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
4650
|
+
limitOrderRegistryDeployBlock: 19179485,
|
|
4652
4651
|
pricing: {
|
|
4653
4652
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
4654
4653
|
nativeWrappedName: "ETH",
|
|
@@ -4688,9 +4687,8 @@ const unichain = makeConfig({
|
|
|
4688
4687
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
4689
4688
|
contracts: {
|
|
4690
4689
|
...chains.unichain.contracts,
|
|
4691
|
-
// TODO: add limit order registry
|
|
4692
4690
|
limitOrder: {
|
|
4693
|
-
address:
|
|
4691
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
4694
4692
|
},
|
|
4695
4693
|
nftManager: {
|
|
4696
4694
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -7031,7 +7031,7 @@ declare const unichain: Readonly<{
|
|
|
7031
7031
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
7032
7032
|
};
|
|
7033
7033
|
oku: {
|
|
7034
|
-
limitOrderRegistry:
|
|
7034
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
7035
7035
|
limitOrderRegistryDeployBlock: number;
|
|
7036
7036
|
pricing: {
|
|
7037
7037
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
@@ -7057,7 +7057,7 @@ declare const unichain: Readonly<{
|
|
|
7057
7057
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
7058
7058
|
contracts: {
|
|
7059
7059
|
limitOrder: {
|
|
7060
|
-
address: "
|
|
7060
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
7061
7061
|
};
|
|
7062
7062
|
nftManager: {
|
|
7063
7063
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
@@ -7145,7 +7145,7 @@ declare const unichain: Readonly<{
|
|
|
7145
7145
|
gasUsed: bigint;
|
|
7146
7146
|
hash: `0x${string}` | null;
|
|
7147
7147
|
logsBloom: `0x${string}` | null;
|
|
7148
|
-
miner: import("
|
|
7148
|
+
miner: import("abitype").Address;
|
|
7149
7149
|
mixHash: import("viem").Hash;
|
|
7150
7150
|
nonce: `0x${string}` | null;
|
|
7151
7151
|
number: bigint | null;
|
|
@@ -7172,14 +7172,14 @@ declare const unichain: Readonly<{
|
|
|
7172
7172
|
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
7173
7173
|
blockHash: `0x${string}` | null;
|
|
7174
7174
|
blockNumber: bigint | null;
|
|
7175
|
-
from: import("
|
|
7175
|
+
from: import("abitype").Address;
|
|
7176
7176
|
gas: bigint;
|
|
7177
7177
|
hash: import("viem").Hash;
|
|
7178
7178
|
input: import("viem").Hex;
|
|
7179
7179
|
nonce: number;
|
|
7180
7180
|
r: import("viem").Hex;
|
|
7181
7181
|
s: import("viem").Hex;
|
|
7182
|
-
to: import("
|
|
7182
|
+
to: import("abitype").Address | null;
|
|
7183
7183
|
transactionIndex: number | null;
|
|
7184
7184
|
typeHex: import("viem").Hex | null;
|
|
7185
7185
|
v: bigint;
|
|
@@ -7197,8 +7197,8 @@ declare const unichain: Readonly<{
|
|
|
7197
7197
|
r: import("viem").Hex;
|
|
7198
7198
|
s: import("viem").Hex;
|
|
7199
7199
|
v: bigint;
|
|
7200
|
-
to: import("
|
|
7201
|
-
from: import("
|
|
7200
|
+
to: import("abitype").Address | null;
|
|
7201
|
+
from: import("abitype").Address;
|
|
7202
7202
|
gas: bigint;
|
|
7203
7203
|
nonce: number;
|
|
7204
7204
|
value: bigint;
|
|
@@ -7224,14 +7224,14 @@ declare const unichain: Readonly<{
|
|
|
7224
7224
|
} | {
|
|
7225
7225
|
blockHash: `0x${string}` | null;
|
|
7226
7226
|
blockNumber: bigint | null;
|
|
7227
|
-
from: import("
|
|
7227
|
+
from: import("abitype").Address;
|
|
7228
7228
|
gas: bigint;
|
|
7229
7229
|
hash: import("viem").Hash;
|
|
7230
7230
|
input: import("viem").Hex;
|
|
7231
7231
|
nonce: number;
|
|
7232
7232
|
r: import("viem").Hex;
|
|
7233
7233
|
s: import("viem").Hex;
|
|
7234
|
-
to: import("
|
|
7234
|
+
to: import("abitype").Address | null;
|
|
7235
7235
|
transactionIndex: number | null;
|
|
7236
7236
|
typeHex: import("viem").Hex | null;
|
|
7237
7237
|
v: bigint;
|
|
@@ -7252,14 +7252,14 @@ declare const unichain: Readonly<{
|
|
|
7252
7252
|
} | {
|
|
7253
7253
|
blockHash: `0x${string}` | null;
|
|
7254
7254
|
blockNumber: bigint | null;
|
|
7255
|
-
from: import("
|
|
7255
|
+
from: import("abitype").Address;
|
|
7256
7256
|
gas: bigint;
|
|
7257
7257
|
hash: import("viem").Hash;
|
|
7258
7258
|
input: import("viem").Hex;
|
|
7259
7259
|
nonce: number;
|
|
7260
7260
|
r: import("viem").Hex;
|
|
7261
7261
|
s: import("viem").Hex;
|
|
7262
|
-
to: import("
|
|
7262
|
+
to: import("abitype").Address | null;
|
|
7263
7263
|
transactionIndex: number | null;
|
|
7264
7264
|
typeHex: import("viem").Hex | null;
|
|
7265
7265
|
v: bigint;
|
|
@@ -7280,14 +7280,14 @@ declare const unichain: Readonly<{
|
|
|
7280
7280
|
} | {
|
|
7281
7281
|
blockHash: `0x${string}` | null;
|
|
7282
7282
|
blockNumber: bigint | null;
|
|
7283
|
-
from: import("
|
|
7283
|
+
from: import("abitype").Address;
|
|
7284
7284
|
gas: bigint;
|
|
7285
7285
|
hash: import("viem").Hash;
|
|
7286
7286
|
input: import("viem").Hex;
|
|
7287
7287
|
nonce: number;
|
|
7288
7288
|
r: import("viem").Hex;
|
|
7289
7289
|
s: import("viem").Hex;
|
|
7290
|
-
to: import("
|
|
7290
|
+
to: import("abitype").Address | null;
|
|
7291
7291
|
transactionIndex: number | null;
|
|
7292
7292
|
typeHex: import("viem").Hex | null;
|
|
7293
7293
|
v: bigint;
|
|
@@ -7308,14 +7308,14 @@ declare const unichain: Readonly<{
|
|
|
7308
7308
|
} | {
|
|
7309
7309
|
blockHash: `0x${string}` | null;
|
|
7310
7310
|
blockNumber: bigint | null;
|
|
7311
|
-
from: import("
|
|
7311
|
+
from: import("abitype").Address;
|
|
7312
7312
|
gas: bigint;
|
|
7313
7313
|
hash: import("viem").Hash;
|
|
7314
7314
|
input: import("viem").Hex;
|
|
7315
7315
|
nonce: number;
|
|
7316
7316
|
r: import("viem").Hex;
|
|
7317
7317
|
s: import("viem").Hex;
|
|
7318
|
-
to: import("
|
|
7318
|
+
to: import("abitype").Address | null;
|
|
7319
7319
|
transactionIndex: number | null;
|
|
7320
7320
|
typeHex: import("viem").Hex | null;
|
|
7321
7321
|
v: bigint;
|
|
@@ -7344,16 +7344,16 @@ declare const unichain: Readonly<{
|
|
|
7344
7344
|
blobGasUsed?: bigint | undefined;
|
|
7345
7345
|
blockHash: import("viem").Hash;
|
|
7346
7346
|
blockNumber: bigint;
|
|
7347
|
-
contractAddress: import("
|
|
7347
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
7348
7348
|
cumulativeGasUsed: bigint;
|
|
7349
7349
|
effectiveGasPrice: bigint;
|
|
7350
|
-
from: import("
|
|
7350
|
+
from: import("abitype").Address;
|
|
7351
7351
|
gasUsed: bigint;
|
|
7352
7352
|
logs: import("viem").Log<bigint, number, false>[];
|
|
7353
7353
|
logsBloom: import("viem").Hex;
|
|
7354
7354
|
root?: `0x${string}` | undefined;
|
|
7355
7355
|
status: "success" | "reverted";
|
|
7356
|
-
to: import("
|
|
7356
|
+
to: import("abitype").Address | null;
|
|
7357
7357
|
transactionHash: import("viem").Hash;
|
|
7358
7358
|
transactionIndex: number;
|
|
7359
7359
|
type: import("viem").TransactionType;
|
|
@@ -16719,7 +16719,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16719
16719
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
16720
16720
|
};
|
|
16721
16721
|
oku: {
|
|
16722
|
-
limitOrderRegistry:
|
|
16722
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
16723
16723
|
limitOrderRegistryDeployBlock: number;
|
|
16724
16724
|
pricing: {
|
|
16725
16725
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
@@ -16745,7 +16745,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16745
16745
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
16746
16746
|
contracts: {
|
|
16747
16747
|
limitOrder: {
|
|
16748
|
-
address: "
|
|
16748
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
16749
16749
|
};
|
|
16750
16750
|
nftManager: {
|
|
16751
16751
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
@@ -7031,7 +7031,7 @@ declare const unichain: Readonly<{
|
|
|
7031
7031
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
7032
7032
|
};
|
|
7033
7033
|
oku: {
|
|
7034
|
-
limitOrderRegistry:
|
|
7034
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
7035
7035
|
limitOrderRegistryDeployBlock: number;
|
|
7036
7036
|
pricing: {
|
|
7037
7037
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
@@ -7057,7 +7057,7 @@ declare const unichain: Readonly<{
|
|
|
7057
7057
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
7058
7058
|
contracts: {
|
|
7059
7059
|
limitOrder: {
|
|
7060
|
-
address: "
|
|
7060
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
7061
7061
|
};
|
|
7062
7062
|
nftManager: {
|
|
7063
7063
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
@@ -7145,7 +7145,7 @@ declare const unichain: Readonly<{
|
|
|
7145
7145
|
gasUsed: bigint;
|
|
7146
7146
|
hash: `0x${string}` | null;
|
|
7147
7147
|
logsBloom: `0x${string}` | null;
|
|
7148
|
-
miner: import("
|
|
7148
|
+
miner: import("abitype").Address;
|
|
7149
7149
|
mixHash: import("viem").Hash;
|
|
7150
7150
|
nonce: `0x${string}` | null;
|
|
7151
7151
|
number: bigint | null;
|
|
@@ -7172,14 +7172,14 @@ declare const unichain: Readonly<{
|
|
|
7172
7172
|
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
7173
7173
|
blockHash: `0x${string}` | null;
|
|
7174
7174
|
blockNumber: bigint | null;
|
|
7175
|
-
from: import("
|
|
7175
|
+
from: import("abitype").Address;
|
|
7176
7176
|
gas: bigint;
|
|
7177
7177
|
hash: import("viem").Hash;
|
|
7178
7178
|
input: import("viem").Hex;
|
|
7179
7179
|
nonce: number;
|
|
7180
7180
|
r: import("viem").Hex;
|
|
7181
7181
|
s: import("viem").Hex;
|
|
7182
|
-
to: import("
|
|
7182
|
+
to: import("abitype").Address | null;
|
|
7183
7183
|
transactionIndex: number | null;
|
|
7184
7184
|
typeHex: import("viem").Hex | null;
|
|
7185
7185
|
v: bigint;
|
|
@@ -7197,8 +7197,8 @@ declare const unichain: Readonly<{
|
|
|
7197
7197
|
r: import("viem").Hex;
|
|
7198
7198
|
s: import("viem").Hex;
|
|
7199
7199
|
v: bigint;
|
|
7200
|
-
to: import("
|
|
7201
|
-
from: import("
|
|
7200
|
+
to: import("abitype").Address | null;
|
|
7201
|
+
from: import("abitype").Address;
|
|
7202
7202
|
gas: bigint;
|
|
7203
7203
|
nonce: number;
|
|
7204
7204
|
value: bigint;
|
|
@@ -7224,14 +7224,14 @@ declare const unichain: Readonly<{
|
|
|
7224
7224
|
} | {
|
|
7225
7225
|
blockHash: `0x${string}` | null;
|
|
7226
7226
|
blockNumber: bigint | null;
|
|
7227
|
-
from: import("
|
|
7227
|
+
from: import("abitype").Address;
|
|
7228
7228
|
gas: bigint;
|
|
7229
7229
|
hash: import("viem").Hash;
|
|
7230
7230
|
input: import("viem").Hex;
|
|
7231
7231
|
nonce: number;
|
|
7232
7232
|
r: import("viem").Hex;
|
|
7233
7233
|
s: import("viem").Hex;
|
|
7234
|
-
to: import("
|
|
7234
|
+
to: import("abitype").Address | null;
|
|
7235
7235
|
transactionIndex: number | null;
|
|
7236
7236
|
typeHex: import("viem").Hex | null;
|
|
7237
7237
|
v: bigint;
|
|
@@ -7252,14 +7252,14 @@ declare const unichain: Readonly<{
|
|
|
7252
7252
|
} | {
|
|
7253
7253
|
blockHash: `0x${string}` | null;
|
|
7254
7254
|
blockNumber: bigint | null;
|
|
7255
|
-
from: import("
|
|
7255
|
+
from: import("abitype").Address;
|
|
7256
7256
|
gas: bigint;
|
|
7257
7257
|
hash: import("viem").Hash;
|
|
7258
7258
|
input: import("viem").Hex;
|
|
7259
7259
|
nonce: number;
|
|
7260
7260
|
r: import("viem").Hex;
|
|
7261
7261
|
s: import("viem").Hex;
|
|
7262
|
-
to: import("
|
|
7262
|
+
to: import("abitype").Address | null;
|
|
7263
7263
|
transactionIndex: number | null;
|
|
7264
7264
|
typeHex: import("viem").Hex | null;
|
|
7265
7265
|
v: bigint;
|
|
@@ -7280,14 +7280,14 @@ declare const unichain: Readonly<{
|
|
|
7280
7280
|
} | {
|
|
7281
7281
|
blockHash: `0x${string}` | null;
|
|
7282
7282
|
blockNumber: bigint | null;
|
|
7283
|
-
from: import("
|
|
7283
|
+
from: import("abitype").Address;
|
|
7284
7284
|
gas: bigint;
|
|
7285
7285
|
hash: import("viem").Hash;
|
|
7286
7286
|
input: import("viem").Hex;
|
|
7287
7287
|
nonce: number;
|
|
7288
7288
|
r: import("viem").Hex;
|
|
7289
7289
|
s: import("viem").Hex;
|
|
7290
|
-
to: import("
|
|
7290
|
+
to: import("abitype").Address | null;
|
|
7291
7291
|
transactionIndex: number | null;
|
|
7292
7292
|
typeHex: import("viem").Hex | null;
|
|
7293
7293
|
v: bigint;
|
|
@@ -7308,14 +7308,14 @@ declare const unichain: Readonly<{
|
|
|
7308
7308
|
} | {
|
|
7309
7309
|
blockHash: `0x${string}` | null;
|
|
7310
7310
|
blockNumber: bigint | null;
|
|
7311
|
-
from: import("
|
|
7311
|
+
from: import("abitype").Address;
|
|
7312
7312
|
gas: bigint;
|
|
7313
7313
|
hash: import("viem").Hash;
|
|
7314
7314
|
input: import("viem").Hex;
|
|
7315
7315
|
nonce: number;
|
|
7316
7316
|
r: import("viem").Hex;
|
|
7317
7317
|
s: import("viem").Hex;
|
|
7318
|
-
to: import("
|
|
7318
|
+
to: import("abitype").Address | null;
|
|
7319
7319
|
transactionIndex: number | null;
|
|
7320
7320
|
typeHex: import("viem").Hex | null;
|
|
7321
7321
|
v: bigint;
|
|
@@ -7344,16 +7344,16 @@ declare const unichain: Readonly<{
|
|
|
7344
7344
|
blobGasUsed?: bigint | undefined;
|
|
7345
7345
|
blockHash: import("viem").Hash;
|
|
7346
7346
|
blockNumber: bigint;
|
|
7347
|
-
contractAddress: import("
|
|
7347
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
7348
7348
|
cumulativeGasUsed: bigint;
|
|
7349
7349
|
effectiveGasPrice: bigint;
|
|
7350
|
-
from: import("
|
|
7350
|
+
from: import("abitype").Address;
|
|
7351
7351
|
gasUsed: bigint;
|
|
7352
7352
|
logs: import("viem").Log<bigint, number, false>[];
|
|
7353
7353
|
logsBloom: import("viem").Hex;
|
|
7354
7354
|
root?: `0x${string}` | undefined;
|
|
7355
7355
|
status: "success" | "reverted";
|
|
7356
|
-
to: import("
|
|
7356
|
+
to: import("abitype").Address | null;
|
|
7357
7357
|
transactionHash: import("viem").Hash;
|
|
7358
7358
|
transactionIndex: number;
|
|
7359
7359
|
type: import("viem").TransactionType;
|
|
@@ -16719,7 +16719,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16719
16719
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
16720
16720
|
};
|
|
16721
16721
|
oku: {
|
|
16722
|
-
limitOrderRegistry:
|
|
16722
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
16723
16723
|
limitOrderRegistryDeployBlock: number;
|
|
16724
16724
|
pricing: {
|
|
16725
16725
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
@@ -16745,7 +16745,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16745
16745
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
16746
16746
|
contracts: {
|
|
16747
16747
|
limitOrder: {
|
|
16748
|
-
address: "
|
|
16748
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
16749
16749
|
};
|
|
16750
16750
|
nftManager: {
|
|
16751
16751
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7031,7 +7031,7 @@ declare const unichain: Readonly<{
|
|
|
7031
7031
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
7032
7032
|
};
|
|
7033
7033
|
oku: {
|
|
7034
|
-
limitOrderRegistry:
|
|
7034
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
7035
7035
|
limitOrderRegistryDeployBlock: number;
|
|
7036
7036
|
pricing: {
|
|
7037
7037
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
@@ -7057,7 +7057,7 @@ declare const unichain: Readonly<{
|
|
|
7057
7057
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
7058
7058
|
contracts: {
|
|
7059
7059
|
limitOrder: {
|
|
7060
|
-
address: "
|
|
7060
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
7061
7061
|
};
|
|
7062
7062
|
nftManager: {
|
|
7063
7063
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
@@ -7145,7 +7145,7 @@ declare const unichain: Readonly<{
|
|
|
7145
7145
|
gasUsed: bigint;
|
|
7146
7146
|
hash: `0x${string}` | null;
|
|
7147
7147
|
logsBloom: `0x${string}` | null;
|
|
7148
|
-
miner: import("
|
|
7148
|
+
miner: import("abitype").Address;
|
|
7149
7149
|
mixHash: import("viem").Hash;
|
|
7150
7150
|
nonce: `0x${string}` | null;
|
|
7151
7151
|
number: bigint | null;
|
|
@@ -7172,14 +7172,14 @@ declare const unichain: Readonly<{
|
|
|
7172
7172
|
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
7173
7173
|
blockHash: `0x${string}` | null;
|
|
7174
7174
|
blockNumber: bigint | null;
|
|
7175
|
-
from: import("
|
|
7175
|
+
from: import("abitype").Address;
|
|
7176
7176
|
gas: bigint;
|
|
7177
7177
|
hash: import("viem").Hash;
|
|
7178
7178
|
input: import("viem").Hex;
|
|
7179
7179
|
nonce: number;
|
|
7180
7180
|
r: import("viem").Hex;
|
|
7181
7181
|
s: import("viem").Hex;
|
|
7182
|
-
to: import("
|
|
7182
|
+
to: import("abitype").Address | null;
|
|
7183
7183
|
transactionIndex: number | null;
|
|
7184
7184
|
typeHex: import("viem").Hex | null;
|
|
7185
7185
|
v: bigint;
|
|
@@ -7197,8 +7197,8 @@ declare const unichain: Readonly<{
|
|
|
7197
7197
|
r: import("viem").Hex;
|
|
7198
7198
|
s: import("viem").Hex;
|
|
7199
7199
|
v: bigint;
|
|
7200
|
-
to: import("
|
|
7201
|
-
from: import("
|
|
7200
|
+
to: import("abitype").Address | null;
|
|
7201
|
+
from: import("abitype").Address;
|
|
7202
7202
|
gas: bigint;
|
|
7203
7203
|
nonce: number;
|
|
7204
7204
|
value: bigint;
|
|
@@ -7224,14 +7224,14 @@ declare const unichain: Readonly<{
|
|
|
7224
7224
|
} | {
|
|
7225
7225
|
blockHash: `0x${string}` | null;
|
|
7226
7226
|
blockNumber: bigint | null;
|
|
7227
|
-
from: import("
|
|
7227
|
+
from: import("abitype").Address;
|
|
7228
7228
|
gas: bigint;
|
|
7229
7229
|
hash: import("viem").Hash;
|
|
7230
7230
|
input: import("viem").Hex;
|
|
7231
7231
|
nonce: number;
|
|
7232
7232
|
r: import("viem").Hex;
|
|
7233
7233
|
s: import("viem").Hex;
|
|
7234
|
-
to: import("
|
|
7234
|
+
to: import("abitype").Address | null;
|
|
7235
7235
|
transactionIndex: number | null;
|
|
7236
7236
|
typeHex: import("viem").Hex | null;
|
|
7237
7237
|
v: bigint;
|
|
@@ -7252,14 +7252,14 @@ declare const unichain: Readonly<{
|
|
|
7252
7252
|
} | {
|
|
7253
7253
|
blockHash: `0x${string}` | null;
|
|
7254
7254
|
blockNumber: bigint | null;
|
|
7255
|
-
from: import("
|
|
7255
|
+
from: import("abitype").Address;
|
|
7256
7256
|
gas: bigint;
|
|
7257
7257
|
hash: import("viem").Hash;
|
|
7258
7258
|
input: import("viem").Hex;
|
|
7259
7259
|
nonce: number;
|
|
7260
7260
|
r: import("viem").Hex;
|
|
7261
7261
|
s: import("viem").Hex;
|
|
7262
|
-
to: import("
|
|
7262
|
+
to: import("abitype").Address | null;
|
|
7263
7263
|
transactionIndex: number | null;
|
|
7264
7264
|
typeHex: import("viem").Hex | null;
|
|
7265
7265
|
v: bigint;
|
|
@@ -7280,14 +7280,14 @@ declare const unichain: Readonly<{
|
|
|
7280
7280
|
} | {
|
|
7281
7281
|
blockHash: `0x${string}` | null;
|
|
7282
7282
|
blockNumber: bigint | null;
|
|
7283
|
-
from: import("
|
|
7283
|
+
from: import("abitype").Address;
|
|
7284
7284
|
gas: bigint;
|
|
7285
7285
|
hash: import("viem").Hash;
|
|
7286
7286
|
input: import("viem").Hex;
|
|
7287
7287
|
nonce: number;
|
|
7288
7288
|
r: import("viem").Hex;
|
|
7289
7289
|
s: import("viem").Hex;
|
|
7290
|
-
to: import("
|
|
7290
|
+
to: import("abitype").Address | null;
|
|
7291
7291
|
transactionIndex: number | null;
|
|
7292
7292
|
typeHex: import("viem").Hex | null;
|
|
7293
7293
|
v: bigint;
|
|
@@ -7308,14 +7308,14 @@ declare const unichain: Readonly<{
|
|
|
7308
7308
|
} | {
|
|
7309
7309
|
blockHash: `0x${string}` | null;
|
|
7310
7310
|
blockNumber: bigint | null;
|
|
7311
|
-
from: import("
|
|
7311
|
+
from: import("abitype").Address;
|
|
7312
7312
|
gas: bigint;
|
|
7313
7313
|
hash: import("viem").Hash;
|
|
7314
7314
|
input: import("viem").Hex;
|
|
7315
7315
|
nonce: number;
|
|
7316
7316
|
r: import("viem").Hex;
|
|
7317
7317
|
s: import("viem").Hex;
|
|
7318
|
-
to: import("
|
|
7318
|
+
to: import("abitype").Address | null;
|
|
7319
7319
|
transactionIndex: number | null;
|
|
7320
7320
|
typeHex: import("viem").Hex | null;
|
|
7321
7321
|
v: bigint;
|
|
@@ -7344,16 +7344,16 @@ declare const unichain: Readonly<{
|
|
|
7344
7344
|
blobGasUsed?: bigint | undefined;
|
|
7345
7345
|
blockHash: import("viem").Hash;
|
|
7346
7346
|
blockNumber: bigint;
|
|
7347
|
-
contractAddress: import("
|
|
7347
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
7348
7348
|
cumulativeGasUsed: bigint;
|
|
7349
7349
|
effectiveGasPrice: bigint;
|
|
7350
|
-
from: import("
|
|
7350
|
+
from: import("abitype").Address;
|
|
7351
7351
|
gasUsed: bigint;
|
|
7352
7352
|
logs: import("viem").Log<bigint, number, false>[];
|
|
7353
7353
|
logsBloom: import("viem").Hex;
|
|
7354
7354
|
root?: `0x${string}` | undefined;
|
|
7355
7355
|
status: "success" | "reverted";
|
|
7356
|
-
to: import("
|
|
7356
|
+
to: import("abitype").Address | null;
|
|
7357
7357
|
transactionHash: import("viem").Hash;
|
|
7358
7358
|
transactionIndex: number;
|
|
7359
7359
|
type: import("viem").TransactionType;
|
|
@@ -16719,7 +16719,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16719
16719
|
wethAddress: "0x4200000000000000000000000000000000000006";
|
|
16720
16720
|
};
|
|
16721
16721
|
oku: {
|
|
16722
|
-
limitOrderRegistry:
|
|
16722
|
+
limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
16723
16723
|
limitOrderRegistryDeployBlock: number;
|
|
16724
16724
|
pricing: {
|
|
16725
16725
|
nativeWrappedToken: "0x4200000000000000000000000000000000000006";
|
|
@@ -16745,7 +16745,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16745
16745
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
16746
16746
|
contracts: {
|
|
16747
16747
|
limitOrder: {
|
|
16748
|
-
address: "
|
|
16748
|
+
address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
16749
16749
|
};
|
|
16750
16750
|
nftManager: {
|
|
16751
16751
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|