@folks-finance/xchain-sdk 0.0.89 → 0.0.90

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.
Files changed (49) hide show
  1. package/dist/chains/evm/common/constants/address.d.ts +0 -1
  2. package/dist/chains/evm/common/constants/address.js +0 -1
  3. package/dist/chains/evm/common/constants/address.js.map +1 -1
  4. package/dist/chains/evm/common/constants/chain.d.ts +148 -28
  5. package/dist/chains/evm/common/constants/chain.js +4 -1
  6. package/dist/chains/evm/common/constants/chain.js.map +1 -1
  7. package/dist/chains/evm/common/constants/tokens.js +16 -47
  8. package/dist/chains/evm/common/constants/tokens.js.map +1 -1
  9. package/dist/chains/evm/common/types/tokens.d.ts +1 -1
  10. package/dist/chains/evm/common/utils/message.js +1 -1
  11. package/dist/chains/evm/common/utils/message.js.map +1 -1
  12. package/dist/chains/evm/common/utils/tokens.js +8 -1
  13. package/dist/chains/evm/common/utils/tokens.js.map +1 -1
  14. package/dist/chains/evm/hub/constants/chain.js +78 -0
  15. package/dist/chains/evm/hub/constants/chain.js.map +1 -1
  16. package/dist/chains/evm/spoke/modules/folks-evm-loan.js +0 -2
  17. package/dist/chains/evm/spoke/modules/folks-evm-loan.js.map +1 -1
  18. package/dist/common/constants/chain.d.ts +2 -0
  19. package/dist/common/constants/chain.js +89 -1
  20. package/dist/common/constants/chain.js.map +1 -1
  21. package/dist/common/constants/gmp.js +8 -0
  22. package/dist/common/constants/gmp.js.map +1 -1
  23. package/dist/common/constants/pool.d.ts +5 -0
  24. package/dist/common/constants/pool.js +5 -0
  25. package/dist/common/constants/pool.js.map +1 -1
  26. package/dist/common/constants/reward.d.ts +1 -0
  27. package/dist/common/constants/reward.js +1 -0
  28. package/dist/common/constants/reward.js.map +1 -1
  29. package/dist/common/types/lending.d.ts +1 -0
  30. package/dist/common/types/lending.js +1 -0
  31. package/dist/common/types/lending.js.map +1 -1
  32. package/dist/common/types/token.d.ts +5 -0
  33. package/dist/common/types/token.js +5 -0
  34. package/dist/common/types/token.js.map +1 -1
  35. package/package.json +2 -2
  36. package/src/chains/evm/common/constants/address.ts +0 -1
  37. package/src/chains/evm/common/constants/chain.ts +4 -0
  38. package/src/chains/evm/common/constants/tokens.ts +16 -47
  39. package/src/chains/evm/common/types/tokens.ts +1 -1
  40. package/src/chains/evm/common/utils/message.ts +1 -1
  41. package/src/chains/evm/common/utils/tokens.ts +12 -1
  42. package/src/chains/evm/hub/constants/chain.ts +78 -0
  43. package/src/chains/evm/spoke/modules/folks-evm-loan.ts +0 -2
  44. package/src/common/constants/chain.ts +134 -0
  45. package/src/common/constants/gmp.ts +8 -0
  46. package/src/common/constants/pool.ts +5 -0
  47. package/src/common/constants/reward.ts +1 -0
  48. package/src/common/types/lending.ts +1 -0
  49. package/src/common/types/token.ts +5 -0
@@ -1,2 +1 @@
1
1
  export declare const ARBITRUM_NODE_INTERFACE = "0x00000000000000000000000000000000000000C8";
2
- export declare const MULTICALL_ADDRESS = "0xcA11bde05977b3631167028862bE2a173976CA11";
@@ -1,3 +1,2 @@
1
1
  export const ARBITRUM_NODE_INTERFACE = "0x00000000000000000000000000000000000000C8";
2
- export const MULTICALL_ADDRESS = "0xcA11bde05977b3631167028862bE2a173976CA11";
3
2
  //# sourceMappingURL=address.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"address.js","sourceRoot":"","sources":["../../../../../src/chains/evm/common/constants/address.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uBAAuB,GAAG,4CAA4C,CAAC;AACpF,MAAM,CAAC,MAAM,iBAAiB,GAAG,4CAA4C,CAAC"}
1
+ {"version":3,"file":"address.js","sourceRoot":"","sources":["../../../../../src/chains/evm/common/constants/address.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uBAAuB,GAAG,4CAA4C,CAAC"}
@@ -40,6 +40,7 @@ export declare const MAINNET_EVM_FOLKS_CHAIN_ID: {
40
40
  readonly BSC: 103;
41
41
  readonly ARBITRUM: 104;
42
42
  readonly POLYGON: 106;
43
+ readonly SEI: 107;
43
44
  };
44
45
  export declare const TESTNET_EVM_FOLKS_CHAIN_ID: {
45
46
  readonly AVALANCHE_FUJI: 1;
@@ -64,6 +65,7 @@ export declare const EVM_FOLKS_CHAIN_ID: {
64
65
  readonly BSC: 103;
65
66
  readonly ARBITRUM: 104;
66
67
  readonly POLYGON: 106;
68
+ readonly SEI: 107;
67
69
  };
68
70
  export declare const MAINNET_CHAIN_VIEM: {
69
71
  readonly 100: {
@@ -74,12 +76,14 @@ export declare const MAINNET_CHAIN_VIEM: {
74
76
  readonly apiUrl: "https://api.snowtrace.io";
75
77
  };
76
78
  };
79
+ blockTime?: number | undefined;
77
80
  contracts: {
78
81
  readonly multicall3: {
79
82
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
80
83
  readonly blockCreated: 11907934;
81
84
  };
82
85
  };
86
+ ensTlds?: readonly string[] | undefined;
83
87
  id: 43114;
84
88
  name: "Avalanche";
85
89
  nativeCurrency: {
@@ -107,6 +111,7 @@ export declare const MAINNET_CHAIN_VIEM: {
107
111
  readonly apiUrl: "https://api.etherscan.io/api";
108
112
  };
109
113
  };
114
+ blockTime?: number | undefined;
110
115
  contracts: {
111
116
  readonly ensRegistry: {
112
117
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -120,6 +125,7 @@ export declare const MAINNET_CHAIN_VIEM: {
120
125
  readonly blockCreated: 14353601;
121
126
  };
122
127
  };
128
+ ensTlds?: readonly string[] | undefined;
123
129
  id: 1;
124
130
  name: "Ethereum";
125
131
  nativeCurrency: {
@@ -147,6 +153,7 @@ export declare const MAINNET_CHAIN_VIEM: {
147
153
  readonly apiUrl: "https://api.basescan.org/api";
148
154
  };
149
155
  };
156
+ blockTime: 2000;
150
157
  contracts: {
151
158
  readonly disputeGameFactory: {
152
159
  readonly 1: {
@@ -193,6 +200,7 @@ export declare const MAINNET_CHAIN_VIEM: {
193
200
  readonly address: "0x4200000000000000000000000000000000000016";
194
201
  };
195
202
  };
203
+ ensTlds?: readonly string[] | undefined;
196
204
  id: 8453;
197
205
  name: "Base";
198
206
  nativeCurrency: {
@@ -398,7 +406,7 @@ export declare const MAINNET_CHAIN_VIEM: {
398
406
  value: bigint;
399
407
  yParity: number;
400
408
  accessList: import("viem").AccessList;
401
- authorizationList: import("viem/experimental").SignedAuthorizationList<number>;
409
+ authorizationList: import("viem").SignedAuthorizationList<number>;
402
410
  blobVersionedHashes?: undefined;
403
411
  chainId: number;
404
412
  type: "eip7702";
@@ -452,12 +460,14 @@ export declare const MAINNET_CHAIN_VIEM: {
452
460
  readonly apiUrl: "https://api.bscscan.com/api";
453
461
  };
454
462
  };
463
+ blockTime?: number | undefined;
455
464
  contracts: {
456
465
  readonly multicall3: {
457
466
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
458
467
  readonly blockCreated: 15921452;
459
468
  };
460
469
  };
470
+ ensTlds?: readonly string[] | undefined;
461
471
  id: 56;
462
472
  name: "BNB Smart Chain";
463
473
  nativeCurrency: {
@@ -467,7 +477,7 @@ export declare const MAINNET_CHAIN_VIEM: {
467
477
  };
468
478
  rpcUrls: {
469
479
  readonly default: {
470
- readonly http: readonly ["https://rpc.ankr.com/bsc"];
480
+ readonly http: readonly ["https://56.rpc.thirdweb.com"];
471
481
  };
472
482
  };
473
483
  sourceId?: number | undefined;
@@ -485,12 +495,14 @@ export declare const MAINNET_CHAIN_VIEM: {
485
495
  readonly apiUrl: "https://api.arbiscan.io/api";
486
496
  };
487
497
  };
498
+ blockTime?: number | undefined;
488
499
  contracts: {
489
500
  readonly multicall3: {
490
501
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
491
502
  readonly blockCreated: 7654707;
492
503
  };
493
504
  };
505
+ ensTlds?: readonly string[] | undefined;
494
506
  id: 42161;
495
507
  name: "Arbitrum One";
496
508
  nativeCurrency: {
@@ -518,12 +530,14 @@ export declare const MAINNET_CHAIN_VIEM: {
518
530
  readonly apiUrl: "https://api.polygonscan.com/api";
519
531
  };
520
532
  };
533
+ blockTime?: number | undefined;
521
534
  contracts: {
522
535
  readonly multicall3: {
523
536
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
524
537
  readonly blockCreated: 25770160;
525
538
  };
526
539
  };
540
+ ensTlds?: readonly string[] | undefined;
527
541
  id: 137;
528
542
  name: "Polygon";
529
543
  nativeCurrency: {
@@ -543,6 +557,41 @@ export declare const MAINNET_CHAIN_VIEM: {
543
557
  formatters?: undefined;
544
558
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
545
559
  };
560
+ readonly 107: {
561
+ blockExplorers: {
562
+ readonly default: {
563
+ readonly name: "Seitrace";
564
+ readonly url: "https://seitrace.com";
565
+ readonly apiUrl: "https://seitrace.com/pacific-1/api";
566
+ };
567
+ };
568
+ blockTime?: number | undefined;
569
+ contracts: {
570
+ readonly multicall3: {
571
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
572
+ };
573
+ };
574
+ ensTlds?: readonly string[] | undefined;
575
+ id: 1329;
576
+ name: "Sei Network";
577
+ nativeCurrency: {
578
+ readonly name: "Sei";
579
+ readonly symbol: "SEI";
580
+ readonly decimals: 18;
581
+ };
582
+ rpcUrls: {
583
+ readonly default: {
584
+ readonly http: readonly ["https://evm-rpc.sei-apis.com/"];
585
+ readonly webSocket: readonly ["wss://evm-ws.sei-apis.com/"];
586
+ };
587
+ };
588
+ sourceId?: number | undefined;
589
+ testnet?: boolean | undefined;
590
+ custom?: Record<string, unknown> | undefined;
591
+ fees?: import("viem").ChainFees<undefined> | undefined;
592
+ formatters?: undefined;
593
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
594
+ };
546
595
  };
547
596
  export declare const TESTNET_CHAIN_VIEM: {
548
597
  readonly 1: {
@@ -553,12 +602,14 @@ export declare const TESTNET_CHAIN_VIEM: {
553
602
  readonly apiUrl: "https://api-testnet.snowtrace.io";
554
603
  };
555
604
  };
605
+ blockTime?: number | undefined;
556
606
  contracts: {
557
607
  readonly multicall3: {
558
608
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
559
609
  readonly blockCreated: 7096959;
560
610
  };
561
611
  };
612
+ ensTlds?: readonly string[] | undefined;
562
613
  id: 43113;
563
614
  name: "Avalanche Fuji";
564
615
  nativeCurrency: {
@@ -586,6 +637,7 @@ export declare const TESTNET_CHAIN_VIEM: {
586
637
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
587
638
  };
588
639
  };
640
+ blockTime?: number | undefined;
589
641
  contracts: {
590
642
  readonly multicall3: {
591
643
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -599,6 +651,7 @@ export declare const TESTNET_CHAIN_VIEM: {
599
651
  readonly blockCreated: 5317080;
600
652
  };
601
653
  };
654
+ ensTlds?: readonly string[] | undefined;
602
655
  id: 11155111;
603
656
  name: "Sepolia";
604
657
  nativeCurrency: {
@@ -626,6 +679,7 @@ export declare const TESTNET_CHAIN_VIEM: {
626
679
  readonly apiUrl: "https://api-sepolia.basescan.org/api";
627
680
  };
628
681
  };
682
+ blockTime: 2000;
629
683
  contracts: {
630
684
  readonly disputeGameFactory: {
631
685
  readonly 11155111: {
@@ -672,6 +726,7 @@ export declare const TESTNET_CHAIN_VIEM: {
672
726
  readonly address: "0x4200000000000000000000000000000000000016";
673
727
  };
674
728
  };
729
+ ensTlds?: readonly string[] | undefined;
675
730
  id: 84532;
676
731
  name: "Base Sepolia";
677
732
  nativeCurrency: {
@@ -877,7 +932,7 @@ export declare const TESTNET_CHAIN_VIEM: {
877
932
  value: bigint;
878
933
  yParity: number;
879
934
  accessList: import("viem").AccessList;
880
- authorizationList: import("viem/experimental").SignedAuthorizationList<number>;
935
+ authorizationList: import("viem").SignedAuthorizationList<number>;
881
936
  blobVersionedHashes?: undefined;
882
937
  chainId: number;
883
938
  type: "eip7702";
@@ -932,14 +987,16 @@ export declare const TESTNET_CHAIN_VIEM: {
932
987
  readonly apiUrl: "https://api-testnet.bscscan.com/api";
933
988
  };
934
989
  };
990
+ blockTime?: number | undefined;
935
991
  contracts: {
936
992
  readonly multicall3: {
937
993
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
938
994
  readonly blockCreated: 17422483;
939
995
  };
940
996
  };
997
+ ensTlds?: readonly string[] | undefined;
941
998
  id: 97;
942
- name: "Binance Smart Chain Testnet";
999
+ name: "BNB Smart Chain Testnet";
943
1000
  nativeCurrency: {
944
1001
  readonly decimals: 18;
945
1002
  readonly name: "BNB";
@@ -965,12 +1022,14 @@ export declare const TESTNET_CHAIN_VIEM: {
965
1022
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
966
1023
  };
967
1024
  };
1025
+ blockTime?: number | undefined;
968
1026
  contracts: {
969
1027
  readonly multicall3: {
970
1028
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
971
1029
  readonly blockCreated: 81930;
972
1030
  };
973
1031
  };
1032
+ ensTlds?: readonly string[] | undefined;
974
1033
  id: 421614;
975
1034
  name: "Arbitrum Sepolia";
976
1035
  nativeCurrency: {
@@ -997,12 +1056,14 @@ export declare const TESTNET_CHAIN_VIEM: {
997
1056
  readonly url: "https://testnet.monadexplorer.com";
998
1057
  };
999
1058
  };
1059
+ blockTime?: number | undefined;
1000
1060
  contracts: {
1001
1061
  readonly multicall3: {
1002
1062
  readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1003
1063
  readonly blockCreated: 251449;
1004
1064
  };
1005
1065
  };
1066
+ ensTlds?: readonly string[] | undefined;
1006
1067
  id: 10143;
1007
1068
  name: "Monad Testnet";
1008
1069
  nativeCurrency: {
@@ -1029,15 +1090,14 @@ export declare const TESTNET_CHAIN_VIEM: {
1029
1090
  readonly url: "https://seitrace.com";
1030
1091
  };
1031
1092
  };
1032
- contracts?: {
1033
- [x: string]: import("viem").ChainContract | {
1034
- [sourceId: number]: import("viem").ChainContract | undefined;
1035
- } | undefined;
1036
- ensRegistry?: import("viem").ChainContract | undefined;
1037
- ensUniversalResolver?: import("viem").ChainContract | undefined;
1038
- multicall3?: import("viem").ChainContract | undefined;
1039
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
1040
- } | undefined;
1093
+ blockTime?: number | undefined;
1094
+ contracts: {
1095
+ readonly multicall3: {
1096
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1097
+ readonly blockCreated: 98697651;
1098
+ };
1099
+ };
1100
+ ensTlds?: readonly string[] | undefined;
1041
1101
  id: 1328;
1042
1102
  name: "Sei Testnet";
1043
1103
  nativeCurrency: {
@@ -1068,12 +1128,14 @@ export declare const CHAIN_VIEM: {
1068
1128
  readonly apiUrl: "https://api-testnet.snowtrace.io";
1069
1129
  };
1070
1130
  };
1131
+ blockTime?: number | undefined;
1071
1132
  contracts: {
1072
1133
  readonly multicall3: {
1073
1134
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1074
1135
  readonly blockCreated: 7096959;
1075
1136
  };
1076
1137
  };
1138
+ ensTlds?: readonly string[] | undefined;
1077
1139
  id: 43113;
1078
1140
  name: "Avalanche Fuji";
1079
1141
  nativeCurrency: {
@@ -1101,6 +1163,7 @@ export declare const CHAIN_VIEM: {
1101
1163
  readonly apiUrl: "https://api-sepolia.etherscan.io/api";
1102
1164
  };
1103
1165
  };
1166
+ blockTime?: number | undefined;
1104
1167
  contracts: {
1105
1168
  readonly multicall3: {
1106
1169
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1114,6 +1177,7 @@ export declare const CHAIN_VIEM: {
1114
1177
  readonly blockCreated: 5317080;
1115
1178
  };
1116
1179
  };
1180
+ ensTlds?: readonly string[] | undefined;
1117
1181
  id: 11155111;
1118
1182
  name: "Sepolia";
1119
1183
  nativeCurrency: {
@@ -1141,6 +1205,7 @@ export declare const CHAIN_VIEM: {
1141
1205
  readonly apiUrl: "https://api-sepolia.basescan.org/api";
1142
1206
  };
1143
1207
  };
1208
+ blockTime: 2000;
1144
1209
  contracts: {
1145
1210
  readonly disputeGameFactory: {
1146
1211
  readonly 11155111: {
@@ -1187,6 +1252,7 @@ export declare const CHAIN_VIEM: {
1187
1252
  readonly address: "0x4200000000000000000000000000000000000016";
1188
1253
  };
1189
1254
  };
1255
+ ensTlds?: readonly string[] | undefined;
1190
1256
  id: 84532;
1191
1257
  name: "Base Sepolia";
1192
1258
  nativeCurrency: {
@@ -1392,7 +1458,7 @@ export declare const CHAIN_VIEM: {
1392
1458
  value: bigint;
1393
1459
  yParity: number;
1394
1460
  accessList: import("viem").AccessList;
1395
- authorizationList: import("viem/experimental").SignedAuthorizationList<number>;
1461
+ authorizationList: import("viem").SignedAuthorizationList<number>;
1396
1462
  blobVersionedHashes?: undefined;
1397
1463
  chainId: number;
1398
1464
  type: "eip7702";
@@ -1447,14 +1513,16 @@ export declare const CHAIN_VIEM: {
1447
1513
  readonly apiUrl: "https://api-testnet.bscscan.com/api";
1448
1514
  };
1449
1515
  };
1516
+ blockTime?: number | undefined;
1450
1517
  contracts: {
1451
1518
  readonly multicall3: {
1452
1519
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1453
1520
  readonly blockCreated: 17422483;
1454
1521
  };
1455
1522
  };
1523
+ ensTlds?: readonly string[] | undefined;
1456
1524
  id: 97;
1457
- name: "Binance Smart Chain Testnet";
1525
+ name: "BNB Smart Chain Testnet";
1458
1526
  nativeCurrency: {
1459
1527
  readonly decimals: 18;
1460
1528
  readonly name: "BNB";
@@ -1480,12 +1548,14 @@ export declare const CHAIN_VIEM: {
1480
1548
  readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1481
1549
  };
1482
1550
  };
1551
+ blockTime?: number | undefined;
1483
1552
  contracts: {
1484
1553
  readonly multicall3: {
1485
1554
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1486
1555
  readonly blockCreated: 81930;
1487
1556
  };
1488
1557
  };
1558
+ ensTlds?: readonly string[] | undefined;
1489
1559
  id: 421614;
1490
1560
  name: "Arbitrum Sepolia";
1491
1561
  nativeCurrency: {
@@ -1512,12 +1582,14 @@ export declare const CHAIN_VIEM: {
1512
1582
  readonly url: "https://testnet.monadexplorer.com";
1513
1583
  };
1514
1584
  };
1585
+ blockTime?: number | undefined;
1515
1586
  contracts: {
1516
1587
  readonly multicall3: {
1517
1588
  readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1518
1589
  readonly blockCreated: 251449;
1519
1590
  };
1520
1591
  };
1592
+ ensTlds?: readonly string[] | undefined;
1521
1593
  id: 10143;
1522
1594
  name: "Monad Testnet";
1523
1595
  nativeCurrency: {
@@ -1544,15 +1616,14 @@ export declare const CHAIN_VIEM: {
1544
1616
  readonly url: "https://seitrace.com";
1545
1617
  };
1546
1618
  };
1547
- contracts?: {
1548
- [x: string]: import("viem").ChainContract | {
1549
- [sourceId: number]: import("viem").ChainContract | undefined;
1550
- } | undefined;
1551
- ensRegistry?: import("viem").ChainContract | undefined;
1552
- ensUniversalResolver?: import("viem").ChainContract | undefined;
1553
- multicall3?: import("viem").ChainContract | undefined;
1554
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
1555
- } | undefined;
1619
+ blockTime?: number | undefined;
1620
+ contracts: {
1621
+ readonly multicall3: {
1622
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1623
+ readonly blockCreated: 98697651;
1624
+ };
1625
+ };
1626
+ ensTlds?: readonly string[] | undefined;
1556
1627
  id: 1328;
1557
1628
  name: "Sei Testnet";
1558
1629
  nativeCurrency: {
@@ -1581,12 +1652,14 @@ export declare const CHAIN_VIEM: {
1581
1652
  readonly apiUrl: "https://api.snowtrace.io";
1582
1653
  };
1583
1654
  };
1655
+ blockTime?: number | undefined;
1584
1656
  contracts: {
1585
1657
  readonly multicall3: {
1586
1658
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1587
1659
  readonly blockCreated: 11907934;
1588
1660
  };
1589
1661
  };
1662
+ ensTlds?: readonly string[] | undefined;
1590
1663
  id: 43114;
1591
1664
  name: "Avalanche";
1592
1665
  nativeCurrency: {
@@ -1614,6 +1687,7 @@ export declare const CHAIN_VIEM: {
1614
1687
  readonly apiUrl: "https://api.etherscan.io/api";
1615
1688
  };
1616
1689
  };
1690
+ blockTime?: number | undefined;
1617
1691
  contracts: {
1618
1692
  readonly ensRegistry: {
1619
1693
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
@@ -1627,6 +1701,7 @@ export declare const CHAIN_VIEM: {
1627
1701
  readonly blockCreated: 14353601;
1628
1702
  };
1629
1703
  };
1704
+ ensTlds?: readonly string[] | undefined;
1630
1705
  id: 1;
1631
1706
  name: "Ethereum";
1632
1707
  nativeCurrency: {
@@ -1654,6 +1729,7 @@ export declare const CHAIN_VIEM: {
1654
1729
  readonly apiUrl: "https://api.basescan.org/api";
1655
1730
  };
1656
1731
  };
1732
+ blockTime: 2000;
1657
1733
  contracts: {
1658
1734
  readonly disputeGameFactory: {
1659
1735
  readonly 1: {
@@ -1700,6 +1776,7 @@ export declare const CHAIN_VIEM: {
1700
1776
  readonly address: "0x4200000000000000000000000000000000000016";
1701
1777
  };
1702
1778
  };
1779
+ ensTlds?: readonly string[] | undefined;
1703
1780
  id: 8453;
1704
1781
  name: "Base";
1705
1782
  nativeCurrency: {
@@ -1905,7 +1982,7 @@ export declare const CHAIN_VIEM: {
1905
1982
  value: bigint;
1906
1983
  yParity: number;
1907
1984
  accessList: import("viem").AccessList;
1908
- authorizationList: import("viem/experimental").SignedAuthorizationList<number>;
1985
+ authorizationList: import("viem").SignedAuthorizationList<number>;
1909
1986
  blobVersionedHashes?: undefined;
1910
1987
  chainId: number;
1911
1988
  type: "eip7702";
@@ -1959,12 +2036,14 @@ export declare const CHAIN_VIEM: {
1959
2036
  readonly apiUrl: "https://api.bscscan.com/api";
1960
2037
  };
1961
2038
  };
2039
+ blockTime?: number | undefined;
1962
2040
  contracts: {
1963
2041
  readonly multicall3: {
1964
2042
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1965
2043
  readonly blockCreated: 15921452;
1966
2044
  };
1967
2045
  };
2046
+ ensTlds?: readonly string[] | undefined;
1968
2047
  id: 56;
1969
2048
  name: "BNB Smart Chain";
1970
2049
  nativeCurrency: {
@@ -1974,7 +2053,7 @@ export declare const CHAIN_VIEM: {
1974
2053
  };
1975
2054
  rpcUrls: {
1976
2055
  readonly default: {
1977
- readonly http: readonly ["https://rpc.ankr.com/bsc"];
2056
+ readonly http: readonly ["https://56.rpc.thirdweb.com"];
1978
2057
  };
1979
2058
  };
1980
2059
  sourceId?: number | undefined;
@@ -1992,12 +2071,14 @@ export declare const CHAIN_VIEM: {
1992
2071
  readonly apiUrl: "https://api.arbiscan.io/api";
1993
2072
  };
1994
2073
  };
2074
+ blockTime?: number | undefined;
1995
2075
  contracts: {
1996
2076
  readonly multicall3: {
1997
2077
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1998
2078
  readonly blockCreated: 7654707;
1999
2079
  };
2000
2080
  };
2081
+ ensTlds?: readonly string[] | undefined;
2001
2082
  id: 42161;
2002
2083
  name: "Arbitrum One";
2003
2084
  nativeCurrency: {
@@ -2025,12 +2106,14 @@ export declare const CHAIN_VIEM: {
2025
2106
  readonly apiUrl: "https://api.polygonscan.com/api";
2026
2107
  };
2027
2108
  };
2109
+ blockTime?: number | undefined;
2028
2110
  contracts: {
2029
2111
  readonly multicall3: {
2030
2112
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2031
2113
  readonly blockCreated: 25770160;
2032
2114
  };
2033
2115
  };
2116
+ ensTlds?: readonly string[] | undefined;
2034
2117
  id: 137;
2035
2118
  name: "Polygon";
2036
2119
  nativeCurrency: {
@@ -2050,14 +2133,50 @@ export declare const CHAIN_VIEM: {
2050
2133
  formatters?: undefined;
2051
2134
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
2052
2135
  };
2136
+ readonly 107: {
2137
+ blockExplorers: {
2138
+ readonly default: {
2139
+ readonly name: "Seitrace";
2140
+ readonly url: "https://seitrace.com";
2141
+ readonly apiUrl: "https://seitrace.com/pacific-1/api";
2142
+ };
2143
+ };
2144
+ blockTime?: number | undefined;
2145
+ contracts: {
2146
+ readonly multicall3: {
2147
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
2148
+ };
2149
+ };
2150
+ ensTlds?: readonly string[] | undefined;
2151
+ id: 1329;
2152
+ name: "Sei Network";
2153
+ nativeCurrency: {
2154
+ readonly name: "Sei";
2155
+ readonly symbol: "SEI";
2156
+ readonly decimals: 18;
2157
+ };
2158
+ rpcUrls: {
2159
+ readonly default: {
2160
+ readonly http: readonly ["https://evm-rpc.sei-apis.com/"];
2161
+ readonly webSocket: readonly ["wss://evm-ws.sei-apis.com/"];
2162
+ };
2163
+ };
2164
+ sourceId?: number | undefined;
2165
+ testnet?: boolean | undefined;
2166
+ custom?: Record<string, unknown> | undefined;
2167
+ fees?: import("viem").ChainFees<undefined> | undefined;
2168
+ formatters?: undefined;
2169
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
2170
+ };
2053
2171
  };
2054
2172
  export declare const MAINNET_CHAIN_NODE: {
2055
2173
  100: "https://api.avax.network/ext/bc/C/rpc"[];
2056
2174
  101: "https://eth.merkle.io"[];
2057
2175
  102: "https://mainnet.base.org"[];
2058
- 103: "https://rpc.ankr.com/bsc"[];
2176
+ 103: "https://56.rpc.thirdweb.com"[];
2059
2177
  104: "https://arb1.arbitrum.io/rpc"[];
2060
2178
  106: "https://polygon-rpc.com"[];
2179
+ 107: "https://evm-rpc.sei-apis.com/"[];
2061
2180
  };
2062
2181
  export declare const TESTNET_CHAIN_NODE: {
2063
2182
  1: "https://api.avax-test.network/ext/bc/C/rpc"[];
@@ -2079,7 +2198,8 @@ export declare const CHAIN_NODE: {
2079
2198
  readonly 100: "https://api.avax.network/ext/bc/C/rpc"[];
2080
2199
  readonly 101: "https://eth.merkle.io"[];
2081
2200
  readonly 102: "https://mainnet.base.org"[];
2082
- readonly 103: "https://rpc.ankr.com/bsc"[];
2201
+ readonly 103: "https://56.rpc.thirdweb.com"[];
2083
2202
  readonly 104: "https://arb1.arbitrum.io/rpc"[];
2084
2203
  readonly 106: "https://polygon-rpc.com"[];
2204
+ readonly 107: "https://evm-rpc.sei-apis.com/"[];
2085
2205
  };
@@ -1,4 +1,4 @@
1
- import { arbitrum, arbitrumSepolia, avalanche, avalancheFuji, base, baseSepolia, bsc, bscTestnet, mainnet, monadTestnet, polygon, seiTestnet, sepolia, } from "viem/chains";
1
+ import { arbitrum, arbitrumSepolia, avalanche, avalancheFuji, base, baseSepolia, bsc, bscTestnet, mainnet, monadTestnet, polygon, sei, seiTestnet, sepolia, } from "viem/chains";
2
2
  export const MAINNET_EVM_CHAIN_NAMES = ["AVALANCHE", "ETHEREUM", "BASE", "BSC", "ARBITRUM", "POLYGON"];
3
3
  export const TESTNET_EVM_CHAIN_NAMES = [
4
4
  "AVALANCHE_FUJI",
@@ -38,6 +38,7 @@ export const MAINNET_EVM_FOLKS_CHAIN_ID = {
38
38
  BSC: 103,
39
39
  ARBITRUM: 104,
40
40
  POLYGON: 106,
41
+ SEI: 107,
41
42
  };
42
43
  export const TESTNET_EVM_FOLKS_CHAIN_ID = {
43
44
  AVALANCHE_FUJI: 1,
@@ -59,6 +60,7 @@ export const MAINNET_CHAIN_VIEM = {
59
60
  [EVM_FOLKS_CHAIN_ID.BSC]: bsc,
60
61
  [EVM_FOLKS_CHAIN_ID.ARBITRUM]: arbitrum,
61
62
  [EVM_FOLKS_CHAIN_ID.POLYGON]: polygon,
63
+ [EVM_FOLKS_CHAIN_ID.SEI]: sei,
62
64
  };
63
65
  export const TESTNET_CHAIN_VIEM = {
64
66
  [EVM_FOLKS_CHAIN_ID.AVALANCHE_FUJI]: avalancheFuji,
@@ -80,6 +82,7 @@ export const MAINNET_CHAIN_NODE = {
80
82
  [EVM_FOLKS_CHAIN_ID.BSC]: [...bsc.rpcUrls.default.http],
81
83
  [EVM_FOLKS_CHAIN_ID.ARBITRUM]: [...arbitrum.rpcUrls.default.http],
82
84
  [EVM_FOLKS_CHAIN_ID.POLYGON]: [...polygon.rpcUrls.default.http],
85
+ [EVM_FOLKS_CHAIN_ID.SEI]: [...sei.rpcUrls.default.http],
83
86
  };
84
87
  export const TESTNET_CHAIN_NODE = {
85
88
  [EVM_FOLKS_CHAIN_ID.AVALANCHE_FUJI]: [...avalancheFuji.rpcUrls.default.http],
@@ -1 +1 @@
1
- {"version":3,"file":"chain.js","sourceRoot":"","sources":["../../../../../src/chains/evm/common/constants/chain.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"chain.js","sourceRoot":"","sources":["../../../../../src/chains/evm/common/constants/chain.ts"],"names":[],"mappings":"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"}