@gfxlabs/oku-chains 1.1.282 → 1.1.284

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
@@ -352,6 +352,7 @@
352
352
  externalId: {
353
353
  zerion: "base",
354
354
  debank: "base",
355
+ cowswap: "base",
355
356
  tenderly: "true",
356
357
  },
357
358
  markets: {
@@ -3714,6 +3715,7 @@
3714
3715
  openocean: "polygon",
3715
3716
  zeroex: true,
3716
3717
  icecreamswap: true,
3718
+ cowswap: "polygon",
3717
3719
  },
3718
3720
  bridges: {
3719
3721
  chainlink: {
@@ -4447,6 +4449,9 @@
4447
4449
  },
4448
4450
  markets: {
4449
4451
  openocean: "sei",
4452
+ oneinch: {
4453
+ spender: "0x111111125421ca6dc452d289314280a0f8842a65",
4454
+ },
4450
4455
  },
4451
4456
  morpho: {},
4452
4457
  bridges: {
@@ -4501,6 +4506,10 @@
4501
4506
  },
4502
4507
  ],
4503
4508
  },
4509
+ wormhole: {
4510
+ chain: "Sei",
4511
+ timeToFinalize: 1,
4512
+ },
4504
4513
  },
4505
4514
  oracles: {
4506
4515
  cmc: {
@@ -4648,6 +4657,10 @@
4648
4657
  },
4649
4658
  ],
4650
4659
  },
4660
+ wormhole: {
4661
+ chain: "Sonic",
4662
+ timeToFinalize: 1,
4663
+ },
4651
4664
  },
4652
4665
  oracles: {},
4653
4666
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
@@ -5078,6 +5091,9 @@
5078
5091
  paraswap: {
5079
5092
  routerContract: "0x6A000F20005980200259B80c5102003040001068",
5080
5093
  },
5094
+ oneinch: {
5095
+ spender: "0x111111125421ca6dc452d289314280a0f8842a65",
5096
+ },
5081
5097
  },
5082
5098
  bridges: {
5083
5099
  layerzero: {
@@ -5097,6 +5113,16 @@
5097
5113
  },
5098
5114
  ],
5099
5115
  },
5116
+ chainlink: {
5117
+ atlasNetworkName: "ethereum-mainnet-unichain-1",
5118
+ routerAddress: "0x68891f5F96695ECd7dEdBE2289D1b73426ae7864",
5119
+ chainSelector: 1923510103922296319n,
5120
+ tokenAdminRegistry: "0xAB3Ee2e897cf23c10e76d26aB4674fEFA376bc0d",
5121
+ },
5122
+ wormhole: {
5123
+ chain: "Unichain",
5124
+ timeToFinalize: 1080,
5125
+ },
5100
5126
  },
5101
5127
  oracles: {},
5102
5128
  morpho: {},
@@ -5195,7 +5221,18 @@
5195
5221
  markets: {
5196
5222
  zeroex: true,
5197
5223
  },
5198
- bridges: {},
5224
+ bridges: {
5225
+ chainlink: {
5226
+ atlasNetworkName: "ethereum-mainnet-worldchain-1",
5227
+ routerAddress: "0x5fd9E4986187c56826A3064954Cfa2Cf250cfA0f",
5228
+ chainSelector: 2049429975587534727n,
5229
+ tokenAdminRegistry: "0x02Fe6ab4fb0943F58D9D925d1d2cbA9474997Ed0",
5230
+ },
5231
+ wormhole: {
5232
+ chain: "World Chain",
5233
+ timeToFinalize: 1080,
5234
+ },
5235
+ },
5199
5236
  oracles: {},
5200
5237
  morpho: {
5201
5238
  deployBlock: 9025669,
package/dist/index-mjs.js CHANGED
@@ -349,6 +349,7 @@ const base = makeConfig({
349
349
  externalId: {
350
350
  zerion: "base",
351
351
  debank: "base",
352
+ cowswap: "base",
352
353
  tenderly: "true",
353
354
  },
354
355
  markets: {
@@ -3711,6 +3712,7 @@ const polygon = makeConfig({
3711
3712
  openocean: "polygon",
3712
3713
  zeroex: true,
3713
3714
  icecreamswap: true,
3715
+ cowswap: "polygon",
3714
3716
  },
3715
3717
  bridges: {
3716
3718
  chainlink: {
@@ -4444,6 +4446,9 @@ const sei = makeConfig({
4444
4446
  },
4445
4447
  markets: {
4446
4448
  openocean: "sei",
4449
+ oneinch: {
4450
+ spender: "0x111111125421ca6dc452d289314280a0f8842a65",
4451
+ },
4447
4452
  },
4448
4453
  morpho: {},
4449
4454
  bridges: {
@@ -4498,6 +4503,10 @@ const sei = makeConfig({
4498
4503
  },
4499
4504
  ],
4500
4505
  },
4506
+ wormhole: {
4507
+ chain: "Sei",
4508
+ timeToFinalize: 1,
4509
+ },
4501
4510
  },
4502
4511
  oracles: {
4503
4512
  cmc: {
@@ -4645,6 +4654,10 @@ const sonic = makeConfig({
4645
4654
  },
4646
4655
  ],
4647
4656
  },
4657
+ wormhole: {
4658
+ chain: "Sonic",
4659
+ timeToFinalize: 1,
4660
+ },
4648
4661
  },
4649
4662
  oracles: {},
4650
4663
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
@@ -5075,6 +5088,9 @@ const unichain = makeConfig({
5075
5088
  paraswap: {
5076
5089
  routerContract: "0x6A000F20005980200259B80c5102003040001068",
5077
5090
  },
5091
+ oneinch: {
5092
+ spender: "0x111111125421ca6dc452d289314280a0f8842a65",
5093
+ },
5078
5094
  },
5079
5095
  bridges: {
5080
5096
  layerzero: {
@@ -5094,6 +5110,16 @@ const unichain = makeConfig({
5094
5110
  },
5095
5111
  ],
5096
5112
  },
5113
+ chainlink: {
5114
+ atlasNetworkName: "ethereum-mainnet-unichain-1",
5115
+ routerAddress: "0x68891f5F96695ECd7dEdBE2289D1b73426ae7864",
5116
+ chainSelector: 1923510103922296319n,
5117
+ tokenAdminRegistry: "0xAB3Ee2e897cf23c10e76d26aB4674fEFA376bc0d",
5118
+ },
5119
+ wormhole: {
5120
+ chain: "Unichain",
5121
+ timeToFinalize: 1080,
5122
+ },
5097
5123
  },
5098
5124
  oracles: {},
5099
5125
  morpho: {},
@@ -5192,7 +5218,18 @@ const worldchain = makeConfig({
5192
5218
  markets: {
5193
5219
  zeroex: true,
5194
5220
  },
5195
- bridges: {},
5221
+ bridges: {
5222
+ chainlink: {
5223
+ atlasNetworkName: "ethereum-mainnet-worldchain-1",
5224
+ routerAddress: "0x5fd9E4986187c56826A3064954Cfa2Cf250cfA0f",
5225
+ chainSelector: 2049429975587534727n,
5226
+ tokenAdminRegistry: "0x02Fe6ab4fb0943F58D9D925d1d2cbA9474997Ed0",
5227
+ },
5228
+ wormhole: {
5229
+ chain: "World Chain",
5230
+ timeToFinalize: 1080,
5231
+ },
5232
+ },
5196
5233
  oracles: {},
5197
5234
  morpho: {
5198
5235
  deployBlock: 9025669,
package/dist/index.js CHANGED
@@ -351,6 +351,7 @@ const base = makeConfig({
351
351
  externalId: {
352
352
  zerion: "base",
353
353
  debank: "base",
354
+ cowswap: "base",
354
355
  tenderly: "true",
355
356
  },
356
357
  markets: {
@@ -3713,6 +3714,7 @@ const polygon = makeConfig({
3713
3714
  openocean: "polygon",
3714
3715
  zeroex: true,
3715
3716
  icecreamswap: true,
3717
+ cowswap: "polygon",
3716
3718
  },
3717
3719
  bridges: {
3718
3720
  chainlink: {
@@ -4446,6 +4448,9 @@ const sei = makeConfig({
4446
4448
  },
4447
4449
  markets: {
4448
4450
  openocean: "sei",
4451
+ oneinch: {
4452
+ spender: "0x111111125421ca6dc452d289314280a0f8842a65",
4453
+ },
4449
4454
  },
4450
4455
  morpho: {},
4451
4456
  bridges: {
@@ -4500,6 +4505,10 @@ const sei = makeConfig({
4500
4505
  },
4501
4506
  ],
4502
4507
  },
4508
+ wormhole: {
4509
+ chain: "Sei",
4510
+ timeToFinalize: 1,
4511
+ },
4503
4512
  },
4504
4513
  oracles: {
4505
4514
  cmc: {
@@ -4647,6 +4656,10 @@ const sonic = makeConfig({
4647
4656
  },
4648
4657
  ],
4649
4658
  },
4659
+ wormhole: {
4660
+ chain: "Sonic",
4661
+ timeToFinalize: 1,
4662
+ },
4650
4663
  },
4651
4664
  oracles: {},
4652
4665
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
@@ -5077,6 +5090,9 @@ const unichain = makeConfig({
5077
5090
  paraswap: {
5078
5091
  routerContract: "0x6A000F20005980200259B80c5102003040001068",
5079
5092
  },
5093
+ oneinch: {
5094
+ spender: "0x111111125421ca6dc452d289314280a0f8842a65",
5095
+ },
5080
5096
  },
5081
5097
  bridges: {
5082
5098
  layerzero: {
@@ -5096,6 +5112,16 @@ const unichain = makeConfig({
5096
5112
  },
5097
5113
  ],
5098
5114
  },
5115
+ chainlink: {
5116
+ atlasNetworkName: "ethereum-mainnet-unichain-1",
5117
+ routerAddress: "0x68891f5F96695ECd7dEdBE2289D1b73426ae7864",
5118
+ chainSelector: 1923510103922296319n,
5119
+ tokenAdminRegistry: "0xAB3Ee2e897cf23c10e76d26aB4674fEFA376bc0d",
5120
+ },
5121
+ wormhole: {
5122
+ chain: "Unichain",
5123
+ timeToFinalize: 1080,
5124
+ },
5099
5125
  },
5100
5126
  oracles: {},
5101
5127
  morpho: {},
@@ -5194,7 +5220,18 @@ const worldchain = makeConfig({
5194
5220
  markets: {
5195
5221
  zeroex: true,
5196
5222
  },
5197
- bridges: {},
5223
+ bridges: {
5224
+ chainlink: {
5225
+ atlasNetworkName: "ethereum-mainnet-worldchain-1",
5226
+ routerAddress: "0x5fd9E4986187c56826A3064954Cfa2Cf250cfA0f",
5227
+ chainSelector: 2049429975587534727n,
5228
+ tokenAdminRegistry: "0x02Fe6ab4fb0943F58D9D925d1d2cbA9474997Ed0",
5229
+ },
5230
+ wormhole: {
5231
+ chain: "World Chain",
5232
+ timeToFinalize: 1080,
5233
+ },
5234
+ },
5198
5235
  oracles: {},
5199
5236
  morpho: {
5200
5237
  deployBlock: 9025669,
@@ -219,6 +219,7 @@ declare const base: Readonly<{
219
219
  externalId: {
220
220
  zerion: string;
221
221
  debank: string;
222
+ cowswap: string;
222
223
  tenderly: string;
223
224
  };
224
225
  markets: {
@@ -6066,6 +6067,7 @@ declare const polygon: Readonly<{
6066
6067
  openocean: string;
6067
6068
  zeroex: true;
6068
6069
  icecreamswap: true;
6070
+ cowswap: string;
6069
6071
  };
6070
6072
  bridges: {
6071
6073
  chainlink: {
@@ -6767,6 +6769,9 @@ declare const sei: Readonly<{
6767
6769
  };
6768
6770
  markets: {
6769
6771
  openocean: string;
6772
+ oneinch: {
6773
+ spender: string;
6774
+ };
6770
6775
  };
6771
6776
  morpho: {};
6772
6777
  bridges: {
@@ -6799,6 +6804,10 @@ declare const sei: Readonly<{
6799
6804
  OFTAddress: string;
6800
6805
  }[];
6801
6806
  };
6807
+ wormhole: {
6808
+ chain: string;
6809
+ timeToFinalize: number;
6810
+ };
6802
6811
  };
6803
6812
  oracles: {
6804
6813
  cmc: {
@@ -6959,6 +6968,10 @@ declare const sonic: Readonly<{
6959
6968
  OFTAddress: string;
6960
6969
  }[];
6961
6970
  };
6971
+ wormhole: {
6972
+ chain: string;
6973
+ timeToFinalize: number;
6974
+ };
6962
6975
  };
6963
6976
  oracles: {};
6964
6977
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
@@ -7450,6 +7463,9 @@ declare const unichain: Readonly<{
7450
7463
  paraswap: {
7451
7464
  routerContract: string;
7452
7465
  };
7466
+ oneinch: {
7467
+ spender: string;
7468
+ };
7453
7469
  };
7454
7470
  bridges: {
7455
7471
  layerzero: {
@@ -7461,6 +7477,16 @@ declare const unichain: Readonly<{
7461
7477
  OFTAddress: string;
7462
7478
  }[];
7463
7479
  };
7480
+ chainlink: {
7481
+ atlasNetworkName: string;
7482
+ routerAddress: string;
7483
+ chainSelector: bigint;
7484
+ tokenAdminRegistry: string;
7485
+ };
7486
+ wormhole: {
7487
+ chain: string;
7488
+ timeToFinalize: number;
7489
+ };
7464
7490
  };
7465
7491
  oracles: {};
7466
7492
  morpho: {};
@@ -7838,7 +7864,18 @@ declare const worldchain: Readonly<{
7838
7864
  markets: {
7839
7865
  zeroex: true;
7840
7866
  };
7841
- bridges: {};
7867
+ bridges: {
7868
+ chainlink: {
7869
+ atlasNetworkName: string;
7870
+ routerAddress: string;
7871
+ chainSelector: bigint;
7872
+ tokenAdminRegistry: string;
7873
+ };
7874
+ wormhole: {
7875
+ chain: string;
7876
+ timeToFinalize: number;
7877
+ };
7878
+ };
7842
7879
  oracles: {};
7843
7880
  morpho: {
7844
7881
  deployBlock: number;
@@ -9399,6 +9436,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9399
9436
  externalId: {
9400
9437
  zerion: string;
9401
9438
  debank: string;
9439
+ cowswap: string;
9402
9440
  tenderly: string;
9403
9441
  };
9404
9442
  markets: {
@@ -11502,6 +11540,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11502
11540
  openocean: string;
11503
11541
  zeroex: true;
11504
11542
  icecreamswap: true;
11543
+ cowswap: string;
11505
11544
  };
11506
11545
  bridges: {
11507
11546
  chainlink: {
@@ -13196,6 +13235,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13196
13235
  };
13197
13236
  markets: {
13198
13237
  openocean: string;
13238
+ oneinch: {
13239
+ spender: string;
13240
+ };
13199
13241
  };
13200
13242
  morpho: {};
13201
13243
  bridges: {
@@ -13228,6 +13270,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13228
13270
  OFTAddress: string;
13229
13271
  }[];
13230
13272
  };
13273
+ wormhole: {
13274
+ chain: string;
13275
+ timeToFinalize: number;
13276
+ };
13231
13277
  };
13232
13278
  oracles: {
13233
13279
  cmc: {
@@ -14818,6 +14864,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14818
14864
  OFTAddress: string;
14819
14865
  }[];
14820
14866
  };
14867
+ wormhole: {
14868
+ chain: string;
14869
+ timeToFinalize: number;
14870
+ };
14821
14871
  };
14822
14872
  oracles: {};
14823
14873
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
@@ -16584,7 +16634,18 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16584
16634
  markets: {
16585
16635
  zeroex: true;
16586
16636
  };
16587
- bridges: {};
16637
+ bridges: {
16638
+ chainlink: {
16639
+ atlasNetworkName: string;
16640
+ routerAddress: string;
16641
+ chainSelector: bigint;
16642
+ tokenAdminRegistry: string;
16643
+ };
16644
+ wormhole: {
16645
+ chain: string;
16646
+ timeToFinalize: number;
16647
+ };
16648
+ };
16588
16649
  oracles: {};
16589
16650
  morpho: {
16590
16651
  deployBlock: number;
@@ -17535,6 +17596,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17535
17596
  paraswap: {
17536
17597
  routerContract: string;
17537
17598
  };
17599
+ oneinch: {
17600
+ spender: string;
17601
+ };
17538
17602
  };
17539
17603
  bridges: {
17540
17604
  layerzero: {
@@ -17546,6 +17610,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17546
17610
  OFTAddress: string;
17547
17611
  }[];
17548
17612
  };
17613
+ chainlink: {
17614
+ atlasNetworkName: string;
17615
+ routerAddress: string;
17616
+ chainSelector: bigint;
17617
+ tokenAdminRegistry: string;
17618
+ };
17619
+ wormhole: {
17620
+ chain: string;
17621
+ timeToFinalize: number;
17622
+ };
17549
17623
  };
17550
17624
  oracles: {};
17551
17625
  morpho: {};
@@ -219,6 +219,7 @@ declare const base: Readonly<{
219
219
  externalId: {
220
220
  zerion: string;
221
221
  debank: string;
222
+ cowswap: string;
222
223
  tenderly: string;
223
224
  };
224
225
  markets: {
@@ -6066,6 +6067,7 @@ declare const polygon: Readonly<{
6066
6067
  openocean: string;
6067
6068
  zeroex: true;
6068
6069
  icecreamswap: true;
6070
+ cowswap: string;
6069
6071
  };
6070
6072
  bridges: {
6071
6073
  chainlink: {
@@ -6767,6 +6769,9 @@ declare const sei: Readonly<{
6767
6769
  };
6768
6770
  markets: {
6769
6771
  openocean: string;
6772
+ oneinch: {
6773
+ spender: string;
6774
+ };
6770
6775
  };
6771
6776
  morpho: {};
6772
6777
  bridges: {
@@ -6799,6 +6804,10 @@ declare const sei: Readonly<{
6799
6804
  OFTAddress: string;
6800
6805
  }[];
6801
6806
  };
6807
+ wormhole: {
6808
+ chain: string;
6809
+ timeToFinalize: number;
6810
+ };
6802
6811
  };
6803
6812
  oracles: {
6804
6813
  cmc: {
@@ -6959,6 +6968,10 @@ declare const sonic: Readonly<{
6959
6968
  OFTAddress: string;
6960
6969
  }[];
6961
6970
  };
6971
+ wormhole: {
6972
+ chain: string;
6973
+ timeToFinalize: number;
6974
+ };
6962
6975
  };
6963
6976
  oracles: {};
6964
6977
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
@@ -7450,6 +7463,9 @@ declare const unichain: Readonly<{
7450
7463
  paraswap: {
7451
7464
  routerContract: string;
7452
7465
  };
7466
+ oneinch: {
7467
+ spender: string;
7468
+ };
7453
7469
  };
7454
7470
  bridges: {
7455
7471
  layerzero: {
@@ -7461,6 +7477,16 @@ declare const unichain: Readonly<{
7461
7477
  OFTAddress: string;
7462
7478
  }[];
7463
7479
  };
7480
+ chainlink: {
7481
+ atlasNetworkName: string;
7482
+ routerAddress: string;
7483
+ chainSelector: bigint;
7484
+ tokenAdminRegistry: string;
7485
+ };
7486
+ wormhole: {
7487
+ chain: string;
7488
+ timeToFinalize: number;
7489
+ };
7464
7490
  };
7465
7491
  oracles: {};
7466
7492
  morpho: {};
@@ -7838,7 +7864,18 @@ declare const worldchain: Readonly<{
7838
7864
  markets: {
7839
7865
  zeroex: true;
7840
7866
  };
7841
- bridges: {};
7867
+ bridges: {
7868
+ chainlink: {
7869
+ atlasNetworkName: string;
7870
+ routerAddress: string;
7871
+ chainSelector: bigint;
7872
+ tokenAdminRegistry: string;
7873
+ };
7874
+ wormhole: {
7875
+ chain: string;
7876
+ timeToFinalize: number;
7877
+ };
7878
+ };
7842
7879
  oracles: {};
7843
7880
  morpho: {
7844
7881
  deployBlock: number;
@@ -9399,6 +9436,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9399
9436
  externalId: {
9400
9437
  zerion: string;
9401
9438
  debank: string;
9439
+ cowswap: string;
9402
9440
  tenderly: string;
9403
9441
  };
9404
9442
  markets: {
@@ -11502,6 +11540,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11502
11540
  openocean: string;
11503
11541
  zeroex: true;
11504
11542
  icecreamswap: true;
11543
+ cowswap: string;
11505
11544
  };
11506
11545
  bridges: {
11507
11546
  chainlink: {
@@ -13196,6 +13235,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13196
13235
  };
13197
13236
  markets: {
13198
13237
  openocean: string;
13238
+ oneinch: {
13239
+ spender: string;
13240
+ };
13199
13241
  };
13200
13242
  morpho: {};
13201
13243
  bridges: {
@@ -13228,6 +13270,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13228
13270
  OFTAddress: string;
13229
13271
  }[];
13230
13272
  };
13273
+ wormhole: {
13274
+ chain: string;
13275
+ timeToFinalize: number;
13276
+ };
13231
13277
  };
13232
13278
  oracles: {
13233
13279
  cmc: {
@@ -14818,6 +14864,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14818
14864
  OFTAddress: string;
14819
14865
  }[];
14820
14866
  };
14867
+ wormhole: {
14868
+ chain: string;
14869
+ timeToFinalize: number;
14870
+ };
14821
14871
  };
14822
14872
  oracles: {};
14823
14873
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
@@ -16584,7 +16634,18 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16584
16634
  markets: {
16585
16635
  zeroex: true;
16586
16636
  };
16587
- bridges: {};
16637
+ bridges: {
16638
+ chainlink: {
16639
+ atlasNetworkName: string;
16640
+ routerAddress: string;
16641
+ chainSelector: bigint;
16642
+ tokenAdminRegistry: string;
16643
+ };
16644
+ wormhole: {
16645
+ chain: string;
16646
+ timeToFinalize: number;
16647
+ };
16648
+ };
16588
16649
  oracles: {};
16589
16650
  morpho: {
16590
16651
  deployBlock: number;
@@ -17535,6 +17596,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17535
17596
  paraswap: {
17536
17597
  routerContract: string;
17537
17598
  };
17599
+ oneinch: {
17600
+ spender: string;
17601
+ };
17538
17602
  };
17539
17603
  bridges: {
17540
17604
  layerzero: {
@@ -17546,6 +17610,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17546
17610
  OFTAddress: string;
17547
17611
  }[];
17548
17612
  };
17613
+ chainlink: {
17614
+ atlasNetworkName: string;
17615
+ routerAddress: string;
17616
+ chainSelector: bigint;
17617
+ tokenAdminRegistry: string;
17618
+ };
17619
+ wormhole: {
17620
+ chain: string;
17621
+ timeToFinalize: number;
17622
+ };
17549
17623
  };
17550
17624
  oracles: {};
17551
17625
  morpho: {};
@@ -219,6 +219,7 @@ declare const base: Readonly<{
219
219
  externalId: {
220
220
  zerion: string;
221
221
  debank: string;
222
+ cowswap: string;
222
223
  tenderly: string;
223
224
  };
224
225
  markets: {
@@ -6066,6 +6067,7 @@ declare const polygon: Readonly<{
6066
6067
  openocean: string;
6067
6068
  zeroex: true;
6068
6069
  icecreamswap: true;
6070
+ cowswap: string;
6069
6071
  };
6070
6072
  bridges: {
6071
6073
  chainlink: {
@@ -6767,6 +6769,9 @@ declare const sei: Readonly<{
6767
6769
  };
6768
6770
  markets: {
6769
6771
  openocean: string;
6772
+ oneinch: {
6773
+ spender: string;
6774
+ };
6770
6775
  };
6771
6776
  morpho: {};
6772
6777
  bridges: {
@@ -6799,6 +6804,10 @@ declare const sei: Readonly<{
6799
6804
  OFTAddress: string;
6800
6805
  }[];
6801
6806
  };
6807
+ wormhole: {
6808
+ chain: string;
6809
+ timeToFinalize: number;
6810
+ };
6802
6811
  };
6803
6812
  oracles: {
6804
6813
  cmc: {
@@ -6959,6 +6968,10 @@ declare const sonic: Readonly<{
6959
6968
  OFTAddress: string;
6960
6969
  }[];
6961
6970
  };
6971
+ wormhole: {
6972
+ chain: string;
6973
+ timeToFinalize: number;
6974
+ };
6962
6975
  };
6963
6976
  oracles: {};
6964
6977
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
@@ -7450,6 +7463,9 @@ declare const unichain: Readonly<{
7450
7463
  paraswap: {
7451
7464
  routerContract: string;
7452
7465
  };
7466
+ oneinch: {
7467
+ spender: string;
7468
+ };
7453
7469
  };
7454
7470
  bridges: {
7455
7471
  layerzero: {
@@ -7461,6 +7477,16 @@ declare const unichain: Readonly<{
7461
7477
  OFTAddress: string;
7462
7478
  }[];
7463
7479
  };
7480
+ chainlink: {
7481
+ atlasNetworkName: string;
7482
+ routerAddress: string;
7483
+ chainSelector: bigint;
7484
+ tokenAdminRegistry: string;
7485
+ };
7486
+ wormhole: {
7487
+ chain: string;
7488
+ timeToFinalize: number;
7489
+ };
7464
7490
  };
7465
7491
  oracles: {};
7466
7492
  morpho: {};
@@ -7838,7 +7864,18 @@ declare const worldchain: Readonly<{
7838
7864
  markets: {
7839
7865
  zeroex: true;
7840
7866
  };
7841
- bridges: {};
7867
+ bridges: {
7868
+ chainlink: {
7869
+ atlasNetworkName: string;
7870
+ routerAddress: string;
7871
+ chainSelector: bigint;
7872
+ tokenAdminRegistry: string;
7873
+ };
7874
+ wormhole: {
7875
+ chain: string;
7876
+ timeToFinalize: number;
7877
+ };
7878
+ };
7842
7879
  oracles: {};
7843
7880
  morpho: {
7844
7881
  deployBlock: number;
@@ -9399,6 +9436,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
9399
9436
  externalId: {
9400
9437
  zerion: string;
9401
9438
  debank: string;
9439
+ cowswap: string;
9402
9440
  tenderly: string;
9403
9441
  };
9404
9442
  markets: {
@@ -11502,6 +11540,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
11502
11540
  openocean: string;
11503
11541
  zeroex: true;
11504
11542
  icecreamswap: true;
11543
+ cowswap: string;
11505
11544
  };
11506
11545
  bridges: {
11507
11546
  chainlink: {
@@ -13196,6 +13235,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13196
13235
  };
13197
13236
  markets: {
13198
13237
  openocean: string;
13238
+ oneinch: {
13239
+ spender: string;
13240
+ };
13199
13241
  };
13200
13242
  morpho: {};
13201
13243
  bridges: {
@@ -13228,6 +13270,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
13228
13270
  OFTAddress: string;
13229
13271
  }[];
13230
13272
  };
13273
+ wormhole: {
13274
+ chain: string;
13275
+ timeToFinalize: number;
13276
+ };
13231
13277
  };
13232
13278
  oracles: {
13233
13279
  cmc: {
@@ -14818,6 +14864,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14818
14864
  OFTAddress: string;
14819
14865
  }[];
14820
14866
  };
14867
+ wormhole: {
14868
+ chain: string;
14869
+ timeToFinalize: number;
14870
+ };
14821
14871
  };
14822
14872
  oracles: {};
14823
14873
  initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
@@ -16584,7 +16634,18 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
16584
16634
  markets: {
16585
16635
  zeroex: true;
16586
16636
  };
16587
- bridges: {};
16637
+ bridges: {
16638
+ chainlink: {
16639
+ atlasNetworkName: string;
16640
+ routerAddress: string;
16641
+ chainSelector: bigint;
16642
+ tokenAdminRegistry: string;
16643
+ };
16644
+ wormhole: {
16645
+ chain: string;
16646
+ timeToFinalize: number;
16647
+ };
16648
+ };
16588
16649
  oracles: {};
16589
16650
  morpho: {
16590
16651
  deployBlock: number;
@@ -17535,6 +17596,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17535
17596
  paraswap: {
17536
17597
  routerContract: string;
17537
17598
  };
17599
+ oneinch: {
17600
+ spender: string;
17601
+ };
17538
17602
  };
17539
17603
  bridges: {
17540
17604
  layerzero: {
@@ -17546,6 +17610,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17546
17610
  OFTAddress: string;
17547
17611
  }[];
17548
17612
  };
17613
+ chainlink: {
17614
+ atlasNetworkName: string;
17615
+ routerAddress: string;
17616
+ chainSelector: bigint;
17617
+ tokenAdminRegistry: string;
17618
+ };
17619
+ wormhole: {
17620
+ chain: string;
17621
+ timeToFinalize: number;
17622
+ };
17549
17623
  };
17550
17624
  oracles: {};
17551
17625
  morpho: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.282",
3
+ "version": "1.1.284",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",