@gfxlabs/oku-chains 1.1.250 → 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 CHANGED
@@ -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
@@ -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
@@ -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
  },
@@ -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("abitype").Address;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address | null;
7193
- from: import("abitype").Address;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address | null | undefined;
7342
+ contractAddress: import("viem").Address | null | undefined;
7340
7343
  cumulativeGasUsed: bigint;
7341
7344
  effectiveGasPrice: bigint;
7342
- from: import("abitype").Address;
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("abitype").Address | null;
7351
+ to: import("viem").Address | null;
7349
7352
  transactionHash: import("viem").Hash;
7350
7353
  transactionIndex: number;
7351
7354
  type: import("viem").TransactionType;
@@ -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
  };
@@ -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("abitype").Address;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address | null;
7193
- from: import("abitype").Address;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address | null | undefined;
7342
+ contractAddress: import("viem").Address | null | undefined;
7340
7343
  cumulativeGasUsed: bigint;
7341
7344
  effectiveGasPrice: bigint;
7342
- from: import("abitype").Address;
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("abitype").Address | null;
7351
+ to: import("viem").Address | null;
7349
7352
  transactionHash: import("viem").Hash;
7350
7353
  transactionIndex: number;
7351
7354
  type: import("viem").TransactionType;
@@ -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
  };
@@ -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("abitype").Address;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address | null;
7193
- from: import("abitype").Address;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address;
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("abitype").Address | null;
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("abitype").Address | null | undefined;
7342
+ contractAddress: import("viem").Address | null | undefined;
7340
7343
  cumulativeGasUsed: bigint;
7341
7344
  effectiveGasPrice: bigint;
7342
- from: import("abitype").Address;
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("abitype").Address | null;
7351
+ to: import("viem").Address | null;
7349
7352
  transactionHash: import("viem").Hash;
7350
7353
  transactionIndex: number;
7351
7354
  type: import("viem").TransactionType;
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.250",
3
+ "version": "1.1.251",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",