@gfxlabs/oku-chains 1.1.250 → 1.1.252
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 +7 -3
- package/dist/index-mjs.js +7 -3
- package/dist/index.js +7 -3
- package/dist/types/browser.d.ts +28 -22
- package/dist/types/index-mjs.d.ts +28 -22
- package/dist/types/index.d.ts +28 -22
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
const etherlink = makeConfig({
|
|
1231
1231
|
...chains.etherlink,
|
|
1232
1232
|
blockTimeSeconds: 0.6,
|
|
1233
|
-
launchTime:
|
|
1233
|
+
launchTime: 1750211928,
|
|
1234
1234
|
sortIndex: 15,
|
|
1235
1235
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png",
|
|
1236
1236
|
safeReorgDistance: 90000,
|
|
@@ -2973,7 +2973,7 @@
|
|
|
2973
2973
|
...chains.nibiru,
|
|
2974
2974
|
name: "Nibiru",
|
|
2975
2975
|
blockTimeSeconds: 2,
|
|
2976
|
-
launchTime:
|
|
2976
|
+
launchTime: 1749841128,
|
|
2977
2977
|
sortIndex: 15,
|
|
2978
2978
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg",
|
|
2979
2979
|
safeReorgDistance: 90000,
|
|
@@ -4610,7 +4610,7 @@
|
|
|
4610
4610
|
...chains.unichain,
|
|
4611
4611
|
name: "Unichain",
|
|
4612
4612
|
blockTimeSeconds: 1,
|
|
4613
|
-
launchTime:
|
|
4613
|
+
launchTime: 1750384728,
|
|
4614
4614
|
sortIndex: 15,
|
|
4615
4615
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg",
|
|
4616
4616
|
safeReorgDistance: 90000,
|
|
@@ -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
|
@@ -1227,7 +1227,7 @@ const corn = makeConfig({
|
|
|
1227
1227
|
const etherlink = makeConfig({
|
|
1228
1228
|
...etherlink$1,
|
|
1229
1229
|
blockTimeSeconds: 0.6,
|
|
1230
|
-
launchTime:
|
|
1230
|
+
launchTime: 1750211928,
|
|
1231
1231
|
sortIndex: 15,
|
|
1232
1232
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png",
|
|
1233
1233
|
safeReorgDistance: 90000,
|
|
@@ -2970,7 +2970,7 @@ const nibiru = makeConfig({
|
|
|
2970
2970
|
...nibiru$1,
|
|
2971
2971
|
name: "Nibiru",
|
|
2972
2972
|
blockTimeSeconds: 2,
|
|
2973
|
-
launchTime:
|
|
2973
|
+
launchTime: 1749841128,
|
|
2974
2974
|
sortIndex: 15,
|
|
2975
2975
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg",
|
|
2976
2976
|
safeReorgDistance: 90000,
|
|
@@ -4607,7 +4607,7 @@ const unichain = makeConfig({
|
|
|
4607
4607
|
...unichain$1,
|
|
4608
4608
|
name: "Unichain",
|
|
4609
4609
|
blockTimeSeconds: 1,
|
|
4610
|
-
launchTime:
|
|
4610
|
+
launchTime: 1750384728,
|
|
4611
4611
|
sortIndex: 15,
|
|
4612
4612
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg",
|
|
4613
4613
|
safeReorgDistance: 90000,
|
|
@@ -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
|
@@ -1229,7 +1229,7 @@ const corn = makeConfig({
|
|
|
1229
1229
|
const etherlink = makeConfig({
|
|
1230
1230
|
...chains.etherlink,
|
|
1231
1231
|
blockTimeSeconds: 0.6,
|
|
1232
|
-
launchTime:
|
|
1232
|
+
launchTime: 1750211928,
|
|
1233
1233
|
sortIndex: 15,
|
|
1234
1234
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png",
|
|
1235
1235
|
safeReorgDistance: 90000,
|
|
@@ -2972,7 +2972,7 @@ const nibiru = makeConfig({
|
|
|
2972
2972
|
...chains.nibiru,
|
|
2973
2973
|
name: "Nibiru",
|
|
2974
2974
|
blockTimeSeconds: 2,
|
|
2975
|
-
launchTime:
|
|
2975
|
+
launchTime: 1749841128,
|
|
2976
2976
|
sortIndex: 15,
|
|
2977
2977
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg",
|
|
2978
2978
|
safeReorgDistance: 90000,
|
|
@@ -4609,7 +4609,7 @@ const unichain = makeConfig({
|
|
|
4609
4609
|
...chains.unichain,
|
|
4610
4610
|
name: "Unichain",
|
|
4611
4611
|
blockTimeSeconds: 1,
|
|
4612
|
-
launchTime:
|
|
4612
|
+
launchTime: 1750384728,
|
|
4613
4613
|
sortIndex: 15,
|
|
4614
4614
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg",
|
|
4615
4615
|
safeReorgDistance: 90000,
|
|
@@ -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
|
@@ -2769,7 +2769,7 @@ declare const corn: Readonly<{
|
|
|
2769
2769
|
}>;
|
|
2770
2770
|
declare const etherlink: Readonly<{
|
|
2771
2771
|
blockTimeSeconds: 0.6;
|
|
2772
|
-
launchTime:
|
|
2772
|
+
launchTime: 1750211928;
|
|
2773
2773
|
sortIndex: 15;
|
|
2774
2774
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
2775
2775
|
safeReorgDistance: 90000;
|
|
@@ -5143,7 +5143,7 @@ declare const moonbeam: Readonly<{
|
|
|
5143
5143
|
declare const nibiru: Readonly<{
|
|
5144
5144
|
name: "Nibiru";
|
|
5145
5145
|
blockTimeSeconds: 2;
|
|
5146
|
-
launchTime:
|
|
5146
|
+
launchTime: 1749841128;
|
|
5147
5147
|
sortIndex: 15;
|
|
5148
5148
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
5149
5149
|
safeReorgDistance: 90000;
|
|
@@ -6994,7 +6994,7 @@ declare const tronShasta: Readonly<{
|
|
|
6994
6994
|
declare const unichain: Readonly<{
|
|
6995
6995
|
name: "Unichain";
|
|
6996
6996
|
blockTimeSeconds: 1;
|
|
6997
|
-
launchTime:
|
|
6997
|
+
launchTime: 1750384728;
|
|
6998
6998
|
sortIndex: 15;
|
|
6999
6999
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
7000
7000
|
safeReorgDistance: 90000;
|
|
@@ -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;
|
|
@@ -16467,7 +16470,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16467
16470
|
}>, Readonly<{
|
|
16468
16471
|
name: "Nibiru";
|
|
16469
16472
|
blockTimeSeconds: 2;
|
|
16470
|
-
launchTime:
|
|
16473
|
+
launchTime: 1749841128;
|
|
16471
16474
|
sortIndex: 15;
|
|
16472
16475
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
16473
16476
|
safeReorgDistance: 90000;
|
|
@@ -16563,7 +16566,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16563
16566
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
16564
16567
|
}>, Readonly<{
|
|
16565
16568
|
blockTimeSeconds: 0.6;
|
|
16566
|
-
launchTime:
|
|
16569
|
+
launchTime: 1750211928;
|
|
16567
16570
|
sortIndex: 15;
|
|
16568
16571
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
16569
16572
|
safeReorgDistance: 90000;
|
|
@@ -16674,7 +16677,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16674
16677
|
}>, Readonly<{
|
|
16675
16678
|
name: "Unichain";
|
|
16676
16679
|
blockTimeSeconds: 1;
|
|
16677
|
-
launchTime:
|
|
16680
|
+
launchTime: 1750384728;
|
|
16678
16681
|
sortIndex: 15;
|
|
16679
16682
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
16680
16683
|
safeReorgDistance: 90000;
|
|
@@ -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
|
};
|
|
@@ -2769,7 +2769,7 @@ declare const corn: Readonly<{
|
|
|
2769
2769
|
}>;
|
|
2770
2770
|
declare const etherlink: Readonly<{
|
|
2771
2771
|
blockTimeSeconds: 0.6;
|
|
2772
|
-
launchTime:
|
|
2772
|
+
launchTime: 1750211928;
|
|
2773
2773
|
sortIndex: 15;
|
|
2774
2774
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
2775
2775
|
safeReorgDistance: 90000;
|
|
@@ -5143,7 +5143,7 @@ declare const moonbeam: Readonly<{
|
|
|
5143
5143
|
declare const nibiru: Readonly<{
|
|
5144
5144
|
name: "Nibiru";
|
|
5145
5145
|
blockTimeSeconds: 2;
|
|
5146
|
-
launchTime:
|
|
5146
|
+
launchTime: 1749841128;
|
|
5147
5147
|
sortIndex: 15;
|
|
5148
5148
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
5149
5149
|
safeReorgDistance: 90000;
|
|
@@ -6994,7 +6994,7 @@ declare const tronShasta: Readonly<{
|
|
|
6994
6994
|
declare const unichain: Readonly<{
|
|
6995
6995
|
name: "Unichain";
|
|
6996
6996
|
blockTimeSeconds: 1;
|
|
6997
|
-
launchTime:
|
|
6997
|
+
launchTime: 1750384728;
|
|
6998
6998
|
sortIndex: 15;
|
|
6999
6999
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
7000
7000
|
safeReorgDistance: 90000;
|
|
@@ -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;
|
|
@@ -16467,7 +16470,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16467
16470
|
}>, Readonly<{
|
|
16468
16471
|
name: "Nibiru";
|
|
16469
16472
|
blockTimeSeconds: 2;
|
|
16470
|
-
launchTime:
|
|
16473
|
+
launchTime: 1749841128;
|
|
16471
16474
|
sortIndex: 15;
|
|
16472
16475
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
16473
16476
|
safeReorgDistance: 90000;
|
|
@@ -16563,7 +16566,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16563
16566
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
16564
16567
|
}>, Readonly<{
|
|
16565
16568
|
blockTimeSeconds: 0.6;
|
|
16566
|
-
launchTime:
|
|
16569
|
+
launchTime: 1750211928;
|
|
16567
16570
|
sortIndex: 15;
|
|
16568
16571
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
16569
16572
|
safeReorgDistance: 90000;
|
|
@@ -16674,7 +16677,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16674
16677
|
}>, Readonly<{
|
|
16675
16678
|
name: "Unichain";
|
|
16676
16679
|
blockTimeSeconds: 1;
|
|
16677
|
-
launchTime:
|
|
16680
|
+
launchTime: 1750384728;
|
|
16678
16681
|
sortIndex: 15;
|
|
16679
16682
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
16680
16683
|
safeReorgDistance: 90000;
|
|
@@ -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
|
@@ -2769,7 +2769,7 @@ declare const corn: Readonly<{
|
|
|
2769
2769
|
}>;
|
|
2770
2770
|
declare const etherlink: Readonly<{
|
|
2771
2771
|
blockTimeSeconds: 0.6;
|
|
2772
|
-
launchTime:
|
|
2772
|
+
launchTime: 1750211928;
|
|
2773
2773
|
sortIndex: 15;
|
|
2774
2774
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
2775
2775
|
safeReorgDistance: 90000;
|
|
@@ -5143,7 +5143,7 @@ declare const moonbeam: Readonly<{
|
|
|
5143
5143
|
declare const nibiru: Readonly<{
|
|
5144
5144
|
name: "Nibiru";
|
|
5145
5145
|
blockTimeSeconds: 2;
|
|
5146
|
-
launchTime:
|
|
5146
|
+
launchTime: 1749841128;
|
|
5147
5147
|
sortIndex: 15;
|
|
5148
5148
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
5149
5149
|
safeReorgDistance: 90000;
|
|
@@ -6994,7 +6994,7 @@ declare const tronShasta: Readonly<{
|
|
|
6994
6994
|
declare const unichain: Readonly<{
|
|
6995
6995
|
name: "Unichain";
|
|
6996
6996
|
blockTimeSeconds: 1;
|
|
6997
|
-
launchTime:
|
|
6997
|
+
launchTime: 1750384728;
|
|
6998
6998
|
sortIndex: 15;
|
|
6999
6999
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
7000
7000
|
safeReorgDistance: 90000;
|
|
@@ -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;
|
|
@@ -16467,7 +16470,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16467
16470
|
}>, Readonly<{
|
|
16468
16471
|
name: "Nibiru";
|
|
16469
16472
|
blockTimeSeconds: 2;
|
|
16470
|
-
launchTime:
|
|
16473
|
+
launchTime: 1749841128;
|
|
16471
16474
|
sortIndex: 15;
|
|
16472
16475
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
16473
16476
|
safeReorgDistance: 90000;
|
|
@@ -16563,7 +16566,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16563
16566
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
16564
16567
|
}>, Readonly<{
|
|
16565
16568
|
blockTimeSeconds: 0.6;
|
|
16566
|
-
launchTime:
|
|
16569
|
+
launchTime: 1750211928;
|
|
16567
16570
|
sortIndex: 15;
|
|
16568
16571
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
16569
16572
|
safeReorgDistance: 90000;
|
|
@@ -16674,7 +16677,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16674
16677
|
}>, Readonly<{
|
|
16675
16678
|
name: "Unichain";
|
|
16676
16679
|
blockTimeSeconds: 1;
|
|
16677
|
-
launchTime:
|
|
16680
|
+
launchTime: 1750384728;
|
|
16678
16681
|
sortIndex: 15;
|
|
16679
16682
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
16680
16683
|
safeReorgDistance: 90000;
|
|
@@ -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
|
};
|