@gfxlabs/oku-chains 1.1.270 → 1.1.272
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 +5569 -5341
- package/dist/index-mjs.js +300 -72
- package/dist/index.js +300 -72
- package/dist/types/browser.d.ts +342 -54
- package/dist/types/index-mjs.d.ts +342 -54
- package/dist/types/index.d.ts +342 -54
- package/package.json +3 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -50,6 +50,15 @@ declare const arbitrum: Readonly<{
|
|
|
50
50
|
address: string;
|
|
51
51
|
})[];
|
|
52
52
|
};
|
|
53
|
+
layerzero: {
|
|
54
|
+
eid: number;
|
|
55
|
+
tokens: {
|
|
56
|
+
id: number;
|
|
57
|
+
symbol: string;
|
|
58
|
+
project: string;
|
|
59
|
+
OFTAddress: string;
|
|
60
|
+
}[];
|
|
61
|
+
};
|
|
53
62
|
wanbridge: {
|
|
54
63
|
requiredConfirmations: number;
|
|
55
64
|
};
|
|
@@ -251,6 +260,15 @@ declare const base: Readonly<{
|
|
|
251
260
|
chain: string;
|
|
252
261
|
timeToFinalize: number;
|
|
253
262
|
};
|
|
263
|
+
layerzero: {
|
|
264
|
+
eid: number;
|
|
265
|
+
tokens: {
|
|
266
|
+
id: number;
|
|
267
|
+
symbol: string;
|
|
268
|
+
project: string;
|
|
269
|
+
OFTAddress: string;
|
|
270
|
+
}[];
|
|
271
|
+
};
|
|
254
272
|
};
|
|
255
273
|
oracles: {
|
|
256
274
|
cmc: {
|
|
@@ -409,7 +427,7 @@ declare const base: Readonly<{
|
|
|
409
427
|
gasUsed: bigint;
|
|
410
428
|
hash: `0x${string}` | null;
|
|
411
429
|
logsBloom: `0x${string}` | null;
|
|
412
|
-
miner: import("
|
|
430
|
+
miner: import("abitype").Address;
|
|
413
431
|
mixHash: import("viem").Hash;
|
|
414
432
|
nonce: `0x${string}` | null;
|
|
415
433
|
number: bigint | null;
|
|
@@ -436,14 +454,14 @@ declare const base: Readonly<{
|
|
|
436
454
|
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
437
455
|
blockHash: `0x${string}` | null;
|
|
438
456
|
blockNumber: bigint | null;
|
|
439
|
-
from: import("
|
|
457
|
+
from: import("abitype").Address;
|
|
440
458
|
gas: bigint;
|
|
441
459
|
hash: import("viem").Hash;
|
|
442
460
|
input: import("viem").Hex;
|
|
443
461
|
nonce: number;
|
|
444
462
|
r: import("viem").Hex;
|
|
445
463
|
s: import("viem").Hex;
|
|
446
|
-
to: import("
|
|
464
|
+
to: import("abitype").Address | null;
|
|
447
465
|
transactionIndex: number | null;
|
|
448
466
|
typeHex: import("viem").Hex | null;
|
|
449
467
|
v: bigint;
|
|
@@ -461,8 +479,8 @@ declare const base: Readonly<{
|
|
|
461
479
|
r: import("viem").Hex;
|
|
462
480
|
s: import("viem").Hex;
|
|
463
481
|
v: bigint;
|
|
464
|
-
to: import("
|
|
465
|
-
from: import("
|
|
482
|
+
to: import("abitype").Address | null;
|
|
483
|
+
from: import("abitype").Address;
|
|
466
484
|
gas: bigint;
|
|
467
485
|
nonce: number;
|
|
468
486
|
value: bigint;
|
|
@@ -488,14 +506,14 @@ declare const base: Readonly<{
|
|
|
488
506
|
} | {
|
|
489
507
|
blockHash: `0x${string}` | null;
|
|
490
508
|
blockNumber: bigint | null;
|
|
491
|
-
from: import("
|
|
509
|
+
from: import("abitype").Address;
|
|
492
510
|
gas: bigint;
|
|
493
511
|
hash: import("viem").Hash;
|
|
494
512
|
input: import("viem").Hex;
|
|
495
513
|
nonce: number;
|
|
496
514
|
r: import("viem").Hex;
|
|
497
515
|
s: import("viem").Hex;
|
|
498
|
-
to: import("
|
|
516
|
+
to: import("abitype").Address | null;
|
|
499
517
|
transactionIndex: number | null;
|
|
500
518
|
typeHex: import("viem").Hex | null;
|
|
501
519
|
v: bigint;
|
|
@@ -516,14 +534,14 @@ declare const base: Readonly<{
|
|
|
516
534
|
} | {
|
|
517
535
|
blockHash: `0x${string}` | null;
|
|
518
536
|
blockNumber: bigint | null;
|
|
519
|
-
from: import("
|
|
537
|
+
from: import("abitype").Address;
|
|
520
538
|
gas: bigint;
|
|
521
539
|
hash: import("viem").Hash;
|
|
522
540
|
input: import("viem").Hex;
|
|
523
541
|
nonce: number;
|
|
524
542
|
r: import("viem").Hex;
|
|
525
543
|
s: import("viem").Hex;
|
|
526
|
-
to: import("
|
|
544
|
+
to: import("abitype").Address | null;
|
|
527
545
|
transactionIndex: number | null;
|
|
528
546
|
typeHex: import("viem").Hex | null;
|
|
529
547
|
v: bigint;
|
|
@@ -544,14 +562,14 @@ declare const base: Readonly<{
|
|
|
544
562
|
} | {
|
|
545
563
|
blockHash: `0x${string}` | null;
|
|
546
564
|
blockNumber: bigint | null;
|
|
547
|
-
from: import("
|
|
565
|
+
from: import("abitype").Address;
|
|
548
566
|
gas: bigint;
|
|
549
567
|
hash: import("viem").Hash;
|
|
550
568
|
input: import("viem").Hex;
|
|
551
569
|
nonce: number;
|
|
552
570
|
r: import("viem").Hex;
|
|
553
571
|
s: import("viem").Hex;
|
|
554
|
-
to: import("
|
|
572
|
+
to: import("abitype").Address | null;
|
|
555
573
|
transactionIndex: number | null;
|
|
556
574
|
typeHex: import("viem").Hex | null;
|
|
557
575
|
v: bigint;
|
|
@@ -572,14 +590,14 @@ declare const base: Readonly<{
|
|
|
572
590
|
} | {
|
|
573
591
|
blockHash: `0x${string}` | null;
|
|
574
592
|
blockNumber: bigint | null;
|
|
575
|
-
from: import("
|
|
593
|
+
from: import("abitype").Address;
|
|
576
594
|
gas: bigint;
|
|
577
595
|
hash: import("viem").Hash;
|
|
578
596
|
input: import("viem").Hex;
|
|
579
597
|
nonce: number;
|
|
580
598
|
r: import("viem").Hex;
|
|
581
599
|
s: import("viem").Hex;
|
|
582
|
-
to: import("
|
|
600
|
+
to: import("abitype").Address | null;
|
|
583
601
|
transactionIndex: number | null;
|
|
584
602
|
typeHex: import("viem").Hex | null;
|
|
585
603
|
v: bigint;
|
|
@@ -608,16 +626,16 @@ declare const base: Readonly<{
|
|
|
608
626
|
blobGasUsed?: bigint | undefined;
|
|
609
627
|
blockHash: import("viem").Hash;
|
|
610
628
|
blockNumber: bigint;
|
|
611
|
-
contractAddress: import("
|
|
629
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
612
630
|
cumulativeGasUsed: bigint;
|
|
613
631
|
effectiveGasPrice: bigint;
|
|
614
|
-
from: import("
|
|
632
|
+
from: import("abitype").Address;
|
|
615
633
|
gasUsed: bigint;
|
|
616
634
|
logs: import("viem").Log<bigint, number, false>[];
|
|
617
635
|
logsBloom: import("viem").Hex;
|
|
618
636
|
root?: `0x${string}` | undefined;
|
|
619
637
|
status: "success" | "reverted";
|
|
620
|
-
to: import("
|
|
638
|
+
to: import("abitype").Address | null;
|
|
621
639
|
transactionHash: import("viem").Hash;
|
|
622
640
|
transactionIndex: number;
|
|
623
641
|
type: import("viem").TransactionType;
|
|
@@ -794,7 +812,7 @@ declare const blast: Readonly<{
|
|
|
794
812
|
gasUsed: bigint;
|
|
795
813
|
hash: `0x${string}` | null;
|
|
796
814
|
logsBloom: `0x${string}` | null;
|
|
797
|
-
miner: import("
|
|
815
|
+
miner: import("abitype").Address;
|
|
798
816
|
mixHash: import("viem").Hash;
|
|
799
817
|
nonce: `0x${string}` | null;
|
|
800
818
|
number: bigint | null;
|
|
@@ -821,14 +839,14 @@ declare const blast: Readonly<{
|
|
|
821
839
|
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
822
840
|
blockHash: `0x${string}` | null;
|
|
823
841
|
blockNumber: bigint | null;
|
|
824
|
-
from: import("
|
|
842
|
+
from: import("abitype").Address;
|
|
825
843
|
gas: bigint;
|
|
826
844
|
hash: import("viem").Hash;
|
|
827
845
|
input: import("viem").Hex;
|
|
828
846
|
nonce: number;
|
|
829
847
|
r: import("viem").Hex;
|
|
830
848
|
s: import("viem").Hex;
|
|
831
|
-
to: import("
|
|
849
|
+
to: import("abitype").Address | null;
|
|
832
850
|
transactionIndex: number | null;
|
|
833
851
|
typeHex: import("viem").Hex | null;
|
|
834
852
|
v: bigint;
|
|
@@ -846,8 +864,8 @@ declare const blast: Readonly<{
|
|
|
846
864
|
r: import("viem").Hex;
|
|
847
865
|
s: import("viem").Hex;
|
|
848
866
|
v: bigint;
|
|
849
|
-
to: import("
|
|
850
|
-
from: import("
|
|
867
|
+
to: import("abitype").Address | null;
|
|
868
|
+
from: import("abitype").Address;
|
|
851
869
|
gas: bigint;
|
|
852
870
|
nonce: number;
|
|
853
871
|
value: bigint;
|
|
@@ -873,14 +891,14 @@ declare const blast: Readonly<{
|
|
|
873
891
|
} | {
|
|
874
892
|
blockHash: `0x${string}` | null;
|
|
875
893
|
blockNumber: bigint | null;
|
|
876
|
-
from: import("
|
|
894
|
+
from: import("abitype").Address;
|
|
877
895
|
gas: bigint;
|
|
878
896
|
hash: import("viem").Hash;
|
|
879
897
|
input: import("viem").Hex;
|
|
880
898
|
nonce: number;
|
|
881
899
|
r: import("viem").Hex;
|
|
882
900
|
s: import("viem").Hex;
|
|
883
|
-
to: import("
|
|
901
|
+
to: import("abitype").Address | null;
|
|
884
902
|
transactionIndex: number | null;
|
|
885
903
|
typeHex: import("viem").Hex | null;
|
|
886
904
|
v: bigint;
|
|
@@ -901,14 +919,14 @@ declare const blast: Readonly<{
|
|
|
901
919
|
} | {
|
|
902
920
|
blockHash: `0x${string}` | null;
|
|
903
921
|
blockNumber: bigint | null;
|
|
904
|
-
from: import("
|
|
922
|
+
from: import("abitype").Address;
|
|
905
923
|
gas: bigint;
|
|
906
924
|
hash: import("viem").Hash;
|
|
907
925
|
input: import("viem").Hex;
|
|
908
926
|
nonce: number;
|
|
909
927
|
r: import("viem").Hex;
|
|
910
928
|
s: import("viem").Hex;
|
|
911
|
-
to: import("
|
|
929
|
+
to: import("abitype").Address | null;
|
|
912
930
|
transactionIndex: number | null;
|
|
913
931
|
typeHex: import("viem").Hex | null;
|
|
914
932
|
v: bigint;
|
|
@@ -929,14 +947,14 @@ declare const blast: Readonly<{
|
|
|
929
947
|
} | {
|
|
930
948
|
blockHash: `0x${string}` | null;
|
|
931
949
|
blockNumber: bigint | null;
|
|
932
|
-
from: import("
|
|
950
|
+
from: import("abitype").Address;
|
|
933
951
|
gas: bigint;
|
|
934
952
|
hash: import("viem").Hash;
|
|
935
953
|
input: import("viem").Hex;
|
|
936
954
|
nonce: number;
|
|
937
955
|
r: import("viem").Hex;
|
|
938
956
|
s: import("viem").Hex;
|
|
939
|
-
to: import("
|
|
957
|
+
to: import("abitype").Address | null;
|
|
940
958
|
transactionIndex: number | null;
|
|
941
959
|
typeHex: import("viem").Hex | null;
|
|
942
960
|
v: bigint;
|
|
@@ -957,14 +975,14 @@ declare const blast: Readonly<{
|
|
|
957
975
|
} | {
|
|
958
976
|
blockHash: `0x${string}` | null;
|
|
959
977
|
blockNumber: bigint | null;
|
|
960
|
-
from: import("
|
|
978
|
+
from: import("abitype").Address;
|
|
961
979
|
gas: bigint;
|
|
962
980
|
hash: import("viem").Hash;
|
|
963
981
|
input: import("viem").Hex;
|
|
964
982
|
nonce: number;
|
|
965
983
|
r: import("viem").Hex;
|
|
966
984
|
s: import("viem").Hex;
|
|
967
|
-
to: import("
|
|
985
|
+
to: import("abitype").Address | null;
|
|
968
986
|
transactionIndex: number | null;
|
|
969
987
|
typeHex: import("viem").Hex | null;
|
|
970
988
|
v: bigint;
|
|
@@ -993,16 +1011,16 @@ declare const blast: Readonly<{
|
|
|
993
1011
|
blobGasUsed?: bigint | undefined;
|
|
994
1012
|
blockHash: import("viem").Hash;
|
|
995
1013
|
blockNumber: bigint;
|
|
996
|
-
contractAddress: import("
|
|
1014
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
997
1015
|
cumulativeGasUsed: bigint;
|
|
998
1016
|
effectiveGasPrice: bigint;
|
|
999
|
-
from: import("
|
|
1017
|
+
from: import("abitype").Address;
|
|
1000
1018
|
gasUsed: bigint;
|
|
1001
1019
|
logs: import("viem").Log<bigint, number, false>[];
|
|
1002
1020
|
logsBloom: import("viem").Hex;
|
|
1003
1021
|
root?: `0x${string}` | undefined;
|
|
1004
1022
|
status: "success" | "reverted";
|
|
1005
|
-
to: import("
|
|
1023
|
+
to: import("abitype").Address | null;
|
|
1006
1024
|
transactionHash: import("viem").Hash;
|
|
1007
1025
|
transactionIndex: number;
|
|
1008
1026
|
type: import("viem").TransactionType;
|
|
@@ -1609,6 +1627,15 @@ declare const bsc: Readonly<{
|
|
|
1609
1627
|
chain: string;
|
|
1610
1628
|
timeToFinalize: number;
|
|
1611
1629
|
};
|
|
1630
|
+
layerzero: {
|
|
1631
|
+
eid: number;
|
|
1632
|
+
tokens: {
|
|
1633
|
+
id: number;
|
|
1634
|
+
symbol: string;
|
|
1635
|
+
project: string;
|
|
1636
|
+
OFTAddress: string;
|
|
1637
|
+
}[];
|
|
1638
|
+
};
|
|
1612
1639
|
};
|
|
1613
1640
|
oracles: {
|
|
1614
1641
|
cmc: {
|
|
@@ -1739,6 +1766,15 @@ declare const celo: Readonly<{
|
|
|
1739
1766
|
chain: string;
|
|
1740
1767
|
timeToFinalize: number;
|
|
1741
1768
|
};
|
|
1769
|
+
layerzero: {
|
|
1770
|
+
eid: number;
|
|
1771
|
+
tokens: {
|
|
1772
|
+
id: number;
|
|
1773
|
+
symbol: string;
|
|
1774
|
+
project: string;
|
|
1775
|
+
OFTAddress: string;
|
|
1776
|
+
}[];
|
|
1777
|
+
};
|
|
1742
1778
|
};
|
|
1743
1779
|
morpho: {};
|
|
1744
1780
|
oracles: {
|
|
@@ -2677,6 +2713,16 @@ declare const corn: Readonly<{
|
|
|
2677
2713
|
chainSelector: bigint;
|
|
2678
2714
|
tokenAdminRegistry: string;
|
|
2679
2715
|
};
|
|
2716
|
+
layerzero: {
|
|
2717
|
+
eid: number;
|
|
2718
|
+
tokens: {
|
|
2719
|
+
id: number;
|
|
2720
|
+
symbol: string;
|
|
2721
|
+
project: string;
|
|
2722
|
+
OFTAddress: string;
|
|
2723
|
+
address: string;
|
|
2724
|
+
}[];
|
|
2725
|
+
};
|
|
2680
2726
|
};
|
|
2681
2727
|
oracles: {};
|
|
2682
2728
|
morpho: {
|
|
@@ -2725,7 +2771,7 @@ declare const corn: Readonly<{
|
|
|
2725
2771
|
symbol: string;
|
|
2726
2772
|
address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
2727
2773
|
})[];
|
|
2728
|
-
stables: ("
|
|
2774
|
+
stables: ("0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb" | "0xDF0B24095e15044538866576754F3C964e902Ee6")[];
|
|
2729
2775
|
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3" | "0x255f0b304f701a0530f5dc1739a3d1469e21dd5f")[];
|
|
2730
2776
|
internalName: "corn";
|
|
2731
2777
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
|
|
@@ -3082,6 +3128,15 @@ declare const gnosis: Readonly<{
|
|
|
3082
3128
|
address: string;
|
|
3083
3129
|
}[];
|
|
3084
3130
|
};
|
|
3131
|
+
layerzero: {
|
|
3132
|
+
eid: number;
|
|
3133
|
+
tokens: {
|
|
3134
|
+
id: number;
|
|
3135
|
+
symbol: string;
|
|
3136
|
+
project: string;
|
|
3137
|
+
OFTAddress: string;
|
|
3138
|
+
}[];
|
|
3139
|
+
};
|
|
3085
3140
|
};
|
|
3086
3141
|
oracles: {
|
|
3087
3142
|
cmc: {
|
|
@@ -3320,7 +3375,9 @@ declare const hemi: Readonly<{
|
|
|
3320
3375
|
safeReorgDistance: 90000;
|
|
3321
3376
|
blockAid: "";
|
|
3322
3377
|
externalId: {};
|
|
3323
|
-
markets: {
|
|
3378
|
+
markets: {
|
|
3379
|
+
icecreamswap: true;
|
|
3380
|
+
};
|
|
3324
3381
|
bridges: {
|
|
3325
3382
|
stargate: {
|
|
3326
3383
|
endpointID: number;
|
|
@@ -3714,6 +3771,15 @@ declare const linea: Readonly<{
|
|
|
3714
3771
|
chain: string;
|
|
3715
3772
|
timeToFinalize: number;
|
|
3716
3773
|
};
|
|
3774
|
+
layerzero: {
|
|
3775
|
+
eid: number;
|
|
3776
|
+
tokens: {
|
|
3777
|
+
id: number;
|
|
3778
|
+
symbol: string;
|
|
3779
|
+
project: string;
|
|
3780
|
+
OFTAddress: string;
|
|
3781
|
+
}[];
|
|
3782
|
+
};
|
|
3717
3783
|
};
|
|
3718
3784
|
oracles: {
|
|
3719
3785
|
cmc: {
|
|
@@ -4280,6 +4346,15 @@ declare const mainnet: Readonly<{
|
|
|
4280
4346
|
chain: string;
|
|
4281
4347
|
timeToFinalize: number;
|
|
4282
4348
|
};
|
|
4349
|
+
layerzero: {
|
|
4350
|
+
eid: number;
|
|
4351
|
+
tokens: {
|
|
4352
|
+
id: number;
|
|
4353
|
+
symbol: string;
|
|
4354
|
+
project: string;
|
|
4355
|
+
OFTAddress: string;
|
|
4356
|
+
}[];
|
|
4357
|
+
};
|
|
4283
4358
|
};
|
|
4284
4359
|
oracles: {
|
|
4285
4360
|
cmc: {
|
|
@@ -5176,6 +5251,15 @@ declare const moonbeam: Readonly<{
|
|
|
5176
5251
|
chain: string;
|
|
5177
5252
|
timeToFinalize: number;
|
|
5178
5253
|
};
|
|
5254
|
+
layerzero: {
|
|
5255
|
+
eid: number;
|
|
5256
|
+
tokens: {
|
|
5257
|
+
id: number;
|
|
5258
|
+
symbol: string;
|
|
5259
|
+
project: string;
|
|
5260
|
+
OFTAddress: string;
|
|
5261
|
+
}[];
|
|
5262
|
+
};
|
|
5179
5263
|
};
|
|
5180
5264
|
oracles: {
|
|
5181
5265
|
cmc: {
|
|
@@ -5446,6 +5530,15 @@ declare const optimism: Readonly<{
|
|
|
5446
5530
|
chain: string;
|
|
5447
5531
|
timeToFinalize: number;
|
|
5448
5532
|
};
|
|
5533
|
+
layerzero: {
|
|
5534
|
+
eid: number;
|
|
5535
|
+
tokens: {
|
|
5536
|
+
id: number;
|
|
5537
|
+
symbol: string;
|
|
5538
|
+
project: string;
|
|
5539
|
+
OFTAddress: string;
|
|
5540
|
+
}[];
|
|
5541
|
+
};
|
|
5449
5542
|
};
|
|
5450
5543
|
oracles: {
|
|
5451
5544
|
cmc: {
|
|
@@ -5623,7 +5716,7 @@ declare const optimism: Readonly<{
|
|
|
5623
5716
|
gasUsed: bigint;
|
|
5624
5717
|
hash: `0x${string}` | null;
|
|
5625
5718
|
logsBloom: `0x${string}` | null;
|
|
5626
|
-
miner: import("
|
|
5719
|
+
miner: import("abitype").Address;
|
|
5627
5720
|
mixHash: import("viem").Hash;
|
|
5628
5721
|
nonce: `0x${string}` | null;
|
|
5629
5722
|
number: bigint | null;
|
|
@@ -5650,14 +5743,14 @@ declare const optimism: Readonly<{
|
|
|
5650
5743
|
format: (args: import("viem/chains").OpStackRpcTransaction) => ({
|
|
5651
5744
|
blockHash: `0x${string}` | null;
|
|
5652
5745
|
blockNumber: bigint | null;
|
|
5653
|
-
from: import("
|
|
5746
|
+
from: import("abitype").Address;
|
|
5654
5747
|
gas: bigint;
|
|
5655
5748
|
hash: import("viem").Hash;
|
|
5656
5749
|
input: import("viem").Hex;
|
|
5657
5750
|
nonce: number;
|
|
5658
5751
|
r: import("viem").Hex;
|
|
5659
5752
|
s: import("viem").Hex;
|
|
5660
|
-
to: import("
|
|
5753
|
+
to: import("abitype").Address | null;
|
|
5661
5754
|
transactionIndex: number | null;
|
|
5662
5755
|
typeHex: import("viem").Hex | null;
|
|
5663
5756
|
v: bigint;
|
|
@@ -5675,8 +5768,8 @@ declare const optimism: Readonly<{
|
|
|
5675
5768
|
r: import("viem").Hex;
|
|
5676
5769
|
s: import("viem").Hex;
|
|
5677
5770
|
v: bigint;
|
|
5678
|
-
to: import("
|
|
5679
|
-
from: import("
|
|
5771
|
+
to: import("abitype").Address | null;
|
|
5772
|
+
from: import("abitype").Address;
|
|
5680
5773
|
gas: bigint;
|
|
5681
5774
|
nonce: number;
|
|
5682
5775
|
value: bigint;
|
|
@@ -5702,14 +5795,14 @@ declare const optimism: Readonly<{
|
|
|
5702
5795
|
} | {
|
|
5703
5796
|
blockHash: `0x${string}` | null;
|
|
5704
5797
|
blockNumber: bigint | null;
|
|
5705
|
-
from: import("
|
|
5798
|
+
from: import("abitype").Address;
|
|
5706
5799
|
gas: bigint;
|
|
5707
5800
|
hash: import("viem").Hash;
|
|
5708
5801
|
input: import("viem").Hex;
|
|
5709
5802
|
nonce: number;
|
|
5710
5803
|
r: import("viem").Hex;
|
|
5711
5804
|
s: import("viem").Hex;
|
|
5712
|
-
to: import("
|
|
5805
|
+
to: import("abitype").Address | null;
|
|
5713
5806
|
transactionIndex: number | null;
|
|
5714
5807
|
typeHex: import("viem").Hex | null;
|
|
5715
5808
|
v: bigint;
|
|
@@ -5730,14 +5823,14 @@ declare const optimism: Readonly<{
|
|
|
5730
5823
|
} | {
|
|
5731
5824
|
blockHash: `0x${string}` | null;
|
|
5732
5825
|
blockNumber: bigint | null;
|
|
5733
|
-
from: import("
|
|
5826
|
+
from: import("abitype").Address;
|
|
5734
5827
|
gas: bigint;
|
|
5735
5828
|
hash: import("viem").Hash;
|
|
5736
5829
|
input: import("viem").Hex;
|
|
5737
5830
|
nonce: number;
|
|
5738
5831
|
r: import("viem").Hex;
|
|
5739
5832
|
s: import("viem").Hex;
|
|
5740
|
-
to: import("
|
|
5833
|
+
to: import("abitype").Address | null;
|
|
5741
5834
|
transactionIndex: number | null;
|
|
5742
5835
|
typeHex: import("viem").Hex | null;
|
|
5743
5836
|
v: bigint;
|
|
@@ -5758,14 +5851,14 @@ declare const optimism: Readonly<{
|
|
|
5758
5851
|
} | {
|
|
5759
5852
|
blockHash: `0x${string}` | null;
|
|
5760
5853
|
blockNumber: bigint | null;
|
|
5761
|
-
from: import("
|
|
5854
|
+
from: import("abitype").Address;
|
|
5762
5855
|
gas: bigint;
|
|
5763
5856
|
hash: import("viem").Hash;
|
|
5764
5857
|
input: import("viem").Hex;
|
|
5765
5858
|
nonce: number;
|
|
5766
5859
|
r: import("viem").Hex;
|
|
5767
5860
|
s: import("viem").Hex;
|
|
5768
|
-
to: import("
|
|
5861
|
+
to: import("abitype").Address | null;
|
|
5769
5862
|
transactionIndex: number | null;
|
|
5770
5863
|
typeHex: import("viem").Hex | null;
|
|
5771
5864
|
v: bigint;
|
|
@@ -5786,14 +5879,14 @@ declare const optimism: Readonly<{
|
|
|
5786
5879
|
} | {
|
|
5787
5880
|
blockHash: `0x${string}` | null;
|
|
5788
5881
|
blockNumber: bigint | null;
|
|
5789
|
-
from: import("
|
|
5882
|
+
from: import("abitype").Address;
|
|
5790
5883
|
gas: bigint;
|
|
5791
5884
|
hash: import("viem").Hash;
|
|
5792
5885
|
input: import("viem").Hex;
|
|
5793
5886
|
nonce: number;
|
|
5794
5887
|
r: import("viem").Hex;
|
|
5795
5888
|
s: import("viem").Hex;
|
|
5796
|
-
to: import("
|
|
5889
|
+
to: import("abitype").Address | null;
|
|
5797
5890
|
transactionIndex: number | null;
|
|
5798
5891
|
typeHex: import("viem").Hex | null;
|
|
5799
5892
|
v: bigint;
|
|
@@ -5822,16 +5915,16 @@ declare const optimism: Readonly<{
|
|
|
5822
5915
|
blobGasUsed?: bigint | undefined;
|
|
5823
5916
|
blockHash: import("viem").Hash;
|
|
5824
5917
|
blockNumber: bigint;
|
|
5825
|
-
contractAddress: import("
|
|
5918
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
5826
5919
|
cumulativeGasUsed: bigint;
|
|
5827
5920
|
effectiveGasPrice: bigint;
|
|
5828
|
-
from: import("
|
|
5921
|
+
from: import("abitype").Address;
|
|
5829
5922
|
gasUsed: bigint;
|
|
5830
5923
|
logs: import("viem").Log<bigint, number, false>[];
|
|
5831
5924
|
logsBloom: import("viem").Hex;
|
|
5832
5925
|
root?: `0x${string}` | undefined;
|
|
5833
5926
|
status: "success" | "reverted";
|
|
5834
|
-
to: import("
|
|
5927
|
+
to: import("abitype").Address | null;
|
|
5835
5928
|
transactionHash: import("viem").Hash;
|
|
5836
5929
|
transactionIndex: number;
|
|
5837
5930
|
type: import("viem").TransactionType;
|
|
@@ -5899,6 +5992,15 @@ declare const polygon: Readonly<{
|
|
|
5899
5992
|
chain: string;
|
|
5900
5993
|
timeToFinalize: number;
|
|
5901
5994
|
};
|
|
5995
|
+
layerzero: {
|
|
5996
|
+
eid: number;
|
|
5997
|
+
tokens: {
|
|
5998
|
+
id: number;
|
|
5999
|
+
symbol: string;
|
|
6000
|
+
project: string;
|
|
6001
|
+
OFTAddress: string;
|
|
6002
|
+
}[];
|
|
6003
|
+
};
|
|
5902
6004
|
};
|
|
5903
6005
|
oracles: {
|
|
5904
6006
|
cmc: {
|
|
@@ -6575,6 +6677,15 @@ declare const sei: Readonly<{
|
|
|
6575
6677
|
address: string;
|
|
6576
6678
|
})[];
|
|
6577
6679
|
};
|
|
6680
|
+
layerzero: {
|
|
6681
|
+
eid: number;
|
|
6682
|
+
tokens: {
|
|
6683
|
+
id: number;
|
|
6684
|
+
symbol: string;
|
|
6685
|
+
project: string;
|
|
6686
|
+
OFTAddress: string;
|
|
6687
|
+
}[];
|
|
6688
|
+
};
|
|
6578
6689
|
};
|
|
6579
6690
|
oracles: {
|
|
6580
6691
|
cmc: {
|
|
@@ -6720,6 +6831,15 @@ declare const sonic: Readonly<{
|
|
|
6720
6831
|
address: string;
|
|
6721
6832
|
}[];
|
|
6722
6833
|
};
|
|
6834
|
+
layerzero: {
|
|
6835
|
+
eid: number;
|
|
6836
|
+
tokens: {
|
|
6837
|
+
id: number;
|
|
6838
|
+
symbol: string;
|
|
6839
|
+
project: string;
|
|
6840
|
+
OFTAddress: string;
|
|
6841
|
+
}[];
|
|
6842
|
+
};
|
|
6723
6843
|
};
|
|
6724
6844
|
oracles: {};
|
|
6725
6845
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -6840,6 +6960,15 @@ declare const taiko: Readonly<{
|
|
|
6840
6960
|
address: string;
|
|
6841
6961
|
}[];
|
|
6842
6962
|
};
|
|
6963
|
+
layerzero: {
|
|
6964
|
+
eid: number;
|
|
6965
|
+
tokens: {
|
|
6966
|
+
id: number;
|
|
6967
|
+
symbol: string;
|
|
6968
|
+
project: string;
|
|
6969
|
+
OFTAddress: string;
|
|
6970
|
+
}[];
|
|
6971
|
+
};
|
|
6843
6972
|
};
|
|
6844
6973
|
oracles: {
|
|
6845
6974
|
coingecko: {
|
|
@@ -7183,7 +7312,17 @@ declare const unichain: Readonly<{
|
|
|
7183
7312
|
routerContract: string;
|
|
7184
7313
|
};
|
|
7185
7314
|
};
|
|
7186
|
-
bridges: {
|
|
7315
|
+
bridges: {
|
|
7316
|
+
layerzero: {
|
|
7317
|
+
eid: number;
|
|
7318
|
+
tokens: {
|
|
7319
|
+
id: number;
|
|
7320
|
+
symbol: string;
|
|
7321
|
+
project: string;
|
|
7322
|
+
OFTAddress: string;
|
|
7323
|
+
}[];
|
|
7324
|
+
};
|
|
7325
|
+
};
|
|
7187
7326
|
oracles: {};
|
|
7188
7327
|
morpho: {};
|
|
7189
7328
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -8814,6 +8953,16 @@ interface Bridges {
|
|
|
8814
8953
|
address: string; // address of the stargate contract
|
|
8815
8954
|
}[];
|
|
8816
8955
|
};
|
|
8956
|
+
layerzero?: {
|
|
8957
|
+
eid: number;
|
|
8958
|
+
tokens: {
|
|
8959
|
+
id: number; // for internal use
|
|
8960
|
+
symbol?: string;
|
|
8961
|
+
OFTAddress: string; // addr of oft contract for that token. sometimes these 2 are the same
|
|
8962
|
+
address?: string; // addr of underlying token
|
|
8963
|
+
project?: string;
|
|
8964
|
+
}[];
|
|
8965
|
+
};
|
|
8817
8966
|
}
|
|
8818
8967
|
interface Oracles {
|
|
8819
8968
|
cmc?: {
|
|
@@ -8925,6 +9074,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8925
9074
|
address: string;
|
|
8926
9075
|
})[];
|
|
8927
9076
|
};
|
|
9077
|
+
layerzero: {
|
|
9078
|
+
eid: number;
|
|
9079
|
+
tokens: {
|
|
9080
|
+
id: number;
|
|
9081
|
+
symbol: string;
|
|
9082
|
+
project: string;
|
|
9083
|
+
OFTAddress: string;
|
|
9084
|
+
}[];
|
|
9085
|
+
};
|
|
8928
9086
|
wanbridge: {
|
|
8929
9087
|
requiredConfirmations: number;
|
|
8930
9088
|
};
|
|
@@ -9121,6 +9279,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9121
9279
|
chain: string;
|
|
9122
9280
|
timeToFinalize: number;
|
|
9123
9281
|
};
|
|
9282
|
+
layerzero: {
|
|
9283
|
+
eid: number;
|
|
9284
|
+
tokens: {
|
|
9285
|
+
id: number;
|
|
9286
|
+
symbol: string;
|
|
9287
|
+
project: string;
|
|
9288
|
+
OFTAddress: string;
|
|
9289
|
+
}[];
|
|
9290
|
+
};
|
|
9124
9291
|
};
|
|
9125
9292
|
oracles: {
|
|
9126
9293
|
cmc: {
|
|
@@ -10061,6 +10228,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10061
10228
|
chain: string;
|
|
10062
10229
|
timeToFinalize: number;
|
|
10063
10230
|
};
|
|
10231
|
+
layerzero: {
|
|
10232
|
+
eid: number;
|
|
10233
|
+
tokens: {
|
|
10234
|
+
id: number;
|
|
10235
|
+
symbol: string;
|
|
10236
|
+
project: string;
|
|
10237
|
+
OFTAddress: string;
|
|
10238
|
+
}[];
|
|
10239
|
+
};
|
|
10064
10240
|
};
|
|
10065
10241
|
oracles: {
|
|
10066
10242
|
cmc: {
|
|
@@ -10365,6 +10541,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10365
10541
|
chain: string;
|
|
10366
10542
|
timeToFinalize: number;
|
|
10367
10543
|
};
|
|
10544
|
+
layerzero: {
|
|
10545
|
+
eid: number;
|
|
10546
|
+
tokens: {
|
|
10547
|
+
id: number;
|
|
10548
|
+
symbol: string;
|
|
10549
|
+
project: string;
|
|
10550
|
+
OFTAddress: string;
|
|
10551
|
+
}[];
|
|
10552
|
+
};
|
|
10368
10553
|
};
|
|
10369
10554
|
oracles: {
|
|
10370
10555
|
cmc: {
|
|
@@ -10513,6 +10698,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10513
10698
|
chain: string;
|
|
10514
10699
|
timeToFinalize: number;
|
|
10515
10700
|
};
|
|
10701
|
+
layerzero: {
|
|
10702
|
+
eid: number;
|
|
10703
|
+
tokens: {
|
|
10704
|
+
id: number;
|
|
10705
|
+
symbol: string;
|
|
10706
|
+
project: string;
|
|
10707
|
+
OFTAddress: string;
|
|
10708
|
+
}[];
|
|
10709
|
+
};
|
|
10516
10710
|
};
|
|
10517
10711
|
oracles: {
|
|
10518
10712
|
cmc: {
|
|
@@ -10667,6 +10861,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10667
10861
|
chain: string;
|
|
10668
10862
|
timeToFinalize: number;
|
|
10669
10863
|
};
|
|
10864
|
+
layerzero: {
|
|
10865
|
+
eid: number;
|
|
10866
|
+
tokens: {
|
|
10867
|
+
id: number;
|
|
10868
|
+
symbol: string;
|
|
10869
|
+
project: string;
|
|
10870
|
+
OFTAddress: string;
|
|
10871
|
+
}[];
|
|
10872
|
+
};
|
|
10670
10873
|
};
|
|
10671
10874
|
oracles: {
|
|
10672
10875
|
cmc: {
|
|
@@ -11114,6 +11317,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11114
11317
|
chain: string;
|
|
11115
11318
|
timeToFinalize: number;
|
|
11116
11319
|
};
|
|
11320
|
+
layerzero: {
|
|
11321
|
+
eid: number;
|
|
11322
|
+
tokens: {
|
|
11323
|
+
id: number;
|
|
11324
|
+
symbol: string;
|
|
11325
|
+
project: string;
|
|
11326
|
+
OFTAddress: string;
|
|
11327
|
+
}[];
|
|
11328
|
+
};
|
|
11117
11329
|
};
|
|
11118
11330
|
oracles: {
|
|
11119
11331
|
cmc: {
|
|
@@ -12337,6 +12549,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12337
12549
|
chain: string;
|
|
12338
12550
|
timeToFinalize: number;
|
|
12339
12551
|
};
|
|
12552
|
+
layerzero: {
|
|
12553
|
+
eid: number;
|
|
12554
|
+
tokens: {
|
|
12555
|
+
id: number;
|
|
12556
|
+
symbol: string;
|
|
12557
|
+
project: string;
|
|
12558
|
+
OFTAddress: string;
|
|
12559
|
+
}[];
|
|
12560
|
+
};
|
|
12340
12561
|
};
|
|
12341
12562
|
oracles: {
|
|
12342
12563
|
cmc: {
|
|
@@ -12473,6 +12694,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12473
12694
|
address: string;
|
|
12474
12695
|
}[];
|
|
12475
12696
|
};
|
|
12697
|
+
layerzero: {
|
|
12698
|
+
eid: number;
|
|
12699
|
+
tokens: {
|
|
12700
|
+
id: number;
|
|
12701
|
+
symbol: string;
|
|
12702
|
+
project: string;
|
|
12703
|
+
OFTAddress: string;
|
|
12704
|
+
}[];
|
|
12705
|
+
};
|
|
12476
12706
|
};
|
|
12477
12707
|
oracles: {
|
|
12478
12708
|
coingecko: {
|
|
@@ -12749,6 +12979,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12749
12979
|
address: string;
|
|
12750
12980
|
})[];
|
|
12751
12981
|
};
|
|
12982
|
+
layerzero: {
|
|
12983
|
+
eid: number;
|
|
12984
|
+
tokens: {
|
|
12985
|
+
id: number;
|
|
12986
|
+
symbol: string;
|
|
12987
|
+
project: string;
|
|
12988
|
+
OFTAddress: string;
|
|
12989
|
+
}[];
|
|
12990
|
+
};
|
|
12752
12991
|
};
|
|
12753
12992
|
oracles: {
|
|
12754
12993
|
cmc: {
|
|
@@ -13662,6 +13901,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13662
13901
|
address: string;
|
|
13663
13902
|
}[];
|
|
13664
13903
|
};
|
|
13904
|
+
layerzero: {
|
|
13905
|
+
eid: number;
|
|
13906
|
+
tokens: {
|
|
13907
|
+
id: number;
|
|
13908
|
+
symbol: string;
|
|
13909
|
+
project: string;
|
|
13910
|
+
OFTAddress: string;
|
|
13911
|
+
}[];
|
|
13912
|
+
};
|
|
13665
13913
|
};
|
|
13666
13914
|
oracles: {
|
|
13667
13915
|
cmc: {
|
|
@@ -14158,6 +14406,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14158
14406
|
chainSelector: bigint;
|
|
14159
14407
|
tokenAdminRegistry: string;
|
|
14160
14408
|
};
|
|
14409
|
+
layerzero: {
|
|
14410
|
+
eid: number;
|
|
14411
|
+
tokens: {
|
|
14412
|
+
id: number;
|
|
14413
|
+
symbol: string;
|
|
14414
|
+
project: string;
|
|
14415
|
+
OFTAddress: string;
|
|
14416
|
+
address: string;
|
|
14417
|
+
}[];
|
|
14418
|
+
};
|
|
14161
14419
|
};
|
|
14162
14420
|
oracles: {};
|
|
14163
14421
|
morpho: {
|
|
@@ -14206,7 +14464,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14206
14464
|
symbol: string;
|
|
14207
14465
|
address: "0xDF0B24095e15044538866576754F3C964e902Ee6";
|
|
14208
14466
|
})[];
|
|
14209
|
-
stables: ("
|
|
14467
|
+
stables: ("0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb" | "0xDF0B24095e15044538866576754F3C964e902Ee6")[];
|
|
14210
14468
|
watchlist: ("0xe435E14815d28a86c643E4606Ed0e8E5624782c6" | "0x660c6c6c2ad9be9fca2d40da22e1e6142ce5e7ca" | "0x43aA32cf4f6389aB89d8C79092A0fc65899C20ba" | "0x0F12dac5217868b3d6772632543ef16df8df17E5" | "0xbD108c1Dd7802DFF6c24138A72949184FFbe006F" | "0xb6a7be3ca6698859b374640b3db439fda7b7a5e3" | "0x255f0b304f701a0530f5dc1739a3d1469e21dd5f")[];
|
|
14211
14469
|
internalName: "corn";
|
|
14212
14470
|
nativeLogoUrl: "https://assets.oku.trade/natives/corn.png";
|
|
@@ -14291,6 +14549,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14291
14549
|
address: string;
|
|
14292
14550
|
}[];
|
|
14293
14551
|
};
|
|
14552
|
+
layerzero: {
|
|
14553
|
+
eid: number;
|
|
14554
|
+
tokens: {
|
|
14555
|
+
id: number;
|
|
14556
|
+
symbol: string;
|
|
14557
|
+
project: string;
|
|
14558
|
+
OFTAddress: string;
|
|
14559
|
+
}[];
|
|
14560
|
+
};
|
|
14294
14561
|
};
|
|
14295
14562
|
oracles: {};
|
|
14296
14563
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -14404,6 +14671,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14404
14671
|
chain: string;
|
|
14405
14672
|
timeToFinalize: number;
|
|
14406
14673
|
};
|
|
14674
|
+
layerzero: {
|
|
14675
|
+
eid: number;
|
|
14676
|
+
tokens: {
|
|
14677
|
+
id: number;
|
|
14678
|
+
symbol: string;
|
|
14679
|
+
project: string;
|
|
14680
|
+
OFTAddress: string;
|
|
14681
|
+
}[];
|
|
14682
|
+
};
|
|
14407
14683
|
};
|
|
14408
14684
|
morpho: {};
|
|
14409
14685
|
oracles: {
|
|
@@ -15322,7 +15598,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15322
15598
|
safeReorgDistance: 90000;
|
|
15323
15599
|
blockAid: "";
|
|
15324
15600
|
externalId: {};
|
|
15325
|
-
markets: {
|
|
15601
|
+
markets: {
|
|
15602
|
+
icecreamswap: true;
|
|
15603
|
+
};
|
|
15326
15604
|
bridges: {
|
|
15327
15605
|
stargate: {
|
|
15328
15606
|
endpointID: number;
|
|
@@ -16952,7 +17230,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16952
17230
|
routerContract: string;
|
|
16953
17231
|
};
|
|
16954
17232
|
};
|
|
16955
|
-
bridges: {
|
|
17233
|
+
bridges: {
|
|
17234
|
+
layerzero: {
|
|
17235
|
+
eid: number;
|
|
17236
|
+
tokens: {
|
|
17237
|
+
id: number;
|
|
17238
|
+
symbol: string;
|
|
17239
|
+
project: string;
|
|
17240
|
+
OFTAddress: string;
|
|
17241
|
+
}[];
|
|
17242
|
+
};
|
|
17243
|
+
};
|
|
16956
17244
|
oracles: {};
|
|
16957
17245
|
morpho: {};
|
|
16958
17246
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|