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