@gfxlabs/oku-chains 1.1.252 → 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 CHANGED
@@ -4617,7 +4617,12 @@
4617
4617
  externalId: {
4618
4618
  tenderly: "true",
4619
4619
  },
4620
- markets: {},
4620
+ markets: {
4621
+ icecreamswap: true,
4622
+ zeroex: true,
4623
+ kyberswap: "unichain",
4624
+ openocean: "uni",
4625
+ },
4621
4626
  bridges: {},
4622
4627
  oracles: {},
4623
4628
  morpho: {},
@@ -4642,9 +4647,8 @@
4642
4647
  wethAddress: "0x4200000000000000000000000000000000000006",
4643
4648
  },
4644
4649
  oku: {
4645
- // TODO: add limit order registry
4646
- limitOrderRegistry: undefined,
4647
- limitOrderRegistryDeployBlock: 0,
4650
+ limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
4651
+ limitOrderRegistryDeployBlock: 19179485,
4648
4652
  pricing: {
4649
4653
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
4650
4654
  nativeWrappedName: "ETH",
@@ -4684,9 +4688,8 @@
4684
4688
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
4685
4689
  contracts: {
4686
4690
  ...chains.unichain.contracts,
4687
- // TODO: add limit order registry
4688
4691
  limitOrder: {
4689
- address: viem.zeroAddress,
4692
+ address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
4690
4693
  },
4691
4694
  nftManager: {
4692
4695
  address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
package/dist/index-mjs.js CHANGED
@@ -4614,7 +4614,12 @@ const unichain = makeConfig({
4614
4614
  externalId: {
4615
4615
  tenderly: "true",
4616
4616
  },
4617
- markets: {},
4617
+ markets: {
4618
+ icecreamswap: true,
4619
+ zeroex: true,
4620
+ kyberswap: "unichain",
4621
+ openocean: "uni",
4622
+ },
4618
4623
  bridges: {},
4619
4624
  oracles: {},
4620
4625
  morpho: {},
@@ -4639,9 +4644,8 @@ const unichain = makeConfig({
4639
4644
  wethAddress: "0x4200000000000000000000000000000000000006",
4640
4645
  },
4641
4646
  oku: {
4642
- // TODO: add limit order registry
4643
- limitOrderRegistry: undefined,
4644
- limitOrderRegistryDeployBlock: 0,
4647
+ limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
4648
+ limitOrderRegistryDeployBlock: 19179485,
4645
4649
  pricing: {
4646
4650
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
4647
4651
  nativeWrappedName: "ETH",
@@ -4681,9 +4685,8 @@ const unichain = makeConfig({
4681
4685
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
4682
4686
  contracts: {
4683
4687
  ...unichain$1.contracts,
4684
- // TODO: add limit order registry
4685
4688
  limitOrder: {
4686
- address: zeroAddress,
4689
+ address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
4687
4690
  },
4688
4691
  nftManager: {
4689
4692
  address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
package/dist/index.js CHANGED
@@ -4616,7 +4616,12 @@ const unichain = makeConfig({
4616
4616
  externalId: {
4617
4617
  tenderly: "true",
4618
4618
  },
4619
- markets: {},
4619
+ markets: {
4620
+ icecreamswap: true,
4621
+ zeroex: true,
4622
+ kyberswap: "unichain",
4623
+ openocean: "uni",
4624
+ },
4620
4625
  bridges: {},
4621
4626
  oracles: {},
4622
4627
  morpho: {},
@@ -4641,9 +4646,8 @@ const unichain = makeConfig({
4641
4646
  wethAddress: "0x4200000000000000000000000000000000000006",
4642
4647
  },
4643
4648
  oku: {
4644
- // TODO: add limit order registry
4645
- limitOrderRegistry: undefined,
4646
- limitOrderRegistryDeployBlock: 0,
4649
+ limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
4650
+ limitOrderRegistryDeployBlock: 19179485,
4647
4651
  pricing: {
4648
4652
  nativeWrappedToken: "0x4200000000000000000000000000000000000006",
4649
4653
  nativeWrappedName: "ETH",
@@ -4683,9 +4687,8 @@ const unichain = makeConfig({
4683
4687
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
4684
4688
  contracts: {
4685
4689
  ...chains.unichain.contracts,
4686
- // TODO: add limit order registry
4687
4690
  limitOrder: {
4688
- address: viem.zeroAddress,
4691
+ address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
4689
4692
  },
4690
4693
  nftManager: {
4691
4694
  address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9",
@@ -7001,7 +7001,12 @@ declare const unichain: Readonly<{
7001
7001
  externalId: {
7002
7002
  tenderly: string;
7003
7003
  };
7004
- markets: {};
7004
+ markets: {
7005
+ icecreamswap: true;
7006
+ zeroex: true;
7007
+ kyberswap: string;
7008
+ openocean: string;
7009
+ };
7005
7010
  bridges: {};
7006
7011
  oracles: {};
7007
7012
  morpho: {};
@@ -7026,7 +7031,7 @@ declare const unichain: Readonly<{
7026
7031
  wethAddress: "0x4200000000000000000000000000000000000006";
7027
7032
  };
7028
7033
  oku: {
7029
- limitOrderRegistry: undefined;
7034
+ limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
7030
7035
  limitOrderRegistryDeployBlock: number;
7031
7036
  pricing: {
7032
7037
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
@@ -7052,7 +7057,7 @@ declare const unichain: Readonly<{
7052
7057
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
7053
7058
  contracts: {
7054
7059
  limitOrder: {
7055
- address: "0x0000000000000000000000000000000000000000";
7060
+ address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
7056
7061
  };
7057
7062
  nftManager: {
7058
7063
  address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
@@ -7140,7 +7145,7 @@ declare const unichain: Readonly<{
7140
7145
  gasUsed: bigint;
7141
7146
  hash: `0x${string}` | null;
7142
7147
  logsBloom: `0x${string}` | null;
7143
- miner: import("viem").Address;
7148
+ miner: import("abitype").Address;
7144
7149
  mixHash: import("viem").Hash;
7145
7150
  nonce: `0x${string}` | null;
7146
7151
  number: bigint | null;
@@ -7167,14 +7172,14 @@ declare const unichain: Readonly<{
7167
7172
  format: (args: import("viem/chains").OpStackRpcTransaction) => ({
7168
7173
  blockHash: `0x${string}` | null;
7169
7174
  blockNumber: bigint | null;
7170
- from: import("viem").Address;
7175
+ from: import("abitype").Address;
7171
7176
  gas: bigint;
7172
7177
  hash: import("viem").Hash;
7173
7178
  input: import("viem").Hex;
7174
7179
  nonce: number;
7175
7180
  r: import("viem").Hex;
7176
7181
  s: import("viem").Hex;
7177
- to: import("viem").Address | null;
7182
+ to: import("abitype").Address | null;
7178
7183
  transactionIndex: number | null;
7179
7184
  typeHex: import("viem").Hex | null;
7180
7185
  v: bigint;
@@ -7192,8 +7197,8 @@ declare const unichain: Readonly<{
7192
7197
  r: import("viem").Hex;
7193
7198
  s: import("viem").Hex;
7194
7199
  v: bigint;
7195
- to: import("viem").Address | null;
7196
- from: import("viem").Address;
7200
+ to: import("abitype").Address | null;
7201
+ from: import("abitype").Address;
7197
7202
  gas: bigint;
7198
7203
  nonce: number;
7199
7204
  value: bigint;
@@ -7219,14 +7224,14 @@ declare const unichain: Readonly<{
7219
7224
  } | {
7220
7225
  blockHash: `0x${string}` | null;
7221
7226
  blockNumber: bigint | null;
7222
- from: import("viem").Address;
7227
+ from: import("abitype").Address;
7223
7228
  gas: bigint;
7224
7229
  hash: import("viem").Hash;
7225
7230
  input: import("viem").Hex;
7226
7231
  nonce: number;
7227
7232
  r: import("viem").Hex;
7228
7233
  s: import("viem").Hex;
7229
- to: import("viem").Address | null;
7234
+ to: import("abitype").Address | null;
7230
7235
  transactionIndex: number | null;
7231
7236
  typeHex: import("viem").Hex | null;
7232
7237
  v: bigint;
@@ -7247,14 +7252,14 @@ declare const unichain: Readonly<{
7247
7252
  } | {
7248
7253
  blockHash: `0x${string}` | null;
7249
7254
  blockNumber: bigint | null;
7250
- from: import("viem").Address;
7255
+ from: import("abitype").Address;
7251
7256
  gas: bigint;
7252
7257
  hash: import("viem").Hash;
7253
7258
  input: import("viem").Hex;
7254
7259
  nonce: number;
7255
7260
  r: import("viem").Hex;
7256
7261
  s: import("viem").Hex;
7257
- to: import("viem").Address | null;
7262
+ to: import("abitype").Address | null;
7258
7263
  transactionIndex: number | null;
7259
7264
  typeHex: import("viem").Hex | null;
7260
7265
  v: bigint;
@@ -7275,14 +7280,14 @@ declare const unichain: Readonly<{
7275
7280
  } | {
7276
7281
  blockHash: `0x${string}` | null;
7277
7282
  blockNumber: bigint | null;
7278
- from: import("viem").Address;
7283
+ from: import("abitype").Address;
7279
7284
  gas: bigint;
7280
7285
  hash: import("viem").Hash;
7281
7286
  input: import("viem").Hex;
7282
7287
  nonce: number;
7283
7288
  r: import("viem").Hex;
7284
7289
  s: import("viem").Hex;
7285
- to: import("viem").Address | null;
7290
+ to: import("abitype").Address | null;
7286
7291
  transactionIndex: number | null;
7287
7292
  typeHex: import("viem").Hex | null;
7288
7293
  v: bigint;
@@ -7303,14 +7308,14 @@ declare const unichain: Readonly<{
7303
7308
  } | {
7304
7309
  blockHash: `0x${string}` | null;
7305
7310
  blockNumber: bigint | null;
7306
- from: import("viem").Address;
7311
+ from: import("abitype").Address;
7307
7312
  gas: bigint;
7308
7313
  hash: import("viem").Hash;
7309
7314
  input: import("viem").Hex;
7310
7315
  nonce: number;
7311
7316
  r: import("viem").Hex;
7312
7317
  s: import("viem").Hex;
7313
- to: import("viem").Address | null;
7318
+ to: import("abitype").Address | null;
7314
7319
  transactionIndex: number | null;
7315
7320
  typeHex: import("viem").Hex | null;
7316
7321
  v: bigint;
@@ -7339,16 +7344,16 @@ declare const unichain: Readonly<{
7339
7344
  blobGasUsed?: bigint | undefined;
7340
7345
  blockHash: import("viem").Hash;
7341
7346
  blockNumber: bigint;
7342
- contractAddress: import("viem").Address | null | undefined;
7347
+ contractAddress: import("abitype").Address | null | undefined;
7343
7348
  cumulativeGasUsed: bigint;
7344
7349
  effectiveGasPrice: bigint;
7345
- from: import("viem").Address;
7350
+ from: import("abitype").Address;
7346
7351
  gasUsed: bigint;
7347
7352
  logs: import("viem").Log<bigint, number, false>[];
7348
7353
  logsBloom: import("viem").Hex;
7349
7354
  root?: `0x${string}` | undefined;
7350
7355
  status: "success" | "reverted";
7351
- to: import("viem").Address | null;
7356
+ to: import("abitype").Address | null;
7352
7357
  transactionHash: import("viem").Hash;
7353
7358
  transactionIndex: number;
7354
7359
  type: import("viem").TransactionType;
@@ -16684,7 +16689,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16684
16689
  externalId: {
16685
16690
  tenderly: string;
16686
16691
  };
16687
- markets: {};
16692
+ markets: {
16693
+ icecreamswap: true;
16694
+ zeroex: true;
16695
+ kyberswap: string;
16696
+ openocean: string;
16697
+ };
16688
16698
  bridges: {};
16689
16699
  oracles: {};
16690
16700
  morpho: {};
@@ -16709,7 +16719,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16709
16719
  wethAddress: "0x4200000000000000000000000000000000000006";
16710
16720
  };
16711
16721
  oku: {
16712
- limitOrderRegistry: undefined;
16722
+ limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
16713
16723
  limitOrderRegistryDeployBlock: number;
16714
16724
  pricing: {
16715
16725
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
@@ -16735,7 +16745,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16735
16745
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
16736
16746
  contracts: {
16737
16747
  limitOrder: {
16738
- address: "0x0000000000000000000000000000000000000000";
16748
+ address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
16739
16749
  };
16740
16750
  nftManager: {
16741
16751
  address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
@@ -7001,7 +7001,12 @@ declare const unichain: Readonly<{
7001
7001
  externalId: {
7002
7002
  tenderly: string;
7003
7003
  };
7004
- markets: {};
7004
+ markets: {
7005
+ icecreamswap: true;
7006
+ zeroex: true;
7007
+ kyberswap: string;
7008
+ openocean: string;
7009
+ };
7005
7010
  bridges: {};
7006
7011
  oracles: {};
7007
7012
  morpho: {};
@@ -7026,7 +7031,7 @@ declare const unichain: Readonly<{
7026
7031
  wethAddress: "0x4200000000000000000000000000000000000006";
7027
7032
  };
7028
7033
  oku: {
7029
- limitOrderRegistry: undefined;
7034
+ limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
7030
7035
  limitOrderRegistryDeployBlock: number;
7031
7036
  pricing: {
7032
7037
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
@@ -7052,7 +7057,7 @@ declare const unichain: Readonly<{
7052
7057
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
7053
7058
  contracts: {
7054
7059
  limitOrder: {
7055
- address: "0x0000000000000000000000000000000000000000";
7060
+ address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
7056
7061
  };
7057
7062
  nftManager: {
7058
7063
  address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
@@ -7140,7 +7145,7 @@ declare const unichain: Readonly<{
7140
7145
  gasUsed: bigint;
7141
7146
  hash: `0x${string}` | null;
7142
7147
  logsBloom: `0x${string}` | null;
7143
- miner: import("viem").Address;
7148
+ miner: import("abitype").Address;
7144
7149
  mixHash: import("viem").Hash;
7145
7150
  nonce: `0x${string}` | null;
7146
7151
  number: bigint | null;
@@ -7167,14 +7172,14 @@ declare const unichain: Readonly<{
7167
7172
  format: (args: import("viem/chains").OpStackRpcTransaction) => ({
7168
7173
  blockHash: `0x${string}` | null;
7169
7174
  blockNumber: bigint | null;
7170
- from: import("viem").Address;
7175
+ from: import("abitype").Address;
7171
7176
  gas: bigint;
7172
7177
  hash: import("viem").Hash;
7173
7178
  input: import("viem").Hex;
7174
7179
  nonce: number;
7175
7180
  r: import("viem").Hex;
7176
7181
  s: import("viem").Hex;
7177
- to: import("viem").Address | null;
7182
+ to: import("abitype").Address | null;
7178
7183
  transactionIndex: number | null;
7179
7184
  typeHex: import("viem").Hex | null;
7180
7185
  v: bigint;
@@ -7192,8 +7197,8 @@ declare const unichain: Readonly<{
7192
7197
  r: import("viem").Hex;
7193
7198
  s: import("viem").Hex;
7194
7199
  v: bigint;
7195
- to: import("viem").Address | null;
7196
- from: import("viem").Address;
7200
+ to: import("abitype").Address | null;
7201
+ from: import("abitype").Address;
7197
7202
  gas: bigint;
7198
7203
  nonce: number;
7199
7204
  value: bigint;
@@ -7219,14 +7224,14 @@ declare const unichain: Readonly<{
7219
7224
  } | {
7220
7225
  blockHash: `0x${string}` | null;
7221
7226
  blockNumber: bigint | null;
7222
- from: import("viem").Address;
7227
+ from: import("abitype").Address;
7223
7228
  gas: bigint;
7224
7229
  hash: import("viem").Hash;
7225
7230
  input: import("viem").Hex;
7226
7231
  nonce: number;
7227
7232
  r: import("viem").Hex;
7228
7233
  s: import("viem").Hex;
7229
- to: import("viem").Address | null;
7234
+ to: import("abitype").Address | null;
7230
7235
  transactionIndex: number | null;
7231
7236
  typeHex: import("viem").Hex | null;
7232
7237
  v: bigint;
@@ -7247,14 +7252,14 @@ declare const unichain: Readonly<{
7247
7252
  } | {
7248
7253
  blockHash: `0x${string}` | null;
7249
7254
  blockNumber: bigint | null;
7250
- from: import("viem").Address;
7255
+ from: import("abitype").Address;
7251
7256
  gas: bigint;
7252
7257
  hash: import("viem").Hash;
7253
7258
  input: import("viem").Hex;
7254
7259
  nonce: number;
7255
7260
  r: import("viem").Hex;
7256
7261
  s: import("viem").Hex;
7257
- to: import("viem").Address | null;
7262
+ to: import("abitype").Address | null;
7258
7263
  transactionIndex: number | null;
7259
7264
  typeHex: import("viem").Hex | null;
7260
7265
  v: bigint;
@@ -7275,14 +7280,14 @@ declare const unichain: Readonly<{
7275
7280
  } | {
7276
7281
  blockHash: `0x${string}` | null;
7277
7282
  blockNumber: bigint | null;
7278
- from: import("viem").Address;
7283
+ from: import("abitype").Address;
7279
7284
  gas: bigint;
7280
7285
  hash: import("viem").Hash;
7281
7286
  input: import("viem").Hex;
7282
7287
  nonce: number;
7283
7288
  r: import("viem").Hex;
7284
7289
  s: import("viem").Hex;
7285
- to: import("viem").Address | null;
7290
+ to: import("abitype").Address | null;
7286
7291
  transactionIndex: number | null;
7287
7292
  typeHex: import("viem").Hex | null;
7288
7293
  v: bigint;
@@ -7303,14 +7308,14 @@ declare const unichain: Readonly<{
7303
7308
  } | {
7304
7309
  blockHash: `0x${string}` | null;
7305
7310
  blockNumber: bigint | null;
7306
- from: import("viem").Address;
7311
+ from: import("abitype").Address;
7307
7312
  gas: bigint;
7308
7313
  hash: import("viem").Hash;
7309
7314
  input: import("viem").Hex;
7310
7315
  nonce: number;
7311
7316
  r: import("viem").Hex;
7312
7317
  s: import("viem").Hex;
7313
- to: import("viem").Address | null;
7318
+ to: import("abitype").Address | null;
7314
7319
  transactionIndex: number | null;
7315
7320
  typeHex: import("viem").Hex | null;
7316
7321
  v: bigint;
@@ -7339,16 +7344,16 @@ declare const unichain: Readonly<{
7339
7344
  blobGasUsed?: bigint | undefined;
7340
7345
  blockHash: import("viem").Hash;
7341
7346
  blockNumber: bigint;
7342
- contractAddress: import("viem").Address | null | undefined;
7347
+ contractAddress: import("abitype").Address | null | undefined;
7343
7348
  cumulativeGasUsed: bigint;
7344
7349
  effectiveGasPrice: bigint;
7345
- from: import("viem").Address;
7350
+ from: import("abitype").Address;
7346
7351
  gasUsed: bigint;
7347
7352
  logs: import("viem").Log<bigint, number, false>[];
7348
7353
  logsBloom: import("viem").Hex;
7349
7354
  root?: `0x${string}` | undefined;
7350
7355
  status: "success" | "reverted";
7351
- to: import("viem").Address | null;
7356
+ to: import("abitype").Address | null;
7352
7357
  transactionHash: import("viem").Hash;
7353
7358
  transactionIndex: number;
7354
7359
  type: import("viem").TransactionType;
@@ -16684,7 +16689,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16684
16689
  externalId: {
16685
16690
  tenderly: string;
16686
16691
  };
16687
- markets: {};
16692
+ markets: {
16693
+ icecreamswap: true;
16694
+ zeroex: true;
16695
+ kyberswap: string;
16696
+ openocean: string;
16697
+ };
16688
16698
  bridges: {};
16689
16699
  oracles: {};
16690
16700
  morpho: {};
@@ -16709,7 +16719,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16709
16719
  wethAddress: "0x4200000000000000000000000000000000000006";
16710
16720
  };
16711
16721
  oku: {
16712
- limitOrderRegistry: undefined;
16722
+ limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
16713
16723
  limitOrderRegistryDeployBlock: number;
16714
16724
  pricing: {
16715
16725
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
@@ -16735,7 +16745,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16735
16745
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
16736
16746
  contracts: {
16737
16747
  limitOrder: {
16738
- address: "0x0000000000000000000000000000000000000000";
16748
+ address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
16739
16749
  };
16740
16750
  nftManager: {
16741
16751
  address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
@@ -7001,7 +7001,12 @@ declare const unichain: Readonly<{
7001
7001
  externalId: {
7002
7002
  tenderly: string;
7003
7003
  };
7004
- markets: {};
7004
+ markets: {
7005
+ icecreamswap: true;
7006
+ zeroex: true;
7007
+ kyberswap: string;
7008
+ openocean: string;
7009
+ };
7005
7010
  bridges: {};
7006
7011
  oracles: {};
7007
7012
  morpho: {};
@@ -7026,7 +7031,7 @@ declare const unichain: Readonly<{
7026
7031
  wethAddress: "0x4200000000000000000000000000000000000006";
7027
7032
  };
7028
7033
  oku: {
7029
- limitOrderRegistry: undefined;
7034
+ limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
7030
7035
  limitOrderRegistryDeployBlock: number;
7031
7036
  pricing: {
7032
7037
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
@@ -7052,7 +7057,7 @@ declare const unichain: Readonly<{
7052
7057
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
7053
7058
  contracts: {
7054
7059
  limitOrder: {
7055
- address: "0x0000000000000000000000000000000000000000";
7060
+ address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
7056
7061
  };
7057
7062
  nftManager: {
7058
7063
  address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
@@ -7140,7 +7145,7 @@ declare const unichain: Readonly<{
7140
7145
  gasUsed: bigint;
7141
7146
  hash: `0x${string}` | null;
7142
7147
  logsBloom: `0x${string}` | null;
7143
- miner: import("viem").Address;
7148
+ miner: import("abitype").Address;
7144
7149
  mixHash: import("viem").Hash;
7145
7150
  nonce: `0x${string}` | null;
7146
7151
  number: bigint | null;
@@ -7167,14 +7172,14 @@ declare const unichain: Readonly<{
7167
7172
  format: (args: import("viem/chains").OpStackRpcTransaction) => ({
7168
7173
  blockHash: `0x${string}` | null;
7169
7174
  blockNumber: bigint | null;
7170
- from: import("viem").Address;
7175
+ from: import("abitype").Address;
7171
7176
  gas: bigint;
7172
7177
  hash: import("viem").Hash;
7173
7178
  input: import("viem").Hex;
7174
7179
  nonce: number;
7175
7180
  r: import("viem").Hex;
7176
7181
  s: import("viem").Hex;
7177
- to: import("viem").Address | null;
7182
+ to: import("abitype").Address | null;
7178
7183
  transactionIndex: number | null;
7179
7184
  typeHex: import("viem").Hex | null;
7180
7185
  v: bigint;
@@ -7192,8 +7197,8 @@ declare const unichain: Readonly<{
7192
7197
  r: import("viem").Hex;
7193
7198
  s: import("viem").Hex;
7194
7199
  v: bigint;
7195
- to: import("viem").Address | null;
7196
- from: import("viem").Address;
7200
+ to: import("abitype").Address | null;
7201
+ from: import("abitype").Address;
7197
7202
  gas: bigint;
7198
7203
  nonce: number;
7199
7204
  value: bigint;
@@ -7219,14 +7224,14 @@ declare const unichain: Readonly<{
7219
7224
  } | {
7220
7225
  blockHash: `0x${string}` | null;
7221
7226
  blockNumber: bigint | null;
7222
- from: import("viem").Address;
7227
+ from: import("abitype").Address;
7223
7228
  gas: bigint;
7224
7229
  hash: import("viem").Hash;
7225
7230
  input: import("viem").Hex;
7226
7231
  nonce: number;
7227
7232
  r: import("viem").Hex;
7228
7233
  s: import("viem").Hex;
7229
- to: import("viem").Address | null;
7234
+ to: import("abitype").Address | null;
7230
7235
  transactionIndex: number | null;
7231
7236
  typeHex: import("viem").Hex | null;
7232
7237
  v: bigint;
@@ -7247,14 +7252,14 @@ declare const unichain: Readonly<{
7247
7252
  } | {
7248
7253
  blockHash: `0x${string}` | null;
7249
7254
  blockNumber: bigint | null;
7250
- from: import("viem").Address;
7255
+ from: import("abitype").Address;
7251
7256
  gas: bigint;
7252
7257
  hash: import("viem").Hash;
7253
7258
  input: import("viem").Hex;
7254
7259
  nonce: number;
7255
7260
  r: import("viem").Hex;
7256
7261
  s: import("viem").Hex;
7257
- to: import("viem").Address | null;
7262
+ to: import("abitype").Address | null;
7258
7263
  transactionIndex: number | null;
7259
7264
  typeHex: import("viem").Hex | null;
7260
7265
  v: bigint;
@@ -7275,14 +7280,14 @@ declare const unichain: Readonly<{
7275
7280
  } | {
7276
7281
  blockHash: `0x${string}` | null;
7277
7282
  blockNumber: bigint | null;
7278
- from: import("viem").Address;
7283
+ from: import("abitype").Address;
7279
7284
  gas: bigint;
7280
7285
  hash: import("viem").Hash;
7281
7286
  input: import("viem").Hex;
7282
7287
  nonce: number;
7283
7288
  r: import("viem").Hex;
7284
7289
  s: import("viem").Hex;
7285
- to: import("viem").Address | null;
7290
+ to: import("abitype").Address | null;
7286
7291
  transactionIndex: number | null;
7287
7292
  typeHex: import("viem").Hex | null;
7288
7293
  v: bigint;
@@ -7303,14 +7308,14 @@ declare const unichain: Readonly<{
7303
7308
  } | {
7304
7309
  blockHash: `0x${string}` | null;
7305
7310
  blockNumber: bigint | null;
7306
- from: import("viem").Address;
7311
+ from: import("abitype").Address;
7307
7312
  gas: bigint;
7308
7313
  hash: import("viem").Hash;
7309
7314
  input: import("viem").Hex;
7310
7315
  nonce: number;
7311
7316
  r: import("viem").Hex;
7312
7317
  s: import("viem").Hex;
7313
- to: import("viem").Address | null;
7318
+ to: import("abitype").Address | null;
7314
7319
  transactionIndex: number | null;
7315
7320
  typeHex: import("viem").Hex | null;
7316
7321
  v: bigint;
@@ -7339,16 +7344,16 @@ declare const unichain: Readonly<{
7339
7344
  blobGasUsed?: bigint | undefined;
7340
7345
  blockHash: import("viem").Hash;
7341
7346
  blockNumber: bigint;
7342
- contractAddress: import("viem").Address | null | undefined;
7347
+ contractAddress: import("abitype").Address | null | undefined;
7343
7348
  cumulativeGasUsed: bigint;
7344
7349
  effectiveGasPrice: bigint;
7345
- from: import("viem").Address;
7350
+ from: import("abitype").Address;
7346
7351
  gasUsed: bigint;
7347
7352
  logs: import("viem").Log<bigint, number, false>[];
7348
7353
  logsBloom: import("viem").Hex;
7349
7354
  root?: `0x${string}` | undefined;
7350
7355
  status: "success" | "reverted";
7351
- to: import("viem").Address | null;
7356
+ to: import("abitype").Address | null;
7352
7357
  transactionHash: import("viem").Hash;
7353
7358
  transactionIndex: number;
7354
7359
  type: import("viem").TransactionType;
@@ -16684,7 +16689,12 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16684
16689
  externalId: {
16685
16690
  tenderly: string;
16686
16691
  };
16687
- markets: {};
16692
+ markets: {
16693
+ icecreamswap: true;
16694
+ zeroex: true;
16695
+ kyberswap: string;
16696
+ openocean: string;
16697
+ };
16688
16698
  bridges: {};
16689
16699
  oracles: {};
16690
16700
  morpho: {};
@@ -16709,7 +16719,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16709
16719
  wethAddress: "0x4200000000000000000000000000000000000006";
16710
16720
  };
16711
16721
  oku: {
16712
- limitOrderRegistry: undefined;
16722
+ limitOrderRegistry: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
16713
16723
  limitOrderRegistryDeployBlock: number;
16714
16724
  pricing: {
16715
16725
  nativeWrappedToken: "0x4200000000000000000000000000000000000006";
@@ -16735,7 +16745,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16735
16745
  nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
16736
16746
  contracts: {
16737
16747
  limitOrder: {
16738
- address: "0x0000000000000000000000000000000000000000";
16748
+ address: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
16739
16749
  };
16740
16750
  nftManager: {
16741
16751
  address: "0x943e6e07a7e8e791dafc44083e54041d743c46e9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.252",
3
+ "version": "1.1.254",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",