@ledgerhq/coin-evm 2.24.0-nightly.2 → 2.24.0

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.
@@ -72,15 +72,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
72
72
  }
73
73
  `;
74
74
 
75
- exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Berachain unit 1`] = `
76
- {
77
- "formattedFeeValue": "0,000105 BERA",
78
- "formattedGasPrice": "5 Gwei",
79
- "formattedMaxFeePerGas": "0 Gwei",
80
- "formattedMaxPriorityFeePerGas": "0 Gwei",
81
- }
82
- `;
83
-
84
75
  exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Binance Smart Chain unit 1`] = `
85
76
  {
86
77
  "formattedFeeValue": "0,000105 BNB",
@@ -288,15 +279,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
288
279
  }
289
280
  `;
290
281
 
291
- exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for HyperEVM unit 1`] = `
292
- {
293
- "formattedFeeValue": "0,000105 HYPE",
294
- "formattedGasPrice": "5 Gwei",
295
- "formattedMaxFeePerGas": "0 Gwei",
296
- "formattedMaxPriorityFeePerGas": "0 Gwei",
297
- }
298
- `;
299
-
300
282
  exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Klaytn unit 1`] = `
301
283
  {
302
284
  "formattedFeeValue": "0,000105 KLAY",
@@ -468,15 +450,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
468
450
  }
469
451
  `;
470
452
 
471
- exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for SEI Network EVM unit 1`] = `
472
- {
473
- "formattedFeeValue": "0,000105 SEI",
474
- "formattedGasPrice": "5 Gwei",
475
- "formattedMaxFeePerGas": "0 Gwei",
476
- "formattedMaxPriorityFeePerGas": "0 Gwei",
477
- }
478
- `;
479
-
480
453
  exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Scroll Sepolia unit 1`] = `
481
454
  {
482
455
  "formattedFeeValue": "0,000105 ETH",
@@ -675,15 +648,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
675
648
  }
676
649
  `;
677
650
 
678
- exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Berachain unit 1`] = `
679
- {
680
- "formattedFeeValue": "0.000105 BERA",
681
- "formattedGasPrice": "5 Gwei",
682
- "formattedMaxFeePerGas": "0 Gwei",
683
- "formattedMaxPriorityFeePerGas": "0 Gwei",
684
- }
685
- `;
686
-
687
651
  exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Binance Smart Chain unit 1`] = `
688
652
  {
689
653
  "formattedFeeValue": "0.000105 BNB",
@@ -891,15 +855,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
891
855
  }
892
856
  `;
893
857
 
894
- exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for HyperEVM unit 1`] = `
895
- {
896
- "formattedFeeValue": "0.000105 HYPE",
897
- "formattedGasPrice": "5 Gwei",
898
- "formattedMaxFeePerGas": "0 Gwei",
899
- "formattedMaxPriorityFeePerGas": "0 Gwei",
900
- }
901
- `;
902
-
903
858
  exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Klaytn unit 1`] = `
904
859
  {
905
860
  "formattedFeeValue": "0.000105 KLAY",
@@ -1071,15 +1026,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
1071
1026
  }
1072
1027
  `;
1073
1028
 
1074
- exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for SEI Network EVM unit 1`] = `
1075
- {
1076
- "formattedFeeValue": "0.000105 SEI",
1077
- "formattedGasPrice": "5 Gwei",
1078
- "formattedMaxFeePerGas": "0 Gwei",
1079
- "formattedMaxPriorityFeePerGas": "0 Gwei",
1080
- }
1081
- `;
1082
-
1083
1029
  exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Scroll Sepolia unit 1`] = `
1084
1030
  {
1085
1031
  "formattedFeeValue": "0.000105 ETH",
@@ -1278,15 +1224,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
1278
1224
  }
1279
1225
  `;
1280
1226
 
1281
- exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Berachain unit 1`] = `
1282
- {
1283
- "formattedFeeValue": "0,000105 BERA",
1284
- "formattedGasPrice": "5 Gwei",
1285
- "formattedMaxFeePerGas": "0 Gwei",
1286
- "formattedMaxPriorityFeePerGas": "0 Gwei",
1287
- }
1288
- `;
1289
-
1290
1227
  exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Binance Smart Chain unit 1`] = `
1291
1228
  {
1292
1229
  "formattedFeeValue": "0,000105 BNB",
@@ -1494,15 +1431,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
1494
1431
  }
1495
1432
  `;
1496
1433
 
1497
- exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for HyperEVM unit 1`] = `
1498
- {
1499
- "formattedFeeValue": "0,000105 HYPE",
1500
- "formattedGasPrice": "5 Gwei",
1501
- "formattedMaxFeePerGas": "0 Gwei",
1502
- "formattedMaxPriorityFeePerGas": "0 Gwei",
1503
- }
1504
- `;
1505
-
1506
1434
  exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Klaytn unit 1`] = `
1507
1435
  {
1508
1436
  "formattedFeeValue": "0,000105 KLAY",
@@ -1674,15 +1602,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
1674
1602
  }
1675
1603
  `;
1676
1604
 
1677
- exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for SEI Network EVM unit 1`] = `
1678
- {
1679
- "formattedFeeValue": "0,000105 SEI",
1680
- "formattedGasPrice": "5 Gwei",
1681
- "formattedMaxFeePerGas": "0 Gwei",
1682
- "formattedMaxPriorityFeePerGas": "0 Gwei",
1683
- }
1684
- `;
1685
-
1686
1605
  exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Scroll Sepolia unit 1`] = `
1687
1606
  {
1688
1607
  "formattedFeeValue": "0,000105 ETH",
@@ -1881,15 +1800,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
1881
1800
  }
1882
1801
  `;
1883
1802
 
1884
- exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Berachain unit 1`] = `
1885
- {
1886
- "formattedFeeValue": "0,000105 BERA",
1887
- "formattedGasPrice": "5 Gwei",
1888
- "formattedMaxFeePerGas": "0 Gwei",
1889
- "formattedMaxPriorityFeePerGas": "0 Gwei",
1890
- }
1891
- `;
1892
-
1893
1803
  exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Binance Smart Chain unit 1`] = `
1894
1804
  {
1895
1805
  "formattedFeeValue": "0,000105 BNB",
@@ -2097,15 +2007,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
2097
2007
  }
2098
2008
  `;
2099
2009
 
2100
- exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for HyperEVM unit 1`] = `
2101
- {
2102
- "formattedFeeValue": "0,000105 HYPE",
2103
- "formattedGasPrice": "5 Gwei",
2104
- "formattedMaxFeePerGas": "0 Gwei",
2105
- "formattedMaxPriorityFeePerGas": "0 Gwei",
2106
- }
2107
- `;
2108
-
2109
2010
  exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Klaytn unit 1`] = `
2110
2011
  {
2111
2012
  "formattedFeeValue": "0,000105 KLAY",
@@ -2277,15 +2178,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
2277
2178
  }
2278
2179
  `;
2279
2180
 
2280
- exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for SEI Network EVM unit 1`] = `
2281
- {
2282
- "formattedFeeValue": "0,000105 SEI",
2283
- "formattedGasPrice": "5 Gwei",
2284
- "formattedMaxFeePerGas": "0 Gwei",
2285
- "formattedMaxPriorityFeePerGas": "0 Gwei",
2286
- }
2287
- `;
2288
-
2289
2181
  exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Scroll Sepolia unit 1`] = `
2290
2182
  {
2291
2183
  "formattedFeeValue": "0,000105 ETH",
@@ -2484,15 +2376,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
2484
2376
  }
2485
2377
  `;
2486
2378
 
2487
- exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Berachain unit 1`] = `
2488
- {
2489
- "formattedFeeValue": "0.000105 BERA",
2490
- "formattedGasPrice": "5 Gwei",
2491
- "formattedMaxFeePerGas": "0 Gwei",
2492
- "formattedMaxPriorityFeePerGas": "0 Gwei",
2493
- }
2494
- `;
2495
-
2496
2379
  exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Binance Smart Chain unit 1`] = `
2497
2380
  {
2498
2381
  "formattedFeeValue": "0.000105 BNB",
@@ -2700,15 +2583,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
2700
2583
  }
2701
2584
  `;
2702
2585
 
2703
- exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for HyperEVM unit 1`] = `
2704
- {
2705
- "formattedFeeValue": "0.000105 HYPE",
2706
- "formattedGasPrice": "5 Gwei",
2707
- "formattedMaxFeePerGas": "0 Gwei",
2708
- "formattedMaxPriorityFeePerGas": "0 Gwei",
2709
- }
2710
- `;
2711
-
2712
2586
  exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Klaytn unit 1`] = `
2713
2587
  {
2714
2588
  "formattedFeeValue": "0.000105 KLAY",
@@ -2880,15 +2754,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
2880
2754
  }
2881
2755
  `;
2882
2756
 
2883
- exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for SEI Network EVM unit 1`] = `
2884
- {
2885
- "formattedFeeValue": "0.000105 SEI",
2886
- "formattedGasPrice": "5 Gwei",
2887
- "formattedMaxFeePerGas": "0 Gwei",
2888
- "formattedMaxPriorityFeePerGas": "0 Gwei",
2889
- }
2890
- `;
2891
-
2892
2757
  exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Scroll Sepolia unit 1`] = `
2893
2758
  {
2894
2759
  "formattedFeeValue": "0.000105 ETH",
@@ -3087,15 +2952,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
3087
2952
  }
3088
2953
  `;
3089
2954
 
3090
- exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Berachain unit 1`] = `
3091
- {
3092
- "formattedFeeValue": "0.000105 BERA",
3093
- "formattedGasPrice": "5 Gwei",
3094
- "formattedMaxFeePerGas": "0 Gwei",
3095
- "formattedMaxPriorityFeePerGas": "0 Gwei",
3096
- }
3097
- `;
3098
-
3099
2955
  exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Binance Smart Chain unit 1`] = `
3100
2956
  {
3101
2957
  "formattedFeeValue": "0.000105 BNB",
@@ -3303,15 +3159,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
3303
3159
  }
3304
3160
  `;
3305
3161
 
3306
- exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for HyperEVM unit 1`] = `
3307
- {
3308
- "formattedFeeValue": "0.000105 HYPE",
3309
- "formattedGasPrice": "5 Gwei",
3310
- "formattedMaxFeePerGas": "0 Gwei",
3311
- "formattedMaxPriorityFeePerGas": "0 Gwei",
3312
- }
3313
- `;
3314
-
3315
3162
  exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Klaytn unit 1`] = `
3316
3163
  {
3317
3164
  "formattedFeeValue": "0.000105 KLAY",
@@ -3483,15 +3330,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
3483
3330
  }
3484
3331
  `;
3485
3332
 
3486
- exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for SEI Network EVM unit 1`] = `
3487
- {
3488
- "formattedFeeValue": "0.000105 SEI",
3489
- "formattedGasPrice": "5 Gwei",
3490
- "formattedMaxFeePerGas": "0 Gwei",
3491
- "formattedMaxPriorityFeePerGas": "0 Gwei",
3492
- }
3493
- `;
3494
-
3495
3333
  exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Scroll Sepolia unit 1`] = `
3496
3334
  {
3497
3335
  "formattedFeeValue": "0.000105 ETH",
@@ -3690,15 +3528,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
3690
3528
  }
3691
3529
  `;
3692
3530
 
3693
- exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Berachain unit 1`] = `
3694
- {
3695
- "formattedFeeValue": "0,000105 BERA",
3696
- "formattedGasPrice": "5 Gwei",
3697
- "formattedMaxFeePerGas": "0 Gwei",
3698
- "formattedMaxPriorityFeePerGas": "0 Gwei",
3699
- }
3700
- `;
3701
-
3702
3531
  exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Binance Smart Chain unit 1`] = `
3703
3532
  {
3704
3533
  "formattedFeeValue": "0,000105 BNB",
@@ -3906,15 +3735,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
3906
3735
  }
3907
3736
  `;
3908
3737
 
3909
- exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for HyperEVM unit 1`] = `
3910
- {
3911
- "formattedFeeValue": "0,000105 HYPE",
3912
- "formattedGasPrice": "5 Gwei",
3913
- "formattedMaxFeePerGas": "0 Gwei",
3914
- "formattedMaxPriorityFeePerGas": "0 Gwei",
3915
- }
3916
- `;
3917
-
3918
3738
  exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Klaytn unit 1`] = `
3919
3739
  {
3920
3740
  "formattedFeeValue": "0,000105 KLAY",
@@ -4086,15 +3906,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
4086
3906
  }
4087
3907
  `;
4088
3908
 
4089
- exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for SEI Network EVM unit 1`] = `
4090
- {
4091
- "formattedFeeValue": "0,000105 SEI",
4092
- "formattedGasPrice": "5 Gwei",
4093
- "formattedMaxFeePerGas": "0 Gwei",
4094
- "formattedMaxPriorityFeePerGas": "0 Gwei",
4095
- }
4096
- `;
4097
-
4098
3909
  exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Scroll Sepolia unit 1`] = `
4099
3910
  {
4100
3911
  "formattedFeeValue": "0,000105 ETH",
@@ -4293,15 +4104,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
4293
4104
  }
4294
4105
  `;
4295
4106
 
4296
- exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Berachain unit 1`] = `
4297
- {
4298
- "formattedFeeValue": "0,000105 BERA",
4299
- "formattedGasPrice": "5 Gwei",
4300
- "formattedMaxFeePerGas": "0 Gwei",
4301
- "formattedMaxPriorityFeePerGas": "0 Gwei",
4302
- }
4303
- `;
4304
-
4305
4107
  exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Binance Smart Chain unit 1`] = `
4306
4108
  {
4307
4109
  "formattedFeeValue": "0,000105 BNB",
@@ -4509,15 +4311,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
4509
4311
  }
4510
4312
  `;
4511
4313
 
4512
- exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for HyperEVM unit 1`] = `
4513
- {
4514
- "formattedFeeValue": "0,000105 HYPE",
4515
- "formattedGasPrice": "5 Gwei",
4516
- "formattedMaxFeePerGas": "0 Gwei",
4517
- "formattedMaxPriorityFeePerGas": "0 Gwei",
4518
- }
4519
- `;
4520
-
4521
4314
  exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Klaytn unit 1`] = `
4522
4315
  {
4523
4316
  "formattedFeeValue": "0,000105 KLAY",
@@ -4689,15 +4482,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
4689
4482
  }
4690
4483
  `;
4691
4484
 
4692
- exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for SEI Network EVM unit 1`] = `
4693
- {
4694
- "formattedFeeValue": "0,000105 SEI",
4695
- "formattedGasPrice": "5 Gwei",
4696
- "formattedMaxFeePerGas": "0 Gwei",
4697
- "formattedMaxPriorityFeePerGas": "0 Gwei",
4698
- }
4699
- `;
4700
-
4701
4485
  exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Scroll Sepolia unit 1`] = `
4702
4486
  {
4703
4487
  "formattedFeeValue": "0,000105 ETH",
@@ -4896,15 +4680,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
4896
4680
  }
4897
4681
  `;
4898
4682
 
4899
- exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Berachain unit 1`] = `
4900
- {
4901
- "formattedFeeValue": "0,000105 BERA",
4902
- "formattedGasPrice": "5 Gwei",
4903
- "formattedMaxFeePerGas": "0 Gwei",
4904
- "formattedMaxPriorityFeePerGas": "0 Gwei",
4905
- }
4906
- `;
4907
-
4908
4683
  exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Binance Smart Chain unit 1`] = `
4909
4684
  {
4910
4685
  "formattedFeeValue": "0,000105 BNB",
@@ -5112,15 +4887,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
5112
4887
  }
5113
4888
  `;
5114
4889
 
5115
- exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for HyperEVM unit 1`] = `
5116
- {
5117
- "formattedFeeValue": "0,000105 HYPE",
5118
- "formattedGasPrice": "5 Gwei",
5119
- "formattedMaxFeePerGas": "0 Gwei",
5120
- "formattedMaxPriorityFeePerGas": "0 Gwei",
5121
- }
5122
- `;
5123
-
5124
4890
  exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Klaytn unit 1`] = `
5125
4891
  {
5126
4892
  "formattedFeeValue": "0,000105 KLAY",
@@ -5292,15 +5058,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
5292
5058
  }
5293
5059
  `;
5294
5060
 
5295
- exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for SEI Network EVM unit 1`] = `
5296
- {
5297
- "formattedFeeValue": "0,000105 SEI",
5298
- "formattedGasPrice": "5 Gwei",
5299
- "formattedMaxFeePerGas": "0 Gwei",
5300
- "formattedMaxPriorityFeePerGas": "0 Gwei",
5301
- }
5302
- `;
5303
-
5304
5061
  exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Scroll Sepolia unit 1`] = `
5305
5062
  {
5306
5063
  "formattedFeeValue": "0,000105 ETH",
@@ -5499,15 +5256,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
5499
5256
  }
5500
5257
  `;
5501
5258
 
5502
- exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Berachain unit 1`] = `
5503
- {
5504
- "formattedFeeValue": "0.000105 BERA",
5505
- "formattedGasPrice": "5 Gwei",
5506
- "formattedMaxFeePerGas": "0 Gwei",
5507
- "formattedMaxPriorityFeePerGas": "0 Gwei",
5508
- }
5509
- `;
5510
-
5511
5259
  exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Binance Smart Chain unit 1`] = `
5512
5260
  {
5513
5261
  "formattedFeeValue": "0.000105 BNB",
@@ -5715,15 +5463,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
5715
5463
  }
5716
5464
  `;
5717
5465
 
5718
- exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for HyperEVM unit 1`] = `
5719
- {
5720
- "formattedFeeValue": "0.000105 HYPE",
5721
- "formattedGasPrice": "5 Gwei",
5722
- "formattedMaxFeePerGas": "0 Gwei",
5723
- "formattedMaxPriorityFeePerGas": "0 Gwei",
5724
- }
5725
- `;
5726
-
5727
5466
  exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Klaytn unit 1`] = `
5728
5467
  {
5729
5468
  "formattedFeeValue": "0.000105 KLAY",
@@ -5895,15 +5634,6 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
5895
5634
  }
5896
5635
  `;
5897
5636
 
5898
- exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for SEI Network EVM unit 1`] = `
5899
- {
5900
- "formattedFeeValue": "0.000105 SEI",
5901
- "formattedGasPrice": "5 Gwei",
5902
- "formattedMaxFeePerGas": "0 Gwei",
5903
- "formattedMaxPriorityFeePerGas": "0 Gwei",
5904
- }
5905
- `;
5906
-
5907
5637
  exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Scroll Sepolia unit 1`] = `
5908
5638
  {
5909
5639
  "formattedFeeValue": "0.000105 ETH",
@@ -6102,15 +5832,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
6102
5832
  }
6103
5833
  `;
6104
5834
 
6105
- exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Berachain unit 1`] = `
6106
- {
6107
- "formattedFeeValue": "0,000042 BERA",
6108
- "formattedGasPrice": "0 Gwei",
6109
- "formattedMaxFeePerGas": "2 Gwei",
6110
- "formattedMaxPriorityFeePerGas": "1 Gwei",
6111
- }
6112
- `;
6113
-
6114
5835
  exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Binance Smart Chain unit 1`] = `
6115
5836
  {
6116
5837
  "formattedFeeValue": "0,000042 BNB",
@@ -6318,15 +6039,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
6318
6039
  }
6319
6040
  `;
6320
6041
 
6321
- exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for HyperEVM unit 1`] = `
6322
- {
6323
- "formattedFeeValue": "0,000042 HYPE",
6324
- "formattedGasPrice": "0 Gwei",
6325
- "formattedMaxFeePerGas": "2 Gwei",
6326
- "formattedMaxPriorityFeePerGas": "1 Gwei",
6327
- }
6328
- `;
6329
-
6330
6042
  exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Klaytn unit 1`] = `
6331
6043
  {
6332
6044
  "formattedFeeValue": "0,000042 KLAY",
@@ -6498,15 +6210,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
6498
6210
  }
6499
6211
  `;
6500
6212
 
6501
- exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for SEI Network EVM unit 1`] = `
6502
- {
6503
- "formattedFeeValue": "0,000042 SEI",
6504
- "formattedGasPrice": "0 Gwei",
6505
- "formattedMaxFeePerGas": "2 Gwei",
6506
- "formattedMaxPriorityFeePerGas": "1 Gwei",
6507
- }
6508
- `;
6509
-
6510
6213
  exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Scroll Sepolia unit 1`] = `
6511
6214
  {
6512
6215
  "formattedFeeValue": "0,000042 ETH",
@@ -6705,15 +6408,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
6705
6408
  }
6706
6409
  `;
6707
6410
 
6708
- exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Berachain unit 1`] = `
6709
- {
6710
- "formattedFeeValue": "0.000042 BERA",
6711
- "formattedGasPrice": "0 Gwei",
6712
- "formattedMaxFeePerGas": "2 Gwei",
6713
- "formattedMaxPriorityFeePerGas": "1 Gwei",
6714
- }
6715
- `;
6716
-
6717
6411
  exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Binance Smart Chain unit 1`] = `
6718
6412
  {
6719
6413
  "formattedFeeValue": "0.000042 BNB",
@@ -6921,15 +6615,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
6921
6615
  }
6922
6616
  `;
6923
6617
 
6924
- exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for HyperEVM unit 1`] = `
6925
- {
6926
- "formattedFeeValue": "0.000042 HYPE",
6927
- "formattedGasPrice": "0 Gwei",
6928
- "formattedMaxFeePerGas": "2 Gwei",
6929
- "formattedMaxPriorityFeePerGas": "1 Gwei",
6930
- }
6931
- `;
6932
-
6933
6618
  exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Klaytn unit 1`] = `
6934
6619
  {
6935
6620
  "formattedFeeValue": "0.000042 KLAY",
@@ -7101,15 +6786,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
7101
6786
  }
7102
6787
  `;
7103
6788
 
7104
- exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for SEI Network EVM unit 1`] = `
7105
- {
7106
- "formattedFeeValue": "0.000042 SEI",
7107
- "formattedGasPrice": "0 Gwei",
7108
- "formattedMaxFeePerGas": "2 Gwei",
7109
- "formattedMaxPriorityFeePerGas": "1 Gwei",
7110
- }
7111
- `;
7112
-
7113
6789
  exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Scroll Sepolia unit 1`] = `
7114
6790
  {
7115
6791
  "formattedFeeValue": "0.000042 ETH",
@@ -7308,15 +6984,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
7308
6984
  }
7309
6985
  `;
7310
6986
 
7311
- exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Berachain unit 1`] = `
7312
- {
7313
- "formattedFeeValue": "0,000042 BERA",
7314
- "formattedGasPrice": "0 Gwei",
7315
- "formattedMaxFeePerGas": "2 Gwei",
7316
- "formattedMaxPriorityFeePerGas": "1 Gwei",
7317
- }
7318
- `;
7319
-
7320
6987
  exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Binance Smart Chain unit 1`] = `
7321
6988
  {
7322
6989
  "formattedFeeValue": "0,000042 BNB",
@@ -7524,15 +7191,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
7524
7191
  }
7525
7192
  `;
7526
7193
 
7527
- exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for HyperEVM unit 1`] = `
7528
- {
7529
- "formattedFeeValue": "0,000042 HYPE",
7530
- "formattedGasPrice": "0 Gwei",
7531
- "formattedMaxFeePerGas": "2 Gwei",
7532
- "formattedMaxPriorityFeePerGas": "1 Gwei",
7533
- }
7534
- `;
7535
-
7536
7194
  exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Klaytn unit 1`] = `
7537
7195
  {
7538
7196
  "formattedFeeValue": "0,000042 KLAY",
@@ -7704,15 +7362,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
7704
7362
  }
7705
7363
  `;
7706
7364
 
7707
- exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for SEI Network EVM unit 1`] = `
7708
- {
7709
- "formattedFeeValue": "0,000042 SEI",
7710
- "formattedGasPrice": "0 Gwei",
7711
- "formattedMaxFeePerGas": "2 Gwei",
7712
- "formattedMaxPriorityFeePerGas": "1 Gwei",
7713
- }
7714
- `;
7715
-
7716
7365
  exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Scroll Sepolia unit 1`] = `
7717
7366
  {
7718
7367
  "formattedFeeValue": "0,000042 ETH",
@@ -7911,15 +7560,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
7911
7560
  }
7912
7561
  `;
7913
7562
 
7914
- exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Berachain unit 1`] = `
7915
- {
7916
- "formattedFeeValue": "0,000042 BERA",
7917
- "formattedGasPrice": "0 Gwei",
7918
- "formattedMaxFeePerGas": "2 Gwei",
7919
- "formattedMaxPriorityFeePerGas": "1 Gwei",
7920
- }
7921
- `;
7922
-
7923
7563
  exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Binance Smart Chain unit 1`] = `
7924
7564
  {
7925
7565
  "formattedFeeValue": "0,000042 BNB",
@@ -8127,15 +7767,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
8127
7767
  }
8128
7768
  `;
8129
7769
 
8130
- exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for HyperEVM unit 1`] = `
8131
- {
8132
- "formattedFeeValue": "0,000042 HYPE",
8133
- "formattedGasPrice": "0 Gwei",
8134
- "formattedMaxFeePerGas": "2 Gwei",
8135
- "formattedMaxPriorityFeePerGas": "1 Gwei",
8136
- }
8137
- `;
8138
-
8139
7770
  exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Klaytn unit 1`] = `
8140
7771
  {
8141
7772
  "formattedFeeValue": "0,000042 KLAY",
@@ -8307,15 +7938,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
8307
7938
  }
8308
7939
  `;
8309
7940
 
8310
- exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for SEI Network EVM unit 1`] = `
8311
- {
8312
- "formattedFeeValue": "0,000042 SEI",
8313
- "formattedGasPrice": "0 Gwei",
8314
- "formattedMaxFeePerGas": "2 Gwei",
8315
- "formattedMaxPriorityFeePerGas": "1 Gwei",
8316
- }
8317
- `;
8318
-
8319
7941
  exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Scroll Sepolia unit 1`] = `
8320
7942
  {
8321
7943
  "formattedFeeValue": "0,000042 ETH",
@@ -8514,15 +8136,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
8514
8136
  }
8515
8137
  `;
8516
8138
 
8517
- exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Berachain unit 1`] = `
8518
- {
8519
- "formattedFeeValue": "0.000042 BERA",
8520
- "formattedGasPrice": "0 Gwei",
8521
- "formattedMaxFeePerGas": "2 Gwei",
8522
- "formattedMaxPriorityFeePerGas": "1 Gwei",
8523
- }
8524
- `;
8525
-
8526
8139
  exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Binance Smart Chain unit 1`] = `
8527
8140
  {
8528
8141
  "formattedFeeValue": "0.000042 BNB",
@@ -8730,15 +8343,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
8730
8343
  }
8731
8344
  `;
8732
8345
 
8733
- exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for HyperEVM unit 1`] = `
8734
- {
8735
- "formattedFeeValue": "0.000042 HYPE",
8736
- "formattedGasPrice": "0 Gwei",
8737
- "formattedMaxFeePerGas": "2 Gwei",
8738
- "formattedMaxPriorityFeePerGas": "1 Gwei",
8739
- }
8740
- `;
8741
-
8742
8346
  exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Klaytn unit 1`] = `
8743
8347
  {
8744
8348
  "formattedFeeValue": "0.000042 KLAY",
@@ -8910,15 +8514,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
8910
8514
  }
8911
8515
  `;
8912
8516
 
8913
- exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for SEI Network EVM unit 1`] = `
8914
- {
8915
- "formattedFeeValue": "0.000042 SEI",
8916
- "formattedGasPrice": "0 Gwei",
8917
- "formattedMaxFeePerGas": "2 Gwei",
8918
- "formattedMaxPriorityFeePerGas": "1 Gwei",
8919
- }
8920
- `;
8921
-
8922
8517
  exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Scroll Sepolia unit 1`] = `
8923
8518
  {
8924
8519
  "formattedFeeValue": "0.000042 ETH",
@@ -9117,15 +8712,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
9117
8712
  }
9118
8713
  `;
9119
8714
 
9120
- exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Berachain unit 1`] = `
9121
- {
9122
- "formattedFeeValue": "0.000042 BERA",
9123
- "formattedGasPrice": "0 Gwei",
9124
- "formattedMaxFeePerGas": "2 Gwei",
9125
- "formattedMaxPriorityFeePerGas": "1 Gwei",
9126
- }
9127
- `;
9128
-
9129
8715
  exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Binance Smart Chain unit 1`] = `
9130
8716
  {
9131
8717
  "formattedFeeValue": "0.000042 BNB",
@@ -9333,15 +8919,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
9333
8919
  }
9334
8920
  `;
9335
8921
 
9336
- exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for HyperEVM unit 1`] = `
9337
- {
9338
- "formattedFeeValue": "0.000042 HYPE",
9339
- "formattedGasPrice": "0 Gwei",
9340
- "formattedMaxFeePerGas": "2 Gwei",
9341
- "formattedMaxPriorityFeePerGas": "1 Gwei",
9342
- }
9343
- `;
9344
-
9345
8922
  exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Klaytn unit 1`] = `
9346
8923
  {
9347
8924
  "formattedFeeValue": "0.000042 KLAY",
@@ -9513,15 +9090,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
9513
9090
  }
9514
9091
  `;
9515
9092
 
9516
- exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for SEI Network EVM unit 1`] = `
9517
- {
9518
- "formattedFeeValue": "0.000042 SEI",
9519
- "formattedGasPrice": "0 Gwei",
9520
- "formattedMaxFeePerGas": "2 Gwei",
9521
- "formattedMaxPriorityFeePerGas": "1 Gwei",
9522
- }
9523
- `;
9524
-
9525
9093
  exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Scroll Sepolia unit 1`] = `
9526
9094
  {
9527
9095
  "formattedFeeValue": "0.000042 ETH",
@@ -9720,15 +9288,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
9720
9288
  }
9721
9289
  `;
9722
9290
 
9723
- exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Berachain unit 1`] = `
9724
- {
9725
- "formattedFeeValue": "0,000042 BERA",
9726
- "formattedGasPrice": "0 Gwei",
9727
- "formattedMaxFeePerGas": "2 Gwei",
9728
- "formattedMaxPriorityFeePerGas": "1 Gwei",
9729
- }
9730
- `;
9731
-
9732
9291
  exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Binance Smart Chain unit 1`] = `
9733
9292
  {
9734
9293
  "formattedFeeValue": "0,000042 BNB",
@@ -9936,15 +9495,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
9936
9495
  }
9937
9496
  `;
9938
9497
 
9939
- exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for HyperEVM unit 1`] = `
9940
- {
9941
- "formattedFeeValue": "0,000042 HYPE",
9942
- "formattedGasPrice": "0 Gwei",
9943
- "formattedMaxFeePerGas": "2 Gwei",
9944
- "formattedMaxPriorityFeePerGas": "1 Gwei",
9945
- }
9946
- `;
9947
-
9948
9498
  exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Klaytn unit 1`] = `
9949
9499
  {
9950
9500
  "formattedFeeValue": "0,000042 KLAY",
@@ -10116,15 +9666,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
10116
9666
  }
10117
9667
  `;
10118
9668
 
10119
- exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for SEI Network EVM unit 1`] = `
10120
- {
10121
- "formattedFeeValue": "0,000042 SEI",
10122
- "formattedGasPrice": "0 Gwei",
10123
- "formattedMaxFeePerGas": "2 Gwei",
10124
- "formattedMaxPriorityFeePerGas": "1 Gwei",
10125
- }
10126
- `;
10127
-
10128
9669
  exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Scroll Sepolia unit 1`] = `
10129
9670
  {
10130
9671
  "formattedFeeValue": "0,000042 ETH",
@@ -10323,15 +9864,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
10323
9864
  }
10324
9865
  `;
10325
9866
 
10326
- exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Berachain unit 1`] = `
10327
- {
10328
- "formattedFeeValue": "0,000042 BERA",
10329
- "formattedGasPrice": "0 Gwei",
10330
- "formattedMaxFeePerGas": "2 Gwei",
10331
- "formattedMaxPriorityFeePerGas": "1 Gwei",
10332
- }
10333
- `;
10334
-
10335
9867
  exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Binance Smart Chain unit 1`] = `
10336
9868
  {
10337
9869
  "formattedFeeValue": "0,000042 BNB",
@@ -10539,15 +10071,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
10539
10071
  }
10540
10072
  `;
10541
10073
 
10542
- exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for HyperEVM unit 1`] = `
10543
- {
10544
- "formattedFeeValue": "0,000042 HYPE",
10545
- "formattedGasPrice": "0 Gwei",
10546
- "formattedMaxFeePerGas": "2 Gwei",
10547
- "formattedMaxPriorityFeePerGas": "1 Gwei",
10548
- }
10549
- `;
10550
-
10551
10074
  exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Klaytn unit 1`] = `
10552
10075
  {
10553
10076
  "formattedFeeValue": "0,000042 KLAY",
@@ -10719,15 +10242,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
10719
10242
  }
10720
10243
  `;
10721
10244
 
10722
- exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for SEI Network EVM unit 1`] = `
10723
- {
10724
- "formattedFeeValue": "0,000042 SEI",
10725
- "formattedGasPrice": "0 Gwei",
10726
- "formattedMaxFeePerGas": "2 Gwei",
10727
- "formattedMaxPriorityFeePerGas": "1 Gwei",
10728
- }
10729
- `;
10730
-
10731
10245
  exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Scroll Sepolia unit 1`] = `
10732
10246
  {
10733
10247
  "formattedFeeValue": "0,000042 ETH",
@@ -10926,15 +10440,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
10926
10440
  }
10927
10441
  `;
10928
10442
 
10929
- exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Berachain unit 1`] = `
10930
- {
10931
- "formattedFeeValue": "0,000042 BERA",
10932
- "formattedGasPrice": "0 Gwei",
10933
- "formattedMaxFeePerGas": "2 Gwei",
10934
- "formattedMaxPriorityFeePerGas": "1 Gwei",
10935
- }
10936
- `;
10937
-
10938
10443
  exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Binance Smart Chain unit 1`] = `
10939
10444
  {
10940
10445
  "formattedFeeValue": "0,000042 BNB",
@@ -11142,15 +10647,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
11142
10647
  }
11143
10648
  `;
11144
10649
 
11145
- exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for HyperEVM unit 1`] = `
11146
- {
11147
- "formattedFeeValue": "0,000042 HYPE",
11148
- "formattedGasPrice": "0 Gwei",
11149
- "formattedMaxFeePerGas": "2 Gwei",
11150
- "formattedMaxPriorityFeePerGas": "1 Gwei",
11151
- }
11152
- `;
11153
-
11154
10650
  exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Klaytn unit 1`] = `
11155
10651
  {
11156
10652
  "formattedFeeValue": "0,000042 KLAY",
@@ -11322,15 +10818,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
11322
10818
  }
11323
10819
  `;
11324
10820
 
11325
- exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for SEI Network EVM unit 1`] = `
11326
- {
11327
- "formattedFeeValue": "0,000042 SEI",
11328
- "formattedGasPrice": "0 Gwei",
11329
- "formattedMaxFeePerGas": "2 Gwei",
11330
- "formattedMaxPriorityFeePerGas": "1 Gwei",
11331
- }
11332
- `;
11333
-
11334
10821
  exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Scroll Sepolia unit 1`] = `
11335
10822
  {
11336
10823
  "formattedFeeValue": "0,000042 ETH",
@@ -11529,15 +11016,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
11529
11016
  }
11530
11017
  `;
11531
11018
 
11532
- exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Berachain unit 1`] = `
11533
- {
11534
- "formattedFeeValue": "0.000042 BERA",
11535
- "formattedGasPrice": "0 Gwei",
11536
- "formattedMaxFeePerGas": "2 Gwei",
11537
- "formattedMaxPriorityFeePerGas": "1 Gwei",
11538
- }
11539
- `;
11540
-
11541
11019
  exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Binance Smart Chain unit 1`] = `
11542
11020
  {
11543
11021
  "formattedFeeValue": "0.000042 BNB",
@@ -11745,15 +11223,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
11745
11223
  }
11746
11224
  `;
11747
11225
 
11748
- exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for HyperEVM unit 1`] = `
11749
- {
11750
- "formattedFeeValue": "0.000042 HYPE",
11751
- "formattedGasPrice": "0 Gwei",
11752
- "formattedMaxFeePerGas": "2 Gwei",
11753
- "formattedMaxPriorityFeePerGas": "1 Gwei",
11754
- }
11755
- `;
11756
-
11757
11226
  exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Klaytn unit 1`] = `
11758
11227
  {
11759
11228
  "formattedFeeValue": "0.000042 KLAY",
@@ -11925,15 +11394,6 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
11925
11394
  }
11926
11395
  `;
11927
11396
 
11928
- exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for SEI Network EVM unit 1`] = `
11929
- {
11930
- "formattedFeeValue": "0.000042 SEI",
11931
- "formattedGasPrice": "0 Gwei",
11932
- "formattedMaxFeePerGas": "2 Gwei",
11933
- "formattedMaxPriorityFeePerGas": "1 Gwei",
11934
- }
11935
- `;
11936
-
11937
11397
  exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Scroll Sepolia unit 1`] = `
11938
11398
  {
11939
11399
  "formattedFeeValue": "0.000042 ETH",