@gfxlabs/oku-chains 1.1.249 → 1.1.251
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 +5 -1
- package/dist/index-mjs.js +5 -1
- package/dist/index.js +5 -1
- package/dist/types/browser.d.ts +24 -18
- package/dist/types/index-mjs.d.ts +24 -18
- package/dist/types/index.d.ts +24 -18
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -4612,7 +4612,7 @@
|
|
|
4612
4612
|
blockTimeSeconds: 1,
|
|
4613
4613
|
launchTime: 1733882663,
|
|
4614
4614
|
sortIndex: 15,
|
|
4615
|
-
logoUrl: "https://assets.oku.trade/chains/unichain-logo.
|
|
4615
|
+
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg",
|
|
4616
4616
|
safeReorgDistance: 90000,
|
|
4617
4617
|
externalId: {
|
|
4618
4618
|
tenderly: "true",
|
|
@@ -4642,6 +4642,7 @@
|
|
|
4642
4642
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
4643
4643
|
},
|
|
4644
4644
|
oku: {
|
|
4645
|
+
// TODO: add limit order registry
|
|
4645
4646
|
limitOrderRegistry: undefined,
|
|
4646
4647
|
limitOrderRegistryDeployBlock: 0,
|
|
4647
4648
|
pricing: {
|
|
@@ -4684,6 +4685,9 @@
|
|
|
4684
4685
|
contracts: {
|
|
4685
4686
|
...chains.unichain.contracts,
|
|
4686
4687
|
// TODO: add limit order registry
|
|
4688
|
+
limitOrder: {
|
|
4689
|
+
address: viem.zeroAddress,
|
|
4690
|
+
},
|
|
4687
4691
|
nftManager: {
|
|
4688
4692
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
|
|
4689
4693
|
},
|
package/dist/index-mjs.js
CHANGED
|
@@ -4609,7 +4609,7 @@ const unichain = makeConfig({
|
|
|
4609
4609
|
blockTimeSeconds: 1,
|
|
4610
4610
|
launchTime: 1733882663,
|
|
4611
4611
|
sortIndex: 15,
|
|
4612
|
-
logoUrl: "https://assets.oku.trade/chains/unichain-logo.
|
|
4612
|
+
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg",
|
|
4613
4613
|
safeReorgDistance: 90000,
|
|
4614
4614
|
externalId: {
|
|
4615
4615
|
tenderly: "true",
|
|
@@ -4639,6 +4639,7 @@ const unichain = makeConfig({
|
|
|
4639
4639
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
4640
4640
|
},
|
|
4641
4641
|
oku: {
|
|
4642
|
+
// TODO: add limit order registry
|
|
4642
4643
|
limitOrderRegistry: undefined,
|
|
4643
4644
|
limitOrderRegistryDeployBlock: 0,
|
|
4644
4645
|
pricing: {
|
|
@@ -4681,6 +4682,9 @@ const unichain = makeConfig({
|
|
|
4681
4682
|
contracts: {
|
|
4682
4683
|
...unichain$1.contracts,
|
|
4683
4684
|
// TODO: add limit order registry
|
|
4685
|
+
limitOrder: {
|
|
4686
|
+
address: zeroAddress,
|
|
4687
|
+
},
|
|
4684
4688
|
nftManager: {
|
|
4685
4689
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
|
|
4686
4690
|
},
|
package/dist/index.js
CHANGED
|
@@ -4611,7 +4611,7 @@ const unichain = makeConfig({
|
|
|
4611
4611
|
blockTimeSeconds: 1,
|
|
4612
4612
|
launchTime: 1733882663,
|
|
4613
4613
|
sortIndex: 15,
|
|
4614
|
-
logoUrl: "https://assets.oku.trade/chains/unichain-logo.
|
|
4614
|
+
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg",
|
|
4615
4615
|
safeReorgDistance: 90000,
|
|
4616
4616
|
externalId: {
|
|
4617
4617
|
tenderly: "true",
|
|
@@ -4641,6 +4641,7 @@ const unichain = makeConfig({
|
|
|
4641
4641
|
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
4642
4642
|
},
|
|
4643
4643
|
oku: {
|
|
4644
|
+
// TODO: add limit order registry
|
|
4644
4645
|
limitOrderRegistry: undefined,
|
|
4645
4646
|
limitOrderRegistryDeployBlock: 0,
|
|
4646
4647
|
pricing: {
|
|
@@ -4683,6 +4684,9 @@ const unichain = makeConfig({
|
|
|
4683
4684
|
contracts: {
|
|
4684
4685
|
...chains.unichain.contracts,
|
|
4685
4686
|
// TODO: add limit order registry
|
|
4687
|
+
limitOrder: {
|
|
4688
|
+
address: viem.zeroAddress,
|
|
4689
|
+
},
|
|
4686
4690
|
nftManager: {
|
|
4687
4691
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
|
|
4688
4692
|
},
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -6996,7 +6996,7 @@ declare const unichain: Readonly<{
|
|
|
6996
6996
|
blockTimeSeconds: 1;
|
|
6997
6997
|
launchTime: 1733882663;
|
|
6998
6998
|
sortIndex: 15;
|
|
6999
|
-
logoUrl: "https://assets.oku.trade/chains/unichain-logo.
|
|
6999
|
+
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
7000
7000
|
safeReorgDistance: 90000;
|
|
7001
7001
|
externalId: {
|
|
7002
7002
|
tenderly: string;
|
|
@@ -7051,6 +7051,9 @@ declare const unichain: Readonly<{
|
|
|
7051
7051
|
internalName: "unichain";
|
|
7052
7052
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
7053
7053
|
contracts: {
|
|
7054
|
+
limitOrder: {
|
|
7055
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
7056
|
+
};
|
|
7054
7057
|
nftManager: {
|
|
7055
7058
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
7056
7059
|
};
|
|
@@ -7137,7 +7140,7 @@ declare const unichain: Readonly<{
|
|
|
7137
7140
|
gasUsed: bigint;
|
|
7138
7141
|
hash: `0x${string}` | null;
|
|
7139
7142
|
logsBloom: `0x${string}` | null;
|
|
7140
|
-
miner: import("
|
|
7143
|
+
miner: import("viem").Address;
|
|
7141
7144
|
mixHash: import("viem").Hash;
|
|
7142
7145
|
nonce: `0x${string}` | null;
|
|
7143
7146
|
number: bigint | null;
|
|
@@ -7164,14 +7167,14 @@ declare const unichain: Readonly<{
|
|
|
7164
7167
|
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
7165
7168
|
blockHash: `0x${string}` | null;
|
|
7166
7169
|
blockNumber: bigint | null;
|
|
7167
|
-
from: import("
|
|
7170
|
+
from: import("viem").Address;
|
|
7168
7171
|
gas: bigint;
|
|
7169
7172
|
hash: import("viem").Hash;
|
|
7170
7173
|
input: import("viem").Hex;
|
|
7171
7174
|
nonce: number;
|
|
7172
7175
|
r: import("viem").Hex;
|
|
7173
7176
|
s: import("viem").Hex;
|
|
7174
|
-
to: import("
|
|
7177
|
+
to: import("viem").Address | null;
|
|
7175
7178
|
transactionIndex: number | null;
|
|
7176
7179
|
typeHex: import("viem").Hex | null;
|
|
7177
7180
|
v: bigint;
|
|
@@ -7189,8 +7192,8 @@ declare const unichain: Readonly<{
|
|
|
7189
7192
|
r: import("viem").Hex;
|
|
7190
7193
|
s: import("viem").Hex;
|
|
7191
7194
|
v: bigint;
|
|
7192
|
-
to: import("
|
|
7193
|
-
from: import("
|
|
7195
|
+
to: import("viem").Address | null;
|
|
7196
|
+
from: import("viem").Address;
|
|
7194
7197
|
gas: bigint;
|
|
7195
7198
|
nonce: number;
|
|
7196
7199
|
value: bigint;
|
|
@@ -7216,14 +7219,14 @@ declare const unichain: Readonly<{
|
|
|
7216
7219
|
} | {
|
|
7217
7220
|
blockHash: `0x${string}` | null;
|
|
7218
7221
|
blockNumber: bigint | null;
|
|
7219
|
-
from: import("
|
|
7222
|
+
from: import("viem").Address;
|
|
7220
7223
|
gas: bigint;
|
|
7221
7224
|
hash: import("viem").Hash;
|
|
7222
7225
|
input: import("viem").Hex;
|
|
7223
7226
|
nonce: number;
|
|
7224
7227
|
r: import("viem").Hex;
|
|
7225
7228
|
s: import("viem").Hex;
|
|
7226
|
-
to: import("
|
|
7229
|
+
to: import("viem").Address | null;
|
|
7227
7230
|
transactionIndex: number | null;
|
|
7228
7231
|
typeHex: import("viem").Hex | null;
|
|
7229
7232
|
v: bigint;
|
|
@@ -7244,14 +7247,14 @@ declare const unichain: Readonly<{
|
|
|
7244
7247
|
} | {
|
|
7245
7248
|
blockHash: `0x${string}` | null;
|
|
7246
7249
|
blockNumber: bigint | null;
|
|
7247
|
-
from: import("
|
|
7250
|
+
from: import("viem").Address;
|
|
7248
7251
|
gas: bigint;
|
|
7249
7252
|
hash: import("viem").Hash;
|
|
7250
7253
|
input: import("viem").Hex;
|
|
7251
7254
|
nonce: number;
|
|
7252
7255
|
r: import("viem").Hex;
|
|
7253
7256
|
s: import("viem").Hex;
|
|
7254
|
-
to: import("
|
|
7257
|
+
to: import("viem").Address | null;
|
|
7255
7258
|
transactionIndex: number | null;
|
|
7256
7259
|
typeHex: import("viem").Hex | null;
|
|
7257
7260
|
v: bigint;
|
|
@@ -7272,14 +7275,14 @@ declare const unichain: Readonly<{
|
|
|
7272
7275
|
} | {
|
|
7273
7276
|
blockHash: `0x${string}` | null;
|
|
7274
7277
|
blockNumber: bigint | null;
|
|
7275
|
-
from: import("
|
|
7278
|
+
from: import("viem").Address;
|
|
7276
7279
|
gas: bigint;
|
|
7277
7280
|
hash: import("viem").Hash;
|
|
7278
7281
|
input: import("viem").Hex;
|
|
7279
7282
|
nonce: number;
|
|
7280
7283
|
r: import("viem").Hex;
|
|
7281
7284
|
s: import("viem").Hex;
|
|
7282
|
-
to: import("
|
|
7285
|
+
to: import("viem").Address | null;
|
|
7283
7286
|
transactionIndex: number | null;
|
|
7284
7287
|
typeHex: import("viem").Hex | null;
|
|
7285
7288
|
v: bigint;
|
|
@@ -7300,14 +7303,14 @@ declare const unichain: Readonly<{
|
|
|
7300
7303
|
} | {
|
|
7301
7304
|
blockHash: `0x${string}` | null;
|
|
7302
7305
|
blockNumber: bigint | null;
|
|
7303
|
-
from: import("
|
|
7306
|
+
from: import("viem").Address;
|
|
7304
7307
|
gas: bigint;
|
|
7305
7308
|
hash: import("viem").Hash;
|
|
7306
7309
|
input: import("viem").Hex;
|
|
7307
7310
|
nonce: number;
|
|
7308
7311
|
r: import("viem").Hex;
|
|
7309
7312
|
s: import("viem").Hex;
|
|
7310
|
-
to: import("
|
|
7313
|
+
to: import("viem").Address | null;
|
|
7311
7314
|
transactionIndex: number | null;
|
|
7312
7315
|
typeHex: import("viem").Hex | null;
|
|
7313
7316
|
v: bigint;
|
|
@@ -7336,16 +7339,16 @@ declare const unichain: Readonly<{
|
|
|
7336
7339
|
blobGasUsed?: bigint | undefined;
|
|
7337
7340
|
blockHash: import("viem").Hash;
|
|
7338
7341
|
blockNumber: bigint;
|
|
7339
|
-
contractAddress: import("
|
|
7342
|
+
contractAddress: import("viem").Address | null | undefined;
|
|
7340
7343
|
cumulativeGasUsed: bigint;
|
|
7341
7344
|
effectiveGasPrice: bigint;
|
|
7342
|
-
from: import("
|
|
7345
|
+
from: import("viem").Address;
|
|
7343
7346
|
gasUsed: bigint;
|
|
7344
7347
|
logs: import("viem").Log<bigint, number, false>[];
|
|
7345
7348
|
logsBloom: import("viem").Hex;
|
|
7346
7349
|
root?: `0x${string}` | undefined;
|
|
7347
7350
|
status: "success" | "reverted";
|
|
7348
|
-
to: import("
|
|
7351
|
+
to: import("viem").Address | null;
|
|
7349
7352
|
transactionHash: import("viem").Hash;
|
|
7350
7353
|
transactionIndex: number;
|
|
7351
7354
|
type: import("viem").TransactionType;
|
|
@@ -16676,7 +16679,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16676
16679
|
blockTimeSeconds: 1;
|
|
16677
16680
|
launchTime: 1733882663;
|
|
16678
16681
|
sortIndex: 15;
|
|
16679
|
-
logoUrl: "https://assets.oku.trade/chains/unichain-logo.
|
|
16682
|
+
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
16680
16683
|
safeReorgDistance: 90000;
|
|
16681
16684
|
externalId: {
|
|
16682
16685
|
tenderly: string;
|
|
@@ -16731,6 +16734,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16731
16734
|
internalName: "unichain";
|
|
16732
16735
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
16733
16736
|
contracts: {
|
|
16737
|
+
limitOrder: {
|
|
16738
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
16739
|
+
};
|
|
16734
16740
|
nftManager: {
|
|
16735
16741
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
16736
16742
|
};
|
|
@@ -6996,7 +6996,7 @@ declare const unichain: Readonly<{
|
|
|
6996
6996
|
blockTimeSeconds: 1;
|
|
6997
6997
|
launchTime: 1733882663;
|
|
6998
6998
|
sortIndex: 15;
|
|
6999
|
-
logoUrl: "https://assets.oku.trade/chains/unichain-logo.
|
|
6999
|
+
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
7000
7000
|
safeReorgDistance: 90000;
|
|
7001
7001
|
externalId: {
|
|
7002
7002
|
tenderly: string;
|
|
@@ -7051,6 +7051,9 @@ declare const unichain: Readonly<{
|
|
|
7051
7051
|
internalName: "unichain";
|
|
7052
7052
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
7053
7053
|
contracts: {
|
|
7054
|
+
limitOrder: {
|
|
7055
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
7056
|
+
};
|
|
7054
7057
|
nftManager: {
|
|
7055
7058
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
7056
7059
|
};
|
|
@@ -7137,7 +7140,7 @@ declare const unichain: Readonly<{
|
|
|
7137
7140
|
gasUsed: bigint;
|
|
7138
7141
|
hash: `0x${string}` | null;
|
|
7139
7142
|
logsBloom: `0x${string}` | null;
|
|
7140
|
-
miner: import("
|
|
7143
|
+
miner: import("viem").Address;
|
|
7141
7144
|
mixHash: import("viem").Hash;
|
|
7142
7145
|
nonce: `0x${string}` | null;
|
|
7143
7146
|
number: bigint | null;
|
|
@@ -7164,14 +7167,14 @@ declare const unichain: Readonly<{
|
|
|
7164
7167
|
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
7165
7168
|
blockHash: `0x${string}` | null;
|
|
7166
7169
|
blockNumber: bigint | null;
|
|
7167
|
-
from: import("
|
|
7170
|
+
from: import("viem").Address;
|
|
7168
7171
|
gas: bigint;
|
|
7169
7172
|
hash: import("viem").Hash;
|
|
7170
7173
|
input: import("viem").Hex;
|
|
7171
7174
|
nonce: number;
|
|
7172
7175
|
r: import("viem").Hex;
|
|
7173
7176
|
s: import("viem").Hex;
|
|
7174
|
-
to: import("
|
|
7177
|
+
to: import("viem").Address | null;
|
|
7175
7178
|
transactionIndex: number | null;
|
|
7176
7179
|
typeHex: import("viem").Hex | null;
|
|
7177
7180
|
v: bigint;
|
|
@@ -7189,8 +7192,8 @@ declare const unichain: Readonly<{
|
|
|
7189
7192
|
r: import("viem").Hex;
|
|
7190
7193
|
s: import("viem").Hex;
|
|
7191
7194
|
v: bigint;
|
|
7192
|
-
to: import("
|
|
7193
|
-
from: import("
|
|
7195
|
+
to: import("viem").Address | null;
|
|
7196
|
+
from: import("viem").Address;
|
|
7194
7197
|
gas: bigint;
|
|
7195
7198
|
nonce: number;
|
|
7196
7199
|
value: bigint;
|
|
@@ -7216,14 +7219,14 @@ declare const unichain: Readonly<{
|
|
|
7216
7219
|
} | {
|
|
7217
7220
|
blockHash: `0x${string}` | null;
|
|
7218
7221
|
blockNumber: bigint | null;
|
|
7219
|
-
from: import("
|
|
7222
|
+
from: import("viem").Address;
|
|
7220
7223
|
gas: bigint;
|
|
7221
7224
|
hash: import("viem").Hash;
|
|
7222
7225
|
input: import("viem").Hex;
|
|
7223
7226
|
nonce: number;
|
|
7224
7227
|
r: import("viem").Hex;
|
|
7225
7228
|
s: import("viem").Hex;
|
|
7226
|
-
to: import("
|
|
7229
|
+
to: import("viem").Address | null;
|
|
7227
7230
|
transactionIndex: number | null;
|
|
7228
7231
|
typeHex: import("viem").Hex | null;
|
|
7229
7232
|
v: bigint;
|
|
@@ -7244,14 +7247,14 @@ declare const unichain: Readonly<{
|
|
|
7244
7247
|
} | {
|
|
7245
7248
|
blockHash: `0x${string}` | null;
|
|
7246
7249
|
blockNumber: bigint | null;
|
|
7247
|
-
from: import("
|
|
7250
|
+
from: import("viem").Address;
|
|
7248
7251
|
gas: bigint;
|
|
7249
7252
|
hash: import("viem").Hash;
|
|
7250
7253
|
input: import("viem").Hex;
|
|
7251
7254
|
nonce: number;
|
|
7252
7255
|
r: import("viem").Hex;
|
|
7253
7256
|
s: import("viem").Hex;
|
|
7254
|
-
to: import("
|
|
7257
|
+
to: import("viem").Address | null;
|
|
7255
7258
|
transactionIndex: number | null;
|
|
7256
7259
|
typeHex: import("viem").Hex | null;
|
|
7257
7260
|
v: bigint;
|
|
@@ -7272,14 +7275,14 @@ declare const unichain: Readonly<{
|
|
|
7272
7275
|
} | {
|
|
7273
7276
|
blockHash: `0x${string}` | null;
|
|
7274
7277
|
blockNumber: bigint | null;
|
|
7275
|
-
from: import("
|
|
7278
|
+
from: import("viem").Address;
|
|
7276
7279
|
gas: bigint;
|
|
7277
7280
|
hash: import("viem").Hash;
|
|
7278
7281
|
input: import("viem").Hex;
|
|
7279
7282
|
nonce: number;
|
|
7280
7283
|
r: import("viem").Hex;
|
|
7281
7284
|
s: import("viem").Hex;
|
|
7282
|
-
to: import("
|
|
7285
|
+
to: import("viem").Address | null;
|
|
7283
7286
|
transactionIndex: number | null;
|
|
7284
7287
|
typeHex: import("viem").Hex | null;
|
|
7285
7288
|
v: bigint;
|
|
@@ -7300,14 +7303,14 @@ declare const unichain: Readonly<{
|
|
|
7300
7303
|
} | {
|
|
7301
7304
|
blockHash: `0x${string}` | null;
|
|
7302
7305
|
blockNumber: bigint | null;
|
|
7303
|
-
from: import("
|
|
7306
|
+
from: import("viem").Address;
|
|
7304
7307
|
gas: bigint;
|
|
7305
7308
|
hash: import("viem").Hash;
|
|
7306
7309
|
input: import("viem").Hex;
|
|
7307
7310
|
nonce: number;
|
|
7308
7311
|
r: import("viem").Hex;
|
|
7309
7312
|
s: import("viem").Hex;
|
|
7310
|
-
to: import("
|
|
7313
|
+
to: import("viem").Address | null;
|
|
7311
7314
|
transactionIndex: number | null;
|
|
7312
7315
|
typeHex: import("viem").Hex | null;
|
|
7313
7316
|
v: bigint;
|
|
@@ -7336,16 +7339,16 @@ declare const unichain: Readonly<{
|
|
|
7336
7339
|
blobGasUsed?: bigint | undefined;
|
|
7337
7340
|
blockHash: import("viem").Hash;
|
|
7338
7341
|
blockNumber: bigint;
|
|
7339
|
-
contractAddress: import("
|
|
7342
|
+
contractAddress: import("viem").Address | null | undefined;
|
|
7340
7343
|
cumulativeGasUsed: bigint;
|
|
7341
7344
|
effectiveGasPrice: bigint;
|
|
7342
|
-
from: import("
|
|
7345
|
+
from: import("viem").Address;
|
|
7343
7346
|
gasUsed: bigint;
|
|
7344
7347
|
logs: import("viem").Log<bigint, number, false>[];
|
|
7345
7348
|
logsBloom: import("viem").Hex;
|
|
7346
7349
|
root?: `0x${string}` | undefined;
|
|
7347
7350
|
status: "success" | "reverted";
|
|
7348
|
-
to: import("
|
|
7351
|
+
to: import("viem").Address | null;
|
|
7349
7352
|
transactionHash: import("viem").Hash;
|
|
7350
7353
|
transactionIndex: number;
|
|
7351
7354
|
type: import("viem").TransactionType;
|
|
@@ -16676,7 +16679,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16676
16679
|
blockTimeSeconds: 1;
|
|
16677
16680
|
launchTime: 1733882663;
|
|
16678
16681
|
sortIndex: 15;
|
|
16679
|
-
logoUrl: "https://assets.oku.trade/chains/unichain-logo.
|
|
16682
|
+
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
16680
16683
|
safeReorgDistance: 90000;
|
|
16681
16684
|
externalId: {
|
|
16682
16685
|
tenderly: string;
|
|
@@ -16731,6 +16734,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16731
16734
|
internalName: "unichain";
|
|
16732
16735
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
16733
16736
|
contracts: {
|
|
16737
|
+
limitOrder: {
|
|
16738
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
16739
|
+
};
|
|
16734
16740
|
nftManager: {
|
|
16735
16741
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
16736
16742
|
};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -6996,7 +6996,7 @@ declare const unichain: Readonly<{
|
|
|
6996
6996
|
blockTimeSeconds: 1;
|
|
6997
6997
|
launchTime: 1733882663;
|
|
6998
6998
|
sortIndex: 15;
|
|
6999
|
-
logoUrl: "https://assets.oku.trade/chains/unichain-logo.
|
|
6999
|
+
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
7000
7000
|
safeReorgDistance: 90000;
|
|
7001
7001
|
externalId: {
|
|
7002
7002
|
tenderly: string;
|
|
@@ -7051,6 +7051,9 @@ declare const unichain: Readonly<{
|
|
|
7051
7051
|
internalName: "unichain";
|
|
7052
7052
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
7053
7053
|
contracts: {
|
|
7054
|
+
limitOrder: {
|
|
7055
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
7056
|
+
};
|
|
7054
7057
|
nftManager: {
|
|
7055
7058
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
7056
7059
|
};
|
|
@@ -7137,7 +7140,7 @@ declare const unichain: Readonly<{
|
|
|
7137
7140
|
gasUsed: bigint;
|
|
7138
7141
|
hash: `0x${string}` | null;
|
|
7139
7142
|
logsBloom: `0x${string}` | null;
|
|
7140
|
-
miner: import("
|
|
7143
|
+
miner: import("viem").Address;
|
|
7141
7144
|
mixHash: import("viem").Hash;
|
|
7142
7145
|
nonce: `0x${string}` | null;
|
|
7143
7146
|
number: bigint | null;
|
|
@@ -7164,14 +7167,14 @@ declare const unichain: Readonly<{
|
|
|
7164
7167
|
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
7165
7168
|
blockHash: `0x${string}` | null;
|
|
7166
7169
|
blockNumber: bigint | null;
|
|
7167
|
-
from: import("
|
|
7170
|
+
from: import("viem").Address;
|
|
7168
7171
|
gas: bigint;
|
|
7169
7172
|
hash: import("viem").Hash;
|
|
7170
7173
|
input: import("viem").Hex;
|
|
7171
7174
|
nonce: number;
|
|
7172
7175
|
r: import("viem").Hex;
|
|
7173
7176
|
s: import("viem").Hex;
|
|
7174
|
-
to: import("
|
|
7177
|
+
to: import("viem").Address | null;
|
|
7175
7178
|
transactionIndex: number | null;
|
|
7176
7179
|
typeHex: import("viem").Hex | null;
|
|
7177
7180
|
v: bigint;
|
|
@@ -7189,8 +7192,8 @@ declare const unichain: Readonly<{
|
|
|
7189
7192
|
r: import("viem").Hex;
|
|
7190
7193
|
s: import("viem").Hex;
|
|
7191
7194
|
v: bigint;
|
|
7192
|
-
to: import("
|
|
7193
|
-
from: import("
|
|
7195
|
+
to: import("viem").Address | null;
|
|
7196
|
+
from: import("viem").Address;
|
|
7194
7197
|
gas: bigint;
|
|
7195
7198
|
nonce: number;
|
|
7196
7199
|
value: bigint;
|
|
@@ -7216,14 +7219,14 @@ declare const unichain: Readonly<{
|
|
|
7216
7219
|
} | {
|
|
7217
7220
|
blockHash: `0x${string}` | null;
|
|
7218
7221
|
blockNumber: bigint | null;
|
|
7219
|
-
from: import("
|
|
7222
|
+
from: import("viem").Address;
|
|
7220
7223
|
gas: bigint;
|
|
7221
7224
|
hash: import("viem").Hash;
|
|
7222
7225
|
input: import("viem").Hex;
|
|
7223
7226
|
nonce: number;
|
|
7224
7227
|
r: import("viem").Hex;
|
|
7225
7228
|
s: import("viem").Hex;
|
|
7226
|
-
to: import("
|
|
7229
|
+
to: import("viem").Address | null;
|
|
7227
7230
|
transactionIndex: number | null;
|
|
7228
7231
|
typeHex: import("viem").Hex | null;
|
|
7229
7232
|
v: bigint;
|
|
@@ -7244,14 +7247,14 @@ declare const unichain: Readonly<{
|
|
|
7244
7247
|
} | {
|
|
7245
7248
|
blockHash: `0x${string}` | null;
|
|
7246
7249
|
blockNumber: bigint | null;
|
|
7247
|
-
from: import("
|
|
7250
|
+
from: import("viem").Address;
|
|
7248
7251
|
gas: bigint;
|
|
7249
7252
|
hash: import("viem").Hash;
|
|
7250
7253
|
input: import("viem").Hex;
|
|
7251
7254
|
nonce: number;
|
|
7252
7255
|
r: import("viem").Hex;
|
|
7253
7256
|
s: import("viem").Hex;
|
|
7254
|
-
to: import("
|
|
7257
|
+
to: import("viem").Address | null;
|
|
7255
7258
|
transactionIndex: number | null;
|
|
7256
7259
|
typeHex: import("viem").Hex | null;
|
|
7257
7260
|
v: bigint;
|
|
@@ -7272,14 +7275,14 @@ declare const unichain: Readonly<{
|
|
|
7272
7275
|
} | {
|
|
7273
7276
|
blockHash: `0x${string}` | null;
|
|
7274
7277
|
blockNumber: bigint | null;
|
|
7275
|
-
from: import("
|
|
7278
|
+
from: import("viem").Address;
|
|
7276
7279
|
gas: bigint;
|
|
7277
7280
|
hash: import("viem").Hash;
|
|
7278
7281
|
input: import("viem").Hex;
|
|
7279
7282
|
nonce: number;
|
|
7280
7283
|
r: import("viem").Hex;
|
|
7281
7284
|
s: import("viem").Hex;
|
|
7282
|
-
to: import("
|
|
7285
|
+
to: import("viem").Address | null;
|
|
7283
7286
|
transactionIndex: number | null;
|
|
7284
7287
|
typeHex: import("viem").Hex | null;
|
|
7285
7288
|
v: bigint;
|
|
@@ -7300,14 +7303,14 @@ declare const unichain: Readonly<{
|
|
|
7300
7303
|
} | {
|
|
7301
7304
|
blockHash: `0x${string}` | null;
|
|
7302
7305
|
blockNumber: bigint | null;
|
|
7303
|
-
from: import("
|
|
7306
|
+
from: import("viem").Address;
|
|
7304
7307
|
gas: bigint;
|
|
7305
7308
|
hash: import("viem").Hash;
|
|
7306
7309
|
input: import("viem").Hex;
|
|
7307
7310
|
nonce: number;
|
|
7308
7311
|
r: import("viem").Hex;
|
|
7309
7312
|
s: import("viem").Hex;
|
|
7310
|
-
to: import("
|
|
7313
|
+
to: import("viem").Address | null;
|
|
7311
7314
|
transactionIndex: number | null;
|
|
7312
7315
|
typeHex: import("viem").Hex | null;
|
|
7313
7316
|
v: bigint;
|
|
@@ -7336,16 +7339,16 @@ declare const unichain: Readonly<{
|
|
|
7336
7339
|
blobGasUsed?: bigint | undefined;
|
|
7337
7340
|
blockHash: import("viem").Hash;
|
|
7338
7341
|
blockNumber: bigint;
|
|
7339
|
-
contractAddress: import("
|
|
7342
|
+
contractAddress: import("viem").Address | null | undefined;
|
|
7340
7343
|
cumulativeGasUsed: bigint;
|
|
7341
7344
|
effectiveGasPrice: bigint;
|
|
7342
|
-
from: import("
|
|
7345
|
+
from: import("viem").Address;
|
|
7343
7346
|
gasUsed: bigint;
|
|
7344
7347
|
logs: import("viem").Log<bigint, number, false>[];
|
|
7345
7348
|
logsBloom: import("viem").Hex;
|
|
7346
7349
|
root?: `0x${string}` | undefined;
|
|
7347
7350
|
status: "success" | "reverted";
|
|
7348
|
-
to: import("
|
|
7351
|
+
to: import("viem").Address | null;
|
|
7349
7352
|
transactionHash: import("viem").Hash;
|
|
7350
7353
|
transactionIndex: number;
|
|
7351
7354
|
type: import("viem").TransactionType;
|
|
@@ -16676,7 +16679,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16676
16679
|
blockTimeSeconds: 1;
|
|
16677
16680
|
launchTime: 1733882663;
|
|
16678
16681
|
sortIndex: 15;
|
|
16679
|
-
logoUrl: "https://assets.oku.trade/chains/unichain-logo.
|
|
16682
|
+
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
16680
16683
|
safeReorgDistance: 90000;
|
|
16681
16684
|
externalId: {
|
|
16682
16685
|
tenderly: string;
|
|
@@ -16731,6 +16734,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16731
16734
|
internalName: "unichain";
|
|
16732
16735
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
16733
16736
|
contracts: {
|
|
16737
|
+
limitOrder: {
|
|
16738
|
+
address: "0x0000000000000000000000000000000000000000";
|
|
16739
|
+
};
|
|
16734
16740
|
nftManager: {
|
|
16735
16741
|
address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
|
|
16736
16742
|
};
|