@ledgerhq/coin-evm 2.9.3 → 2.9.4-nightly.1
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +17 -0
- package/lib/__tests__/unit/api/node/rpc.unit.test.js +28 -3
- package/lib/__tests__/unit/api/node/rpc.unit.test.js.map +1 -1
- package/lib/api/node/rpc.common.js +2 -2
- package/lib/api/node/rpc.common.js.map +1 -1
- package/lib/specs.js +1 -1
- package/lib/specs.js.map +1 -1
- package/lib-es/__tests__/unit/api/node/rpc.unit.test.js +28 -3
- package/lib-es/__tests__/unit/api/node/rpc.unit.test.js.map +1 -1
- package/lib-es/api/node/rpc.common.js +2 -2
- package/lib-es/api/node/rpc.common.js.map +1 -1
- package/lib-es/specs.js +1 -1
- package/lib-es/specs.js.map +1 -1
- package/package.json +5 -5
- package/src/__tests__/unit/api/node/rpc.unit.test.ts +35 -4
- package/src/__tests__/unit/editTransaction/__snapshots__/getFormattedFeeFields.test.ts.snap +854 -854
- package/src/api/node/rpc.common.ts +2 -2
- package/src/specs.ts +1 -1
|
@@ -11,10 +11,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
11
11
|
|
|
12
12
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
13
13
|
{
|
|
14
|
-
"formattedFeeValue": "0,000105
|
|
15
|
-
"formattedGasPrice": "5
|
|
16
|
-
"formattedMaxFeePerGas": "0
|
|
17
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
14
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
15
|
+
"formattedGasPrice": "5 Gwei",
|
|
16
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
17
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
18
18
|
}
|
|
19
19
|
`;
|
|
20
20
|
|
|
@@ -56,10 +56,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
56
56
|
|
|
57
57
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
58
58
|
{
|
|
59
|
-
"formattedFeeValue": "0,000105
|
|
60
|
-
"formattedGasPrice": "5
|
|
61
|
-
"formattedMaxFeePerGas": "0
|
|
62
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
59
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
60
|
+
"formattedGasPrice": "5 Gwei",
|
|
61
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
62
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
63
63
|
}
|
|
64
64
|
`;
|
|
65
65
|
|
|
@@ -92,10 +92,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
92
92
|
|
|
93
93
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
94
94
|
{
|
|
95
|
-
"formattedFeeValue": "0,000105
|
|
96
|
-
"formattedGasPrice": "5
|
|
97
|
-
"formattedMaxFeePerGas": "0
|
|
98
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
95
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
96
|
+
"formattedGasPrice": "5 Gwei",
|
|
97
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
98
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
99
99
|
}
|
|
100
100
|
`;
|
|
101
101
|
|
|
@@ -191,19 +191,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
191
191
|
|
|
192
192
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
193
193
|
{
|
|
194
|
-
"formattedFeeValue": "0,000105
|
|
195
|
-
"formattedGasPrice": "5
|
|
196
|
-
"formattedMaxFeePerGas": "0
|
|
197
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
194
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
195
|
+
"formattedGasPrice": "5 Gwei",
|
|
196
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
197
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
198
198
|
}
|
|
199
199
|
`;
|
|
200
200
|
|
|
201
201
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
202
202
|
{
|
|
203
|
-
"formattedFeeValue": "0,000105
|
|
204
|
-
"formattedGasPrice": "5
|
|
205
|
-
"formattedMaxFeePerGas": "0
|
|
206
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
203
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
204
|
+
"formattedGasPrice": "5 Gwei",
|
|
205
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
206
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
207
207
|
}
|
|
208
208
|
`;
|
|
209
209
|
|
|
@@ -290,10 +290,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
290
290
|
|
|
291
291
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
292
292
|
{
|
|
293
|
-
"formattedFeeValue": "0,000105
|
|
294
|
-
"formattedGasPrice": "5
|
|
295
|
-
"formattedMaxFeePerGas": "0
|
|
296
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
293
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
294
|
+
"formattedGasPrice": "5 Gwei",
|
|
295
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
296
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
297
297
|
}
|
|
298
298
|
`;
|
|
299
299
|
|
|
@@ -380,10 +380,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
380
380
|
|
|
381
381
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
382
382
|
{
|
|
383
|
-
"formattedFeeValue": "0,000105
|
|
384
|
-
"formattedGasPrice": "5
|
|
385
|
-
"formattedMaxFeePerGas": "0
|
|
386
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
383
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
384
|
+
"formattedGasPrice": "5 Gwei",
|
|
385
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
386
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
387
387
|
}
|
|
388
388
|
`;
|
|
389
389
|
|
|
@@ -416,10 +416,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
416
416
|
|
|
417
417
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
418
418
|
{
|
|
419
|
-
"formattedFeeValue": "0,000105
|
|
420
|
-
"formattedGasPrice": "5
|
|
421
|
-
"formattedMaxFeePerGas": "0
|
|
422
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
419
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
420
|
+
"formattedGasPrice": "5 Gwei",
|
|
421
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
422
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
423
423
|
}
|
|
424
424
|
`;
|
|
425
425
|
|
|
@@ -452,10 +452,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
452
452
|
|
|
453
453
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
454
454
|
{
|
|
455
|
-
"formattedFeeValue": "0,000105
|
|
456
|
-
"formattedGasPrice": "5
|
|
457
|
-
"formattedMaxFeePerGas": "0
|
|
458
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
455
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
456
|
+
"formattedGasPrice": "5 Gwei",
|
|
457
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
458
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
459
459
|
}
|
|
460
460
|
`;
|
|
461
461
|
|
|
@@ -506,8 +506,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
506
506
|
|
|
507
507
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for TomoChain unit 1`] = `
|
|
508
508
|
{
|
|
509
|
-
"formattedFeeValue": "
|
|
510
|
-
"formattedGasPrice": "
|
|
509
|
+
"formattedFeeValue": "0,000105 TOMO",
|
|
510
|
+
"formattedGasPrice": "0 TOMO",
|
|
511
511
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
512
512
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
513
513
|
}
|
|
@@ -542,10 +542,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly
|
|
|
542
542
|
|
|
543
543
|
exports[`getFormattedFeeFields with tx type 0 with locale de-DE should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
544
544
|
{
|
|
545
|
-
"formattedFeeValue": "0,000105
|
|
546
|
-
"formattedGasPrice": "5
|
|
547
|
-
"formattedMaxFeePerGas": "0
|
|
548
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
545
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
546
|
+
"formattedGasPrice": "5 Gwei",
|
|
547
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
548
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
549
549
|
}
|
|
550
550
|
`;
|
|
551
551
|
|
|
@@ -569,10 +569,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
569
569
|
|
|
570
570
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
571
571
|
{
|
|
572
|
-
"formattedFeeValue": "0.000105
|
|
573
|
-
"formattedGasPrice": "5
|
|
574
|
-
"formattedMaxFeePerGas": "0
|
|
575
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
572
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
573
|
+
"formattedGasPrice": "5 Gwei",
|
|
574
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
575
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
576
576
|
}
|
|
577
577
|
`;
|
|
578
578
|
|
|
@@ -614,10 +614,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
614
614
|
|
|
615
615
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
616
616
|
{
|
|
617
|
-
"formattedFeeValue": "0.000105
|
|
618
|
-
"formattedGasPrice": "5
|
|
619
|
-
"formattedMaxFeePerGas": "0
|
|
620
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
617
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
618
|
+
"formattedGasPrice": "5 Gwei",
|
|
619
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
620
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
621
621
|
}
|
|
622
622
|
`;
|
|
623
623
|
|
|
@@ -650,10 +650,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
650
650
|
|
|
651
651
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
652
652
|
{
|
|
653
|
-
"formattedFeeValue": "0.000105
|
|
654
|
-
"formattedGasPrice": "5
|
|
655
|
-
"formattedMaxFeePerGas": "0
|
|
656
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
653
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
654
|
+
"formattedGasPrice": "5 Gwei",
|
|
655
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
656
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
657
657
|
}
|
|
658
658
|
`;
|
|
659
659
|
|
|
@@ -749,19 +749,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
749
749
|
|
|
750
750
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
751
751
|
{
|
|
752
|
-
"formattedFeeValue": "0.000105
|
|
753
|
-
"formattedGasPrice": "5
|
|
754
|
-
"formattedMaxFeePerGas": "0
|
|
755
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
752
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
753
|
+
"formattedGasPrice": "5 Gwei",
|
|
754
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
755
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
756
756
|
}
|
|
757
757
|
`;
|
|
758
758
|
|
|
759
759
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
760
760
|
{
|
|
761
|
-
"formattedFeeValue": "0.000105
|
|
762
|
-
"formattedGasPrice": "5
|
|
763
|
-
"formattedMaxFeePerGas": "0
|
|
764
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
761
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
762
|
+
"formattedGasPrice": "5 Gwei",
|
|
763
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
764
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
765
765
|
}
|
|
766
766
|
`;
|
|
767
767
|
|
|
@@ -848,10 +848,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
848
848
|
|
|
849
849
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
850
850
|
{
|
|
851
|
-
"formattedFeeValue": "0.000105
|
|
852
|
-
"formattedGasPrice": "5
|
|
853
|
-
"formattedMaxFeePerGas": "0
|
|
854
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
851
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
852
|
+
"formattedGasPrice": "5 Gwei",
|
|
853
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
854
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
855
855
|
}
|
|
856
856
|
`;
|
|
857
857
|
|
|
@@ -938,10 +938,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
938
938
|
|
|
939
939
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
940
940
|
{
|
|
941
|
-
"formattedFeeValue": "0.000105
|
|
942
|
-
"formattedGasPrice": "5
|
|
943
|
-
"formattedMaxFeePerGas": "0
|
|
944
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
941
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
942
|
+
"formattedGasPrice": "5 Gwei",
|
|
943
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
944
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
945
945
|
}
|
|
946
946
|
`;
|
|
947
947
|
|
|
@@ -974,10 +974,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
974
974
|
|
|
975
975
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
976
976
|
{
|
|
977
|
-
"formattedFeeValue": "0.000105
|
|
978
|
-
"formattedGasPrice": "5
|
|
979
|
-
"formattedMaxFeePerGas": "0
|
|
980
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
977
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
978
|
+
"formattedGasPrice": "5 Gwei",
|
|
979
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
980
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
981
981
|
}
|
|
982
982
|
`;
|
|
983
983
|
|
|
@@ -1010,10 +1010,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
1010
1010
|
|
|
1011
1011
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
1012
1012
|
{
|
|
1013
|
-
"formattedFeeValue": "0.000105
|
|
1014
|
-
"formattedGasPrice": "5
|
|
1015
|
-
"formattedMaxFeePerGas": "0
|
|
1016
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1013
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
1014
|
+
"formattedGasPrice": "5 Gwei",
|
|
1015
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1016
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1017
1017
|
}
|
|
1018
1018
|
`;
|
|
1019
1019
|
|
|
@@ -1064,8 +1064,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
1064
1064
|
|
|
1065
1065
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for TomoChain unit 1`] = `
|
|
1066
1066
|
{
|
|
1067
|
-
"formattedFeeValue": "
|
|
1068
|
-
"formattedGasPrice": "
|
|
1067
|
+
"formattedFeeValue": "0.000105 TOMO",
|
|
1068
|
+
"formattedGasPrice": "0 TOMO",
|
|
1069
1069
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
1070
1070
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
1071
1071
|
}
|
|
@@ -1100,10 +1100,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly
|
|
|
1100
1100
|
|
|
1101
1101
|
exports[`getFormattedFeeFields with tx type 0 with locale en-US should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
1102
1102
|
{
|
|
1103
|
-
"formattedFeeValue": "0.000105
|
|
1104
|
-
"formattedGasPrice": "5
|
|
1105
|
-
"formattedMaxFeePerGas": "0
|
|
1106
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1103
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
1104
|
+
"formattedGasPrice": "5 Gwei",
|
|
1105
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1106
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1107
1107
|
}
|
|
1108
1108
|
`;
|
|
1109
1109
|
|
|
@@ -1127,10 +1127,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1127
1127
|
|
|
1128
1128
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
1129
1129
|
{
|
|
1130
|
-
"formattedFeeValue": "0,000105
|
|
1131
|
-
"formattedGasPrice": "5
|
|
1132
|
-
"formattedMaxFeePerGas": "0
|
|
1133
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1130
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1131
|
+
"formattedGasPrice": "5 Gwei",
|
|
1132
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1133
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1134
1134
|
}
|
|
1135
1135
|
`;
|
|
1136
1136
|
|
|
@@ -1172,10 +1172,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1172
1172
|
|
|
1173
1173
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
1174
1174
|
{
|
|
1175
|
-
"formattedFeeValue": "0,000105
|
|
1176
|
-
"formattedGasPrice": "5
|
|
1177
|
-
"formattedMaxFeePerGas": "0
|
|
1178
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1175
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1176
|
+
"formattedGasPrice": "5 Gwei",
|
|
1177
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1178
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1179
1179
|
}
|
|
1180
1180
|
`;
|
|
1181
1181
|
|
|
@@ -1208,10 +1208,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1208
1208
|
|
|
1209
1209
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
1210
1210
|
{
|
|
1211
|
-
"formattedFeeValue": "0,000105
|
|
1212
|
-
"formattedGasPrice": "5
|
|
1213
|
-
"formattedMaxFeePerGas": "0
|
|
1214
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1211
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1212
|
+
"formattedGasPrice": "5 Gwei",
|
|
1213
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1214
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1215
1215
|
}
|
|
1216
1216
|
`;
|
|
1217
1217
|
|
|
@@ -1307,19 +1307,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1307
1307
|
|
|
1308
1308
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
1309
1309
|
{
|
|
1310
|
-
"formattedFeeValue": "0,000105
|
|
1311
|
-
"formattedGasPrice": "5
|
|
1312
|
-
"formattedMaxFeePerGas": "0
|
|
1313
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1310
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1311
|
+
"formattedGasPrice": "5 Gwei",
|
|
1312
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1313
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1314
1314
|
}
|
|
1315
1315
|
`;
|
|
1316
1316
|
|
|
1317
1317
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
1318
1318
|
{
|
|
1319
|
-
"formattedFeeValue": "0,000105
|
|
1320
|
-
"formattedGasPrice": "5
|
|
1321
|
-
"formattedMaxFeePerGas": "0
|
|
1322
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1319
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1320
|
+
"formattedGasPrice": "5 Gwei",
|
|
1321
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1322
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1323
1323
|
}
|
|
1324
1324
|
`;
|
|
1325
1325
|
|
|
@@ -1406,10 +1406,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1406
1406
|
|
|
1407
1407
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
1408
1408
|
{
|
|
1409
|
-
"formattedFeeValue": "0,000105
|
|
1410
|
-
"formattedGasPrice": "5
|
|
1411
|
-
"formattedMaxFeePerGas": "0
|
|
1412
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1409
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1410
|
+
"formattedGasPrice": "5 Gwei",
|
|
1411
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1412
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1413
1413
|
}
|
|
1414
1414
|
`;
|
|
1415
1415
|
|
|
@@ -1496,10 +1496,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1496
1496
|
|
|
1497
1497
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
1498
1498
|
{
|
|
1499
|
-
"formattedFeeValue": "0,000105
|
|
1500
|
-
"formattedGasPrice": "5
|
|
1501
|
-
"formattedMaxFeePerGas": "0
|
|
1502
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1499
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1500
|
+
"formattedGasPrice": "5 Gwei",
|
|
1501
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1502
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1503
1503
|
}
|
|
1504
1504
|
`;
|
|
1505
1505
|
|
|
@@ -1532,10 +1532,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1532
1532
|
|
|
1533
1533
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
1534
1534
|
{
|
|
1535
|
-
"formattedFeeValue": "0,000105
|
|
1536
|
-
"formattedGasPrice": "5
|
|
1537
|
-
"formattedMaxFeePerGas": "0
|
|
1538
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1535
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1536
|
+
"formattedGasPrice": "5 Gwei",
|
|
1537
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1538
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1539
1539
|
}
|
|
1540
1540
|
`;
|
|
1541
1541
|
|
|
@@ -1568,10 +1568,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1568
1568
|
|
|
1569
1569
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
1570
1570
|
{
|
|
1571
|
-
"formattedFeeValue": "0,000105
|
|
1572
|
-
"formattedGasPrice": "5
|
|
1573
|
-
"formattedMaxFeePerGas": "0
|
|
1574
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1571
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1572
|
+
"formattedGasPrice": "5 Gwei",
|
|
1573
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1574
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1575
1575
|
}
|
|
1576
1576
|
`;
|
|
1577
1577
|
|
|
@@ -1622,8 +1622,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1622
1622
|
|
|
1623
1623
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for TomoChain unit 1`] = `
|
|
1624
1624
|
{
|
|
1625
|
-
"formattedFeeValue": "
|
|
1626
|
-
"formattedGasPrice": "
|
|
1625
|
+
"formattedFeeValue": "0,000105 TOMO",
|
|
1626
|
+
"formattedGasPrice": "0 TOMO",
|
|
1627
1627
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
1628
1628
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
1629
1629
|
}
|
|
@@ -1658,10 +1658,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly
|
|
|
1658
1658
|
|
|
1659
1659
|
exports[`getFormattedFeeFields with tx type 0 with locale es-ES should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
1660
1660
|
{
|
|
1661
|
-
"formattedFeeValue": "0,000105
|
|
1662
|
-
"formattedGasPrice": "5
|
|
1663
|
-
"formattedMaxFeePerGas": "0
|
|
1664
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1661
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1662
|
+
"formattedGasPrice": "5 Gwei",
|
|
1663
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1664
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1665
1665
|
}
|
|
1666
1666
|
`;
|
|
1667
1667
|
|
|
@@ -1685,10 +1685,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
1685
1685
|
|
|
1686
1686
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
1687
1687
|
{
|
|
1688
|
-
"formattedFeeValue": "0,000105
|
|
1689
|
-
"formattedGasPrice": "5
|
|
1690
|
-
"formattedMaxFeePerGas": "0
|
|
1691
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1688
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1689
|
+
"formattedGasPrice": "5 Gwei",
|
|
1690
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1691
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1692
1692
|
}
|
|
1693
1693
|
`;
|
|
1694
1694
|
|
|
@@ -1730,10 +1730,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
1730
1730
|
|
|
1731
1731
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
1732
1732
|
{
|
|
1733
|
-
"formattedFeeValue": "0,000105
|
|
1734
|
-
"formattedGasPrice": "5
|
|
1735
|
-
"formattedMaxFeePerGas": "0
|
|
1736
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1733
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1734
|
+
"formattedGasPrice": "5 Gwei",
|
|
1735
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1736
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1737
1737
|
}
|
|
1738
1738
|
`;
|
|
1739
1739
|
|
|
@@ -1766,10 +1766,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
1766
1766
|
|
|
1767
1767
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
1768
1768
|
{
|
|
1769
|
-
"formattedFeeValue": "0,000105
|
|
1770
|
-
"formattedGasPrice": "5
|
|
1771
|
-
"formattedMaxFeePerGas": "0
|
|
1772
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1769
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1770
|
+
"formattedGasPrice": "5 Gwei",
|
|
1771
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1772
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1773
1773
|
}
|
|
1774
1774
|
`;
|
|
1775
1775
|
|
|
@@ -1865,19 +1865,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
1865
1865
|
|
|
1866
1866
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
1867
1867
|
{
|
|
1868
|
-
"formattedFeeValue": "0,000105
|
|
1869
|
-
"formattedGasPrice": "5
|
|
1870
|
-
"formattedMaxFeePerGas": "0
|
|
1871
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1868
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1869
|
+
"formattedGasPrice": "5 Gwei",
|
|
1870
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1871
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1872
1872
|
}
|
|
1873
1873
|
`;
|
|
1874
1874
|
|
|
1875
1875
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
1876
1876
|
{
|
|
1877
|
-
"formattedFeeValue": "0,000105
|
|
1878
|
-
"formattedGasPrice": "5
|
|
1879
|
-
"formattedMaxFeePerGas": "0
|
|
1880
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1877
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1878
|
+
"formattedGasPrice": "5 Gwei",
|
|
1879
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1880
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1881
1881
|
}
|
|
1882
1882
|
`;
|
|
1883
1883
|
|
|
@@ -1964,10 +1964,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
1964
1964
|
|
|
1965
1965
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
1966
1966
|
{
|
|
1967
|
-
"formattedFeeValue": "0,000105
|
|
1968
|
-
"formattedGasPrice": "5
|
|
1969
|
-
"formattedMaxFeePerGas": "0
|
|
1970
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
1967
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
1968
|
+
"formattedGasPrice": "5 Gwei",
|
|
1969
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
1970
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
1971
1971
|
}
|
|
1972
1972
|
`;
|
|
1973
1973
|
|
|
@@ -2054,10 +2054,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
2054
2054
|
|
|
2055
2055
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
2056
2056
|
{
|
|
2057
|
-
"formattedFeeValue": "0,000105
|
|
2058
|
-
"formattedGasPrice": "5
|
|
2059
|
-
"formattedMaxFeePerGas": "0
|
|
2060
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2057
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
2058
|
+
"formattedGasPrice": "5 Gwei",
|
|
2059
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2060
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2061
2061
|
}
|
|
2062
2062
|
`;
|
|
2063
2063
|
|
|
@@ -2090,10 +2090,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
2090
2090
|
|
|
2091
2091
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
2092
2092
|
{
|
|
2093
|
-
"formattedFeeValue": "0,000105
|
|
2094
|
-
"formattedGasPrice": "5
|
|
2095
|
-
"formattedMaxFeePerGas": "0
|
|
2096
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2093
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
2094
|
+
"formattedGasPrice": "5 Gwei",
|
|
2095
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2096
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2097
2097
|
}
|
|
2098
2098
|
`;
|
|
2099
2099
|
|
|
@@ -2126,10 +2126,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
2126
2126
|
|
|
2127
2127
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
2128
2128
|
{
|
|
2129
|
-
"formattedFeeValue": "0,000105
|
|
2130
|
-
"formattedGasPrice": "5
|
|
2131
|
-
"formattedMaxFeePerGas": "0
|
|
2132
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2129
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
2130
|
+
"formattedGasPrice": "5 Gwei",
|
|
2131
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2132
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2133
2133
|
}
|
|
2134
2134
|
`;
|
|
2135
2135
|
|
|
@@ -2180,8 +2180,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
2180
2180
|
|
|
2181
2181
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for TomoChain unit 1`] = `
|
|
2182
2182
|
{
|
|
2183
|
-
"formattedFeeValue": "
|
|
2184
|
-
"formattedGasPrice": "
|
|
2183
|
+
"formattedFeeValue": "0,000105 TOMO",
|
|
2184
|
+
"formattedGasPrice": "0 TOMO",
|
|
2185
2185
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
2186
2186
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
2187
2187
|
}
|
|
@@ -2216,10 +2216,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly
|
|
|
2216
2216
|
|
|
2217
2217
|
exports[`getFormattedFeeFields with tx type 0 with locale fr-FR should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
2218
2218
|
{
|
|
2219
|
-
"formattedFeeValue": "0,000105
|
|
2220
|
-
"formattedGasPrice": "5
|
|
2221
|
-
"formattedMaxFeePerGas": "0
|
|
2222
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2219
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
2220
|
+
"formattedGasPrice": "5 Gwei",
|
|
2221
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2222
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2223
2223
|
}
|
|
2224
2224
|
`;
|
|
2225
2225
|
|
|
@@ -2243,10 +2243,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2243
2243
|
|
|
2244
2244
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
2245
2245
|
{
|
|
2246
|
-
"formattedFeeValue": "0.000105
|
|
2247
|
-
"formattedGasPrice": "5
|
|
2248
|
-
"formattedMaxFeePerGas": "0
|
|
2249
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2246
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2247
|
+
"formattedGasPrice": "5 Gwei",
|
|
2248
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2249
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2250
2250
|
}
|
|
2251
2251
|
`;
|
|
2252
2252
|
|
|
@@ -2288,10 +2288,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2288
2288
|
|
|
2289
2289
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
2290
2290
|
{
|
|
2291
|
-
"formattedFeeValue": "0.000105
|
|
2292
|
-
"formattedGasPrice": "5
|
|
2293
|
-
"formattedMaxFeePerGas": "0
|
|
2294
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2291
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2292
|
+
"formattedGasPrice": "5 Gwei",
|
|
2293
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2294
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2295
2295
|
}
|
|
2296
2296
|
`;
|
|
2297
2297
|
|
|
@@ -2324,10 +2324,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2324
2324
|
|
|
2325
2325
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
2326
2326
|
{
|
|
2327
|
-
"formattedFeeValue": "0.000105
|
|
2328
|
-
"formattedGasPrice": "5
|
|
2329
|
-
"formattedMaxFeePerGas": "0
|
|
2330
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2327
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2328
|
+
"formattedGasPrice": "5 Gwei",
|
|
2329
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2330
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2331
2331
|
}
|
|
2332
2332
|
`;
|
|
2333
2333
|
|
|
@@ -2423,19 +2423,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2423
2423
|
|
|
2424
2424
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
2425
2425
|
{
|
|
2426
|
-
"formattedFeeValue": "0.000105
|
|
2427
|
-
"formattedGasPrice": "5
|
|
2428
|
-
"formattedMaxFeePerGas": "0
|
|
2429
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2426
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2427
|
+
"formattedGasPrice": "5 Gwei",
|
|
2428
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2429
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2430
2430
|
}
|
|
2431
2431
|
`;
|
|
2432
2432
|
|
|
2433
2433
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
2434
2434
|
{
|
|
2435
|
-
"formattedFeeValue": "0.000105
|
|
2436
|
-
"formattedGasPrice": "5
|
|
2437
|
-
"formattedMaxFeePerGas": "0
|
|
2438
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2435
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2436
|
+
"formattedGasPrice": "5 Gwei",
|
|
2437
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2438
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2439
2439
|
}
|
|
2440
2440
|
`;
|
|
2441
2441
|
|
|
@@ -2522,10 +2522,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2522
2522
|
|
|
2523
2523
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
2524
2524
|
{
|
|
2525
|
-
"formattedFeeValue": "0.000105
|
|
2526
|
-
"formattedGasPrice": "5
|
|
2527
|
-
"formattedMaxFeePerGas": "0
|
|
2528
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2525
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2526
|
+
"formattedGasPrice": "5 Gwei",
|
|
2527
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2528
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2529
2529
|
}
|
|
2530
2530
|
`;
|
|
2531
2531
|
|
|
@@ -2612,10 +2612,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2612
2612
|
|
|
2613
2613
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
2614
2614
|
{
|
|
2615
|
-
"formattedFeeValue": "0.000105
|
|
2616
|
-
"formattedGasPrice": "5
|
|
2617
|
-
"formattedMaxFeePerGas": "0
|
|
2618
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2615
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2616
|
+
"formattedGasPrice": "5 Gwei",
|
|
2617
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2618
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2619
2619
|
}
|
|
2620
2620
|
`;
|
|
2621
2621
|
|
|
@@ -2648,10 +2648,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2648
2648
|
|
|
2649
2649
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
2650
2650
|
{
|
|
2651
|
-
"formattedFeeValue": "0.000105
|
|
2652
|
-
"formattedGasPrice": "5
|
|
2653
|
-
"formattedMaxFeePerGas": "0
|
|
2654
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2651
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2652
|
+
"formattedGasPrice": "5 Gwei",
|
|
2653
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2654
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2655
2655
|
}
|
|
2656
2656
|
`;
|
|
2657
2657
|
|
|
@@ -2684,10 +2684,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2684
2684
|
|
|
2685
2685
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
2686
2686
|
{
|
|
2687
|
-
"formattedFeeValue": "0.000105
|
|
2688
|
-
"formattedGasPrice": "5
|
|
2689
|
-
"formattedMaxFeePerGas": "0
|
|
2690
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2687
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2688
|
+
"formattedGasPrice": "5 Gwei",
|
|
2689
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2690
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2691
2691
|
}
|
|
2692
2692
|
`;
|
|
2693
2693
|
|
|
@@ -2738,8 +2738,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2738
2738
|
|
|
2739
2739
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for TomoChain unit 1`] = `
|
|
2740
2740
|
{
|
|
2741
|
-
"formattedFeeValue": "
|
|
2742
|
-
"formattedGasPrice": "
|
|
2741
|
+
"formattedFeeValue": "0.000105 TOMO",
|
|
2742
|
+
"formattedGasPrice": "0 TOMO",
|
|
2743
2743
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
2744
2744
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
2745
2745
|
}
|
|
@@ -2774,10 +2774,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly
|
|
|
2774
2774
|
|
|
2775
2775
|
exports[`getFormattedFeeFields with tx type 0 with locale ja-JP should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
2776
2776
|
{
|
|
2777
|
-
"formattedFeeValue": "0.000105
|
|
2778
|
-
"formattedGasPrice": "5
|
|
2779
|
-
"formattedMaxFeePerGas": "0
|
|
2780
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2777
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2778
|
+
"formattedGasPrice": "5 Gwei",
|
|
2779
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2780
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2781
2781
|
}
|
|
2782
2782
|
`;
|
|
2783
2783
|
|
|
@@ -2801,10 +2801,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
2801
2801
|
|
|
2802
2802
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
2803
2803
|
{
|
|
2804
|
-
"formattedFeeValue": "0.000105
|
|
2805
|
-
"formattedGasPrice": "5
|
|
2806
|
-
"formattedMaxFeePerGas": "0
|
|
2807
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2804
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2805
|
+
"formattedGasPrice": "5 Gwei",
|
|
2806
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2807
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2808
2808
|
}
|
|
2809
2809
|
`;
|
|
2810
2810
|
|
|
@@ -2846,10 +2846,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
2846
2846
|
|
|
2847
2847
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
2848
2848
|
{
|
|
2849
|
-
"formattedFeeValue": "0.000105
|
|
2850
|
-
"formattedGasPrice": "5
|
|
2851
|
-
"formattedMaxFeePerGas": "0
|
|
2852
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2849
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2850
|
+
"formattedGasPrice": "5 Gwei",
|
|
2851
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2852
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2853
2853
|
}
|
|
2854
2854
|
`;
|
|
2855
2855
|
|
|
@@ -2882,10 +2882,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
2882
2882
|
|
|
2883
2883
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
2884
2884
|
{
|
|
2885
|
-
"formattedFeeValue": "0.000105
|
|
2886
|
-
"formattedGasPrice": "5
|
|
2887
|
-
"formattedMaxFeePerGas": "0
|
|
2888
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2885
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2886
|
+
"formattedGasPrice": "5 Gwei",
|
|
2887
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2888
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2889
2889
|
}
|
|
2890
2890
|
`;
|
|
2891
2891
|
|
|
@@ -2981,19 +2981,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
2981
2981
|
|
|
2982
2982
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
2983
2983
|
{
|
|
2984
|
-
"formattedFeeValue": "0.000105
|
|
2985
|
-
"formattedGasPrice": "5
|
|
2986
|
-
"formattedMaxFeePerGas": "0
|
|
2987
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2984
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2985
|
+
"formattedGasPrice": "5 Gwei",
|
|
2986
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2987
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2988
2988
|
}
|
|
2989
2989
|
`;
|
|
2990
2990
|
|
|
2991
2991
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
2992
2992
|
{
|
|
2993
|
-
"formattedFeeValue": "0.000105
|
|
2994
|
-
"formattedGasPrice": "5
|
|
2995
|
-
"formattedMaxFeePerGas": "0
|
|
2996
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
2993
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
2994
|
+
"formattedGasPrice": "5 Gwei",
|
|
2995
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
2996
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
2997
2997
|
}
|
|
2998
2998
|
`;
|
|
2999
2999
|
|
|
@@ -3080,10 +3080,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
3080
3080
|
|
|
3081
3081
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
3082
3082
|
{
|
|
3083
|
-
"formattedFeeValue": "0.000105
|
|
3084
|
-
"formattedGasPrice": "5
|
|
3085
|
-
"formattedMaxFeePerGas": "0
|
|
3086
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3083
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
3084
|
+
"formattedGasPrice": "5 Gwei",
|
|
3085
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3086
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3087
3087
|
}
|
|
3088
3088
|
`;
|
|
3089
3089
|
|
|
@@ -3170,10 +3170,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
3170
3170
|
|
|
3171
3171
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
3172
3172
|
{
|
|
3173
|
-
"formattedFeeValue": "0.000105
|
|
3174
|
-
"formattedGasPrice": "5
|
|
3175
|
-
"formattedMaxFeePerGas": "0
|
|
3176
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3173
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
3174
|
+
"formattedGasPrice": "5 Gwei",
|
|
3175
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3176
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3177
3177
|
}
|
|
3178
3178
|
`;
|
|
3179
3179
|
|
|
@@ -3206,10 +3206,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
3206
3206
|
|
|
3207
3207
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
3208
3208
|
{
|
|
3209
|
-
"formattedFeeValue": "0.000105
|
|
3210
|
-
"formattedGasPrice": "5
|
|
3211
|
-
"formattedMaxFeePerGas": "0
|
|
3212
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3209
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
3210
|
+
"formattedGasPrice": "5 Gwei",
|
|
3211
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3212
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3213
3213
|
}
|
|
3214
3214
|
`;
|
|
3215
3215
|
|
|
@@ -3242,10 +3242,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
3242
3242
|
|
|
3243
3243
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
3244
3244
|
{
|
|
3245
|
-
"formattedFeeValue": "0.000105
|
|
3246
|
-
"formattedGasPrice": "5
|
|
3247
|
-
"formattedMaxFeePerGas": "0
|
|
3248
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3245
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
3246
|
+
"formattedGasPrice": "5 Gwei",
|
|
3247
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3248
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3249
3249
|
}
|
|
3250
3250
|
`;
|
|
3251
3251
|
|
|
@@ -3296,8 +3296,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
3296
3296
|
|
|
3297
3297
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for TomoChain unit 1`] = `
|
|
3298
3298
|
{
|
|
3299
|
-
"formattedFeeValue": "
|
|
3300
|
-
"formattedGasPrice": "
|
|
3299
|
+
"formattedFeeValue": "0.000105 TOMO",
|
|
3300
|
+
"formattedGasPrice": "0 TOMO",
|
|
3301
3301
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
3302
3302
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
3303
3303
|
}
|
|
@@ -3332,10 +3332,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly
|
|
|
3332
3332
|
|
|
3333
3333
|
exports[`getFormattedFeeFields with tx type 0 with locale ko-KR should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
3334
3334
|
{
|
|
3335
|
-
"formattedFeeValue": "0.000105
|
|
3336
|
-
"formattedGasPrice": "5
|
|
3337
|
-
"formattedMaxFeePerGas": "0
|
|
3338
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3335
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
3336
|
+
"formattedGasPrice": "5 Gwei",
|
|
3337
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3338
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3339
3339
|
}
|
|
3340
3340
|
`;
|
|
3341
3341
|
|
|
@@ -3359,10 +3359,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3359
3359
|
|
|
3360
3360
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
3361
3361
|
{
|
|
3362
|
-
"formattedFeeValue": "0,000105
|
|
3363
|
-
"formattedGasPrice": "5
|
|
3364
|
-
"formattedMaxFeePerGas": "0
|
|
3365
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3362
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3363
|
+
"formattedGasPrice": "5 Gwei",
|
|
3364
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3365
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3366
3366
|
}
|
|
3367
3367
|
`;
|
|
3368
3368
|
|
|
@@ -3404,10 +3404,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3404
3404
|
|
|
3405
3405
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
3406
3406
|
{
|
|
3407
|
-
"formattedFeeValue": "0,000105
|
|
3408
|
-
"formattedGasPrice": "5
|
|
3409
|
-
"formattedMaxFeePerGas": "0
|
|
3410
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3407
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3408
|
+
"formattedGasPrice": "5 Gwei",
|
|
3409
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3410
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3411
3411
|
}
|
|
3412
3412
|
`;
|
|
3413
3413
|
|
|
@@ -3440,12 +3440,12 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3440
3440
|
|
|
3441
3441
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
3442
3442
|
{
|
|
3443
|
-
"formattedFeeValue": "0,000105
|
|
3444
|
-
"formattedGasPrice": "5
|
|
3445
|
-
"formattedMaxFeePerGas": "0
|
|
3446
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3447
|
-
}
|
|
3448
|
-
`;
|
|
3443
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3444
|
+
"formattedGasPrice": "5 Gwei",
|
|
3445
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3446
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3447
|
+
}
|
|
3448
|
+
`;
|
|
3449
3449
|
|
|
3450
3450
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Blast unit 1`] = `
|
|
3451
3451
|
{
|
|
@@ -3539,19 +3539,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3539
3539
|
|
|
3540
3540
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
3541
3541
|
{
|
|
3542
|
-
"formattedFeeValue": "0,000105
|
|
3543
|
-
"formattedGasPrice": "5
|
|
3544
|
-
"formattedMaxFeePerGas": "0
|
|
3545
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3542
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3543
|
+
"formattedGasPrice": "5 Gwei",
|
|
3544
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3545
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3546
3546
|
}
|
|
3547
3547
|
`;
|
|
3548
3548
|
|
|
3549
3549
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
3550
3550
|
{
|
|
3551
|
-
"formattedFeeValue": "0,000105
|
|
3552
|
-
"formattedGasPrice": "5
|
|
3553
|
-
"formattedMaxFeePerGas": "0
|
|
3554
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3551
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3552
|
+
"formattedGasPrice": "5 Gwei",
|
|
3553
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3554
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3555
3555
|
}
|
|
3556
3556
|
`;
|
|
3557
3557
|
|
|
@@ -3638,10 +3638,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3638
3638
|
|
|
3639
3639
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
3640
3640
|
{
|
|
3641
|
-
"formattedFeeValue": "0,000105
|
|
3642
|
-
"formattedGasPrice": "5
|
|
3643
|
-
"formattedMaxFeePerGas": "0
|
|
3644
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3641
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3642
|
+
"formattedGasPrice": "5 Gwei",
|
|
3643
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3644
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3645
3645
|
}
|
|
3646
3646
|
`;
|
|
3647
3647
|
|
|
@@ -3728,10 +3728,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3728
3728
|
|
|
3729
3729
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
3730
3730
|
{
|
|
3731
|
-
"formattedFeeValue": "0,000105
|
|
3732
|
-
"formattedGasPrice": "5
|
|
3733
|
-
"formattedMaxFeePerGas": "0
|
|
3734
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3731
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3732
|
+
"formattedGasPrice": "5 Gwei",
|
|
3733
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3734
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3735
3735
|
}
|
|
3736
3736
|
`;
|
|
3737
3737
|
|
|
@@ -3764,10 +3764,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3764
3764
|
|
|
3765
3765
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
3766
3766
|
{
|
|
3767
|
-
"formattedFeeValue": "0,000105
|
|
3768
|
-
"formattedGasPrice": "5
|
|
3769
|
-
"formattedMaxFeePerGas": "0
|
|
3770
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3767
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3768
|
+
"formattedGasPrice": "5 Gwei",
|
|
3769
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3770
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3771
3771
|
}
|
|
3772
3772
|
`;
|
|
3773
3773
|
|
|
@@ -3800,10 +3800,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3800
3800
|
|
|
3801
3801
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
3802
3802
|
{
|
|
3803
|
-
"formattedFeeValue": "0,000105
|
|
3804
|
-
"formattedGasPrice": "5
|
|
3805
|
-
"formattedMaxFeePerGas": "0
|
|
3806
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3803
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3804
|
+
"formattedGasPrice": "5 Gwei",
|
|
3805
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3806
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3807
3807
|
}
|
|
3808
3808
|
`;
|
|
3809
3809
|
|
|
@@ -3854,8 +3854,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3854
3854
|
|
|
3855
3855
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for TomoChain unit 1`] = `
|
|
3856
3856
|
{
|
|
3857
|
-
"formattedFeeValue": "
|
|
3858
|
-
"formattedGasPrice": "
|
|
3857
|
+
"formattedFeeValue": "0,000105 TOMO",
|
|
3858
|
+
"formattedGasPrice": "0 TOMO",
|
|
3859
3859
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
3860
3860
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
3861
3861
|
}
|
|
@@ -3890,10 +3890,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly
|
|
|
3890
3890
|
|
|
3891
3891
|
exports[`getFormattedFeeFields with tx type 0 with locale pt-BR should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
3892
3892
|
{
|
|
3893
|
-
"formattedFeeValue": "0,000105
|
|
3894
|
-
"formattedGasPrice": "5
|
|
3895
|
-
"formattedMaxFeePerGas": "0
|
|
3896
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3893
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3894
|
+
"formattedGasPrice": "5 Gwei",
|
|
3895
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3896
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3897
3897
|
}
|
|
3898
3898
|
`;
|
|
3899
3899
|
|
|
@@ -3917,10 +3917,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
3917
3917
|
|
|
3918
3918
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
3919
3919
|
{
|
|
3920
|
-
"formattedFeeValue": "0,000105
|
|
3921
|
-
"formattedGasPrice": "5
|
|
3922
|
-
"formattedMaxFeePerGas": "0
|
|
3923
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3920
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3921
|
+
"formattedGasPrice": "5 Gwei",
|
|
3922
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3923
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3924
3924
|
}
|
|
3925
3925
|
`;
|
|
3926
3926
|
|
|
@@ -3962,10 +3962,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
3962
3962
|
|
|
3963
3963
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
3964
3964
|
{
|
|
3965
|
-
"formattedFeeValue": "0,000105
|
|
3966
|
-
"formattedGasPrice": "5
|
|
3967
|
-
"formattedMaxFeePerGas": "0
|
|
3968
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
3965
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
3966
|
+
"formattedGasPrice": "5 Gwei",
|
|
3967
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
3968
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
3969
3969
|
}
|
|
3970
3970
|
`;
|
|
3971
3971
|
|
|
@@ -3998,10 +3998,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
3998
3998
|
|
|
3999
3999
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
4000
4000
|
{
|
|
4001
|
-
"formattedFeeValue": "0,000105
|
|
4002
|
-
"formattedGasPrice": "5
|
|
4003
|
-
"formattedMaxFeePerGas": "0
|
|
4004
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4001
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4002
|
+
"formattedGasPrice": "5 Gwei",
|
|
4003
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4004
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4005
4005
|
}
|
|
4006
4006
|
`;
|
|
4007
4007
|
|
|
@@ -4097,19 +4097,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
4097
4097
|
|
|
4098
4098
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
4099
4099
|
{
|
|
4100
|
-
"formattedFeeValue": "0,000105
|
|
4101
|
-
"formattedGasPrice": "5
|
|
4102
|
-
"formattedMaxFeePerGas": "0
|
|
4103
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4100
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4101
|
+
"formattedGasPrice": "5 Gwei",
|
|
4102
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4103
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4104
4104
|
}
|
|
4105
4105
|
`;
|
|
4106
4106
|
|
|
4107
4107
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
4108
4108
|
{
|
|
4109
|
-
"formattedFeeValue": "0,000105
|
|
4110
|
-
"formattedGasPrice": "5
|
|
4111
|
-
"formattedMaxFeePerGas": "0
|
|
4112
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4109
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4110
|
+
"formattedGasPrice": "5 Gwei",
|
|
4111
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4112
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4113
4113
|
}
|
|
4114
4114
|
`;
|
|
4115
4115
|
|
|
@@ -4196,10 +4196,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
4196
4196
|
|
|
4197
4197
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
4198
4198
|
{
|
|
4199
|
-
"formattedFeeValue": "0,000105
|
|
4200
|
-
"formattedGasPrice": "5
|
|
4201
|
-
"formattedMaxFeePerGas": "0
|
|
4202
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4199
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4200
|
+
"formattedGasPrice": "5 Gwei",
|
|
4201
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4202
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4203
4203
|
}
|
|
4204
4204
|
`;
|
|
4205
4205
|
|
|
@@ -4286,10 +4286,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
4286
4286
|
|
|
4287
4287
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
4288
4288
|
{
|
|
4289
|
-
"formattedFeeValue": "0,000105
|
|
4290
|
-
"formattedGasPrice": "5
|
|
4291
|
-
"formattedMaxFeePerGas": "0
|
|
4292
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4289
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4290
|
+
"formattedGasPrice": "5 Gwei",
|
|
4291
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4292
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4293
4293
|
}
|
|
4294
4294
|
`;
|
|
4295
4295
|
|
|
@@ -4322,10 +4322,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
4322
4322
|
|
|
4323
4323
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
4324
4324
|
{
|
|
4325
|
-
"formattedFeeValue": "0,000105
|
|
4326
|
-
"formattedGasPrice": "5
|
|
4327
|
-
"formattedMaxFeePerGas": "0
|
|
4328
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4325
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4326
|
+
"formattedGasPrice": "5 Gwei",
|
|
4327
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4328
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4329
4329
|
}
|
|
4330
4330
|
`;
|
|
4331
4331
|
|
|
@@ -4358,10 +4358,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
4358
4358
|
|
|
4359
4359
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
4360
4360
|
{
|
|
4361
|
-
"formattedFeeValue": "0,000105
|
|
4362
|
-
"formattedGasPrice": "5
|
|
4363
|
-
"formattedMaxFeePerGas": "0
|
|
4364
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4361
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4362
|
+
"formattedGasPrice": "5 Gwei",
|
|
4363
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4364
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4365
4365
|
}
|
|
4366
4366
|
`;
|
|
4367
4367
|
|
|
@@ -4412,8 +4412,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
4412
4412
|
|
|
4413
4413
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for TomoChain unit 1`] = `
|
|
4414
4414
|
{
|
|
4415
|
-
"formattedFeeValue": "
|
|
4416
|
-
"formattedGasPrice": "
|
|
4415
|
+
"formattedFeeValue": "0,000105 TOMO",
|
|
4416
|
+
"formattedGasPrice": "0 TOMO",
|
|
4417
4417
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
4418
4418
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
4419
4419
|
}
|
|
@@ -4448,10 +4448,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly
|
|
|
4448
4448
|
|
|
4449
4449
|
exports[`getFormattedFeeFields with tx type 0 with locale ru-RU should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
4450
4450
|
{
|
|
4451
|
-
"formattedFeeValue": "0,000105
|
|
4452
|
-
"formattedGasPrice": "5
|
|
4453
|
-
"formattedMaxFeePerGas": "0
|
|
4454
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4451
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4452
|
+
"formattedGasPrice": "5 Gwei",
|
|
4453
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4454
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4455
4455
|
}
|
|
4456
4456
|
`;
|
|
4457
4457
|
|
|
@@ -4475,10 +4475,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
4475
4475
|
|
|
4476
4476
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
4477
4477
|
{
|
|
4478
|
-
"formattedFeeValue": "0,000105
|
|
4479
|
-
"formattedGasPrice": "5
|
|
4480
|
-
"formattedMaxFeePerGas": "0
|
|
4481
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4478
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4479
|
+
"formattedGasPrice": "5 Gwei",
|
|
4480
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4481
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4482
4482
|
}
|
|
4483
4483
|
`;
|
|
4484
4484
|
|
|
@@ -4520,10 +4520,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
4520
4520
|
|
|
4521
4521
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
4522
4522
|
{
|
|
4523
|
-
"formattedFeeValue": "0,000105
|
|
4524
|
-
"formattedGasPrice": "5
|
|
4525
|
-
"formattedMaxFeePerGas": "0
|
|
4526
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4523
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4524
|
+
"formattedGasPrice": "5 Gwei",
|
|
4525
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4526
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4527
4527
|
}
|
|
4528
4528
|
`;
|
|
4529
4529
|
|
|
@@ -4556,10 +4556,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
4556
4556
|
|
|
4557
4557
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
4558
4558
|
{
|
|
4559
|
-
"formattedFeeValue": "0,000105
|
|
4560
|
-
"formattedGasPrice": "5
|
|
4561
|
-
"formattedMaxFeePerGas": "0
|
|
4562
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4559
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4560
|
+
"formattedGasPrice": "5 Gwei",
|
|
4561
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4562
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4563
4563
|
}
|
|
4564
4564
|
`;
|
|
4565
4565
|
|
|
@@ -4655,19 +4655,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
4655
4655
|
|
|
4656
4656
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
4657
4657
|
{
|
|
4658
|
-
"formattedFeeValue": "0,000105
|
|
4659
|
-
"formattedGasPrice": "5
|
|
4660
|
-
"formattedMaxFeePerGas": "0
|
|
4661
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4658
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4659
|
+
"formattedGasPrice": "5 Gwei",
|
|
4660
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4661
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4662
4662
|
}
|
|
4663
4663
|
`;
|
|
4664
4664
|
|
|
4665
4665
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
4666
4666
|
{
|
|
4667
|
-
"formattedFeeValue": "0,000105
|
|
4668
|
-
"formattedGasPrice": "5
|
|
4669
|
-
"formattedMaxFeePerGas": "0
|
|
4670
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4667
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4668
|
+
"formattedGasPrice": "5 Gwei",
|
|
4669
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4670
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4671
4671
|
}
|
|
4672
4672
|
`;
|
|
4673
4673
|
|
|
@@ -4754,10 +4754,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
4754
4754
|
|
|
4755
4755
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
4756
4756
|
{
|
|
4757
|
-
"formattedFeeValue": "0,000105
|
|
4758
|
-
"formattedGasPrice": "5
|
|
4759
|
-
"formattedMaxFeePerGas": "0
|
|
4760
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4757
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4758
|
+
"formattedGasPrice": "5 Gwei",
|
|
4759
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4760
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4761
4761
|
}
|
|
4762
4762
|
`;
|
|
4763
4763
|
|
|
@@ -4844,10 +4844,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
4844
4844
|
|
|
4845
4845
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
4846
4846
|
{
|
|
4847
|
-
"formattedFeeValue": "0,000105
|
|
4848
|
-
"formattedGasPrice": "5
|
|
4849
|
-
"formattedMaxFeePerGas": "0
|
|
4850
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4847
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4848
|
+
"formattedGasPrice": "5 Gwei",
|
|
4849
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4850
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4851
4851
|
}
|
|
4852
4852
|
`;
|
|
4853
4853
|
|
|
@@ -4880,10 +4880,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
4880
4880
|
|
|
4881
4881
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
4882
4882
|
{
|
|
4883
|
-
"formattedFeeValue": "0,000105
|
|
4884
|
-
"formattedGasPrice": "5
|
|
4885
|
-
"formattedMaxFeePerGas": "0
|
|
4886
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4883
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4884
|
+
"formattedGasPrice": "5 Gwei",
|
|
4885
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4886
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4887
4887
|
}
|
|
4888
4888
|
`;
|
|
4889
4889
|
|
|
@@ -4916,10 +4916,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
4916
4916
|
|
|
4917
4917
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
4918
4918
|
{
|
|
4919
|
-
"formattedFeeValue": "0,000105
|
|
4920
|
-
"formattedGasPrice": "5
|
|
4921
|
-
"formattedMaxFeePerGas": "0
|
|
4922
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
4919
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
4920
|
+
"formattedGasPrice": "5 Gwei",
|
|
4921
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
4922
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
4923
4923
|
}
|
|
4924
4924
|
`;
|
|
4925
4925
|
|
|
@@ -4970,8 +4970,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
4970
4970
|
|
|
4971
4971
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for TomoChain unit 1`] = `
|
|
4972
4972
|
{
|
|
4973
|
-
"formattedFeeValue": "
|
|
4974
|
-
"formattedGasPrice": "
|
|
4973
|
+
"formattedFeeValue": "0,000105 TOMO",
|
|
4974
|
+
"formattedGasPrice": "0 TOMO",
|
|
4975
4975
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
4976
4976
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
4977
4977
|
}
|
|
@@ -5006,10 +5006,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly
|
|
|
5006
5006
|
|
|
5007
5007
|
exports[`getFormattedFeeFields with tx type 0 with locale tr-TR should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
5008
5008
|
{
|
|
5009
|
-
"formattedFeeValue": "0,000105
|
|
5010
|
-
"formattedGasPrice": "5
|
|
5011
|
-
"formattedMaxFeePerGas": "0
|
|
5012
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5009
|
+
"formattedFeeValue": "0,000105 ETH",
|
|
5010
|
+
"formattedGasPrice": "5 Gwei",
|
|
5011
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5012
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5013
5013
|
}
|
|
5014
5014
|
`;
|
|
5015
5015
|
|
|
@@ -5033,10 +5033,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5033
5033
|
|
|
5034
5034
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
5035
5035
|
{
|
|
5036
|
-
"formattedFeeValue": "0.000105
|
|
5037
|
-
"formattedGasPrice": "5
|
|
5038
|
-
"formattedMaxFeePerGas": "0
|
|
5039
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5036
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5037
|
+
"formattedGasPrice": "5 Gwei",
|
|
5038
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5039
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5040
5040
|
}
|
|
5041
5041
|
`;
|
|
5042
5042
|
|
|
@@ -5078,10 +5078,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5078
5078
|
|
|
5079
5079
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
5080
5080
|
{
|
|
5081
|
-
"formattedFeeValue": "0.000105
|
|
5082
|
-
"formattedGasPrice": "5
|
|
5083
|
-
"formattedMaxFeePerGas": "0
|
|
5084
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5081
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5082
|
+
"formattedGasPrice": "5 Gwei",
|
|
5083
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5084
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5085
5085
|
}
|
|
5086
5086
|
`;
|
|
5087
5087
|
|
|
@@ -5114,10 +5114,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5114
5114
|
|
|
5115
5115
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
5116
5116
|
{
|
|
5117
|
-
"formattedFeeValue": "0.000105
|
|
5118
|
-
"formattedGasPrice": "5
|
|
5119
|
-
"formattedMaxFeePerGas": "0
|
|
5120
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5117
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5118
|
+
"formattedGasPrice": "5 Gwei",
|
|
5119
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5120
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5121
5121
|
}
|
|
5122
5122
|
`;
|
|
5123
5123
|
|
|
@@ -5213,19 +5213,19 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5213
5213
|
|
|
5214
5214
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
5215
5215
|
{
|
|
5216
|
-
"formattedFeeValue": "0.000105
|
|
5217
|
-
"formattedGasPrice": "5
|
|
5218
|
-
"formattedMaxFeePerGas": "0
|
|
5219
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5216
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5217
|
+
"formattedGasPrice": "5 Gwei",
|
|
5218
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5219
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5220
5220
|
}
|
|
5221
5221
|
`;
|
|
5222
5222
|
|
|
5223
5223
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
5224
5224
|
{
|
|
5225
|
-
"formattedFeeValue": "0.000105
|
|
5226
|
-
"formattedGasPrice": "5
|
|
5227
|
-
"formattedMaxFeePerGas": "0
|
|
5228
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5225
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5226
|
+
"formattedGasPrice": "5 Gwei",
|
|
5227
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5228
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5229
5229
|
}
|
|
5230
5230
|
`;
|
|
5231
5231
|
|
|
@@ -5312,10 +5312,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5312
5312
|
|
|
5313
5313
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
5314
5314
|
{
|
|
5315
|
-
"formattedFeeValue": "0.000105
|
|
5316
|
-
"formattedGasPrice": "5
|
|
5317
|
-
"formattedMaxFeePerGas": "0
|
|
5318
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5315
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5316
|
+
"formattedGasPrice": "5 Gwei",
|
|
5317
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5318
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5319
5319
|
}
|
|
5320
5320
|
`;
|
|
5321
5321
|
|
|
@@ -5402,10 +5402,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5402
5402
|
|
|
5403
5403
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
5404
5404
|
{
|
|
5405
|
-
"formattedFeeValue": "0.000105
|
|
5406
|
-
"formattedGasPrice": "5
|
|
5407
|
-
"formattedMaxFeePerGas": "0
|
|
5408
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5405
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5406
|
+
"formattedGasPrice": "5 Gwei",
|
|
5407
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5408
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5409
5409
|
}
|
|
5410
5410
|
`;
|
|
5411
5411
|
|
|
@@ -5438,10 +5438,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5438
5438
|
|
|
5439
5439
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
5440
5440
|
{
|
|
5441
|
-
"formattedFeeValue": "0.000105
|
|
5442
|
-
"formattedGasPrice": "5
|
|
5443
|
-
"formattedMaxFeePerGas": "0
|
|
5444
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5441
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5442
|
+
"formattedGasPrice": "5 Gwei",
|
|
5443
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5444
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5445
5445
|
}
|
|
5446
5446
|
`;
|
|
5447
5447
|
|
|
@@ -5474,10 +5474,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5474
5474
|
|
|
5475
5475
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
5476
5476
|
{
|
|
5477
|
-
"formattedFeeValue": "0.000105
|
|
5478
|
-
"formattedGasPrice": "5
|
|
5479
|
-
"formattedMaxFeePerGas": "0
|
|
5480
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5477
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5478
|
+
"formattedGasPrice": "5 Gwei",
|
|
5479
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5480
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5481
5481
|
}
|
|
5482
5482
|
`;
|
|
5483
5483
|
|
|
@@ -5528,8 +5528,8 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5528
5528
|
|
|
5529
5529
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for TomoChain unit 1`] = `
|
|
5530
5530
|
{
|
|
5531
|
-
"formattedFeeValue": "
|
|
5532
|
-
"formattedGasPrice": "
|
|
5531
|
+
"formattedFeeValue": "0.000105 TOMO",
|
|
5532
|
+
"formattedGasPrice": "0 TOMO",
|
|
5533
5533
|
"formattedMaxFeePerGas": "0 TOMO",
|
|
5534
5534
|
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
5535
5535
|
}
|
|
@@ -5564,10 +5564,10 @@ exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly
|
|
|
5564
5564
|
|
|
5565
5565
|
exports[`getFormattedFeeFields with tx type 0 with locale zh-CN should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
5566
5566
|
{
|
|
5567
|
-
"formattedFeeValue": "0.000105
|
|
5568
|
-
"formattedGasPrice": "5
|
|
5569
|
-
"formattedMaxFeePerGas": "0
|
|
5570
|
-
"formattedMaxPriorityFeePerGas": "0
|
|
5567
|
+
"formattedFeeValue": "0.000105 ETH",
|
|
5568
|
+
"formattedGasPrice": "5 Gwei",
|
|
5569
|
+
"formattedMaxFeePerGas": "0 Gwei",
|
|
5570
|
+
"formattedMaxPriorityFeePerGas": "0 Gwei",
|
|
5571
5571
|
}
|
|
5572
5572
|
`;
|
|
5573
5573
|
|
|
@@ -5591,10 +5591,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
5591
5591
|
|
|
5592
5592
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
5593
5593
|
{
|
|
5594
|
-
"formattedFeeValue": "0,000042
|
|
5595
|
-
"formattedGasPrice": "0
|
|
5596
|
-
"formattedMaxFeePerGas": "2
|
|
5597
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
5594
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
5595
|
+
"formattedGasPrice": "0 Gwei",
|
|
5596
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
5597
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
5598
5598
|
}
|
|
5599
5599
|
`;
|
|
5600
5600
|
|
|
@@ -5636,10 +5636,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
5636
5636
|
|
|
5637
5637
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
5638
5638
|
{
|
|
5639
|
-
"formattedFeeValue": "0,000042
|
|
5640
|
-
"formattedGasPrice": "0
|
|
5641
|
-
"formattedMaxFeePerGas": "2
|
|
5642
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
5639
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
5640
|
+
"formattedGasPrice": "0 Gwei",
|
|
5641
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
5642
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
5643
5643
|
}
|
|
5644
5644
|
`;
|
|
5645
5645
|
|
|
@@ -5672,10 +5672,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
5672
5672
|
|
|
5673
5673
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
5674
5674
|
{
|
|
5675
|
-
"formattedFeeValue": "0,000042
|
|
5676
|
-
"formattedGasPrice": "0
|
|
5677
|
-
"formattedMaxFeePerGas": "2
|
|
5678
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
5675
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
5676
|
+
"formattedGasPrice": "0 Gwei",
|
|
5677
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
5678
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
5679
5679
|
}
|
|
5680
5680
|
`;
|
|
5681
5681
|
|
|
@@ -5771,19 +5771,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
5771
5771
|
|
|
5772
5772
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
5773
5773
|
{
|
|
5774
|
-
"formattedFeeValue": "0,000042
|
|
5775
|
-
"formattedGasPrice": "0
|
|
5776
|
-
"formattedMaxFeePerGas": "2
|
|
5777
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
5774
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
5775
|
+
"formattedGasPrice": "0 Gwei",
|
|
5776
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
5777
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
5778
5778
|
}
|
|
5779
5779
|
`;
|
|
5780
5780
|
|
|
5781
5781
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
5782
5782
|
{
|
|
5783
|
-
"formattedFeeValue": "0,000042
|
|
5784
|
-
"formattedGasPrice": "0
|
|
5785
|
-
"formattedMaxFeePerGas": "2
|
|
5786
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
5783
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
5784
|
+
"formattedGasPrice": "0 Gwei",
|
|
5785
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
5786
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
5787
5787
|
}
|
|
5788
5788
|
`;
|
|
5789
5789
|
|
|
@@ -5870,10 +5870,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
5870
5870
|
|
|
5871
5871
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
5872
5872
|
{
|
|
5873
|
-
"formattedFeeValue": "0,000042
|
|
5874
|
-
"formattedGasPrice": "0
|
|
5875
|
-
"formattedMaxFeePerGas": "2
|
|
5876
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
5873
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
5874
|
+
"formattedGasPrice": "0 Gwei",
|
|
5875
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
5876
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
5877
5877
|
}
|
|
5878
5878
|
`;
|
|
5879
5879
|
|
|
@@ -5960,10 +5960,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
5960
5960
|
|
|
5961
5961
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
5962
5962
|
{
|
|
5963
|
-
"formattedFeeValue": "0,000042
|
|
5964
|
-
"formattedGasPrice": "0
|
|
5965
|
-
"formattedMaxFeePerGas": "2
|
|
5966
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
5963
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
5964
|
+
"formattedGasPrice": "0 Gwei",
|
|
5965
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
5966
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
5967
5967
|
}
|
|
5968
5968
|
`;
|
|
5969
5969
|
|
|
@@ -5996,10 +5996,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
5996
5996
|
|
|
5997
5997
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
5998
5998
|
{
|
|
5999
|
-
"formattedFeeValue": "0,000042
|
|
6000
|
-
"formattedGasPrice": "0
|
|
6001
|
-
"formattedMaxFeePerGas": "2
|
|
6002
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
5999
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
6000
|
+
"formattedGasPrice": "0 Gwei",
|
|
6001
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6002
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6003
6003
|
}
|
|
6004
6004
|
`;
|
|
6005
6005
|
|
|
@@ -6032,10 +6032,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
6032
6032
|
|
|
6033
6033
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
6034
6034
|
{
|
|
6035
|
-
"formattedFeeValue": "0,000042
|
|
6036
|
-
"formattedGasPrice": "0
|
|
6037
|
-
"formattedMaxFeePerGas": "2
|
|
6038
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6035
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
6036
|
+
"formattedGasPrice": "0 Gwei",
|
|
6037
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6038
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6039
6039
|
}
|
|
6040
6040
|
`;
|
|
6041
6041
|
|
|
@@ -6086,10 +6086,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
6086
6086
|
|
|
6087
6087
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for TomoChain unit 1`] = `
|
|
6088
6088
|
{
|
|
6089
|
-
"formattedFeeValue": "
|
|
6089
|
+
"formattedFeeValue": "0,000042 TOMO",
|
|
6090
6090
|
"formattedGasPrice": "0 TOMO",
|
|
6091
|
-
"formattedMaxFeePerGas": "
|
|
6092
|
-
"formattedMaxPriorityFeePerGas": "
|
|
6091
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
6092
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
6093
6093
|
}
|
|
6094
6094
|
`;
|
|
6095
6095
|
|
|
@@ -6122,10 +6122,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly
|
|
|
6122
6122
|
|
|
6123
6123
|
exports[`getFormattedFeeFields with tx type 2 with locale de-DE should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
6124
6124
|
{
|
|
6125
|
-
"formattedFeeValue": "0,000042
|
|
6126
|
-
"formattedGasPrice": "0
|
|
6127
|
-
"formattedMaxFeePerGas": "2
|
|
6128
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6125
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
6126
|
+
"formattedGasPrice": "0 Gwei",
|
|
6127
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6128
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6129
6129
|
}
|
|
6130
6130
|
`;
|
|
6131
6131
|
|
|
@@ -6149,10 +6149,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6149
6149
|
|
|
6150
6150
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
6151
6151
|
{
|
|
6152
|
-
"formattedFeeValue": "0.000042
|
|
6153
|
-
"formattedGasPrice": "0
|
|
6154
|
-
"formattedMaxFeePerGas": "2
|
|
6155
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6152
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6153
|
+
"formattedGasPrice": "0 Gwei",
|
|
6154
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6155
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6156
6156
|
}
|
|
6157
6157
|
`;
|
|
6158
6158
|
|
|
@@ -6194,10 +6194,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6194
6194
|
|
|
6195
6195
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
6196
6196
|
{
|
|
6197
|
-
"formattedFeeValue": "0.000042
|
|
6198
|
-
"formattedGasPrice": "0
|
|
6199
|
-
"formattedMaxFeePerGas": "2
|
|
6200
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6197
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6198
|
+
"formattedGasPrice": "0 Gwei",
|
|
6199
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6200
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6201
6201
|
}
|
|
6202
6202
|
`;
|
|
6203
6203
|
|
|
@@ -6230,10 +6230,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6230
6230
|
|
|
6231
6231
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
6232
6232
|
{
|
|
6233
|
-
"formattedFeeValue": "0.000042
|
|
6234
|
-
"formattedGasPrice": "0
|
|
6235
|
-
"formattedMaxFeePerGas": "2
|
|
6236
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6233
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6234
|
+
"formattedGasPrice": "0 Gwei",
|
|
6235
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6236
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6237
6237
|
}
|
|
6238
6238
|
`;
|
|
6239
6239
|
|
|
@@ -6329,19 +6329,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6329
6329
|
|
|
6330
6330
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
6331
6331
|
{
|
|
6332
|
-
"formattedFeeValue": "0.000042
|
|
6333
|
-
"formattedGasPrice": "0
|
|
6334
|
-
"formattedMaxFeePerGas": "2
|
|
6335
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6332
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6333
|
+
"formattedGasPrice": "0 Gwei",
|
|
6334
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6335
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6336
6336
|
}
|
|
6337
6337
|
`;
|
|
6338
6338
|
|
|
6339
6339
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
6340
6340
|
{
|
|
6341
|
-
"formattedFeeValue": "0.000042
|
|
6342
|
-
"formattedGasPrice": "0
|
|
6343
|
-
"formattedMaxFeePerGas": "2
|
|
6344
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6341
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6342
|
+
"formattedGasPrice": "0 Gwei",
|
|
6343
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6344
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6345
6345
|
}
|
|
6346
6346
|
`;
|
|
6347
6347
|
|
|
@@ -6428,10 +6428,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6428
6428
|
|
|
6429
6429
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
6430
6430
|
{
|
|
6431
|
-
"formattedFeeValue": "0.000042
|
|
6432
|
-
"formattedGasPrice": "0
|
|
6433
|
-
"formattedMaxFeePerGas": "2
|
|
6434
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6431
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6432
|
+
"formattedGasPrice": "0 Gwei",
|
|
6433
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6434
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6435
6435
|
}
|
|
6436
6436
|
`;
|
|
6437
6437
|
|
|
@@ -6518,10 +6518,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6518
6518
|
|
|
6519
6519
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
6520
6520
|
{
|
|
6521
|
-
"formattedFeeValue": "0.000042
|
|
6522
|
-
"formattedGasPrice": "0
|
|
6523
|
-
"formattedMaxFeePerGas": "2
|
|
6524
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6521
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6522
|
+
"formattedGasPrice": "0 Gwei",
|
|
6523
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6524
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6525
6525
|
}
|
|
6526
6526
|
`;
|
|
6527
6527
|
|
|
@@ -6554,10 +6554,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6554
6554
|
|
|
6555
6555
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
6556
6556
|
{
|
|
6557
|
-
"formattedFeeValue": "0.000042
|
|
6558
|
-
"formattedGasPrice": "0
|
|
6559
|
-
"formattedMaxFeePerGas": "2
|
|
6560
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6557
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6558
|
+
"formattedGasPrice": "0 Gwei",
|
|
6559
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6560
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6561
6561
|
}
|
|
6562
6562
|
`;
|
|
6563
6563
|
|
|
@@ -6590,10 +6590,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6590
6590
|
|
|
6591
6591
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
6592
6592
|
{
|
|
6593
|
-
"formattedFeeValue": "0.000042
|
|
6594
|
-
"formattedGasPrice": "0
|
|
6595
|
-
"formattedMaxFeePerGas": "2
|
|
6596
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6593
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6594
|
+
"formattedGasPrice": "0 Gwei",
|
|
6595
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6596
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6597
6597
|
}
|
|
6598
6598
|
`;
|
|
6599
6599
|
|
|
@@ -6644,10 +6644,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6644
6644
|
|
|
6645
6645
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for TomoChain unit 1`] = `
|
|
6646
6646
|
{
|
|
6647
|
-
"formattedFeeValue": "
|
|
6647
|
+
"formattedFeeValue": "0.000042 TOMO",
|
|
6648
6648
|
"formattedGasPrice": "0 TOMO",
|
|
6649
|
-
"formattedMaxFeePerGas": "
|
|
6650
|
-
"formattedMaxPriorityFeePerGas": "
|
|
6649
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
6650
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
6651
6651
|
}
|
|
6652
6652
|
`;
|
|
6653
6653
|
|
|
@@ -6680,10 +6680,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly
|
|
|
6680
6680
|
|
|
6681
6681
|
exports[`getFormattedFeeFields with tx type 2 with locale en-US should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
6682
6682
|
{
|
|
6683
|
-
"formattedFeeValue": "0.000042
|
|
6684
|
-
"formattedGasPrice": "0
|
|
6685
|
-
"formattedMaxFeePerGas": "2
|
|
6686
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6683
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
6684
|
+
"formattedGasPrice": "0 Gwei",
|
|
6685
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6686
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6687
6687
|
}
|
|
6688
6688
|
`;
|
|
6689
6689
|
|
|
@@ -6707,10 +6707,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
6707
6707
|
|
|
6708
6708
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
6709
6709
|
{
|
|
6710
|
-
"formattedFeeValue": "0,000042
|
|
6711
|
-
"formattedGasPrice": "0
|
|
6712
|
-
"formattedMaxFeePerGas": "2
|
|
6713
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6710
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
6711
|
+
"formattedGasPrice": "0 Gwei",
|
|
6712
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6713
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6714
6714
|
}
|
|
6715
6715
|
`;
|
|
6716
6716
|
|
|
@@ -6752,10 +6752,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
6752
6752
|
|
|
6753
6753
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
6754
6754
|
{
|
|
6755
|
-
"formattedFeeValue": "0,000042
|
|
6756
|
-
"formattedGasPrice": "0
|
|
6757
|
-
"formattedMaxFeePerGas": "2
|
|
6758
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6755
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
6756
|
+
"formattedGasPrice": "0 Gwei",
|
|
6757
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6758
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6759
6759
|
}
|
|
6760
6760
|
`;
|
|
6761
6761
|
|
|
@@ -6788,10 +6788,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
6788
6788
|
|
|
6789
6789
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
6790
6790
|
{
|
|
6791
|
-
"formattedFeeValue": "0,000042
|
|
6792
|
-
"formattedGasPrice": "0
|
|
6793
|
-
"formattedMaxFeePerGas": "2
|
|
6794
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6791
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
6792
|
+
"formattedGasPrice": "0 Gwei",
|
|
6793
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6794
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6795
6795
|
}
|
|
6796
6796
|
`;
|
|
6797
6797
|
|
|
@@ -6887,19 +6887,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
6887
6887
|
|
|
6888
6888
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
6889
6889
|
{
|
|
6890
|
-
"formattedFeeValue": "0,000042
|
|
6891
|
-
"formattedGasPrice": "0
|
|
6892
|
-
"formattedMaxFeePerGas": "2
|
|
6893
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6894
|
-
}
|
|
6895
|
-
`;
|
|
6890
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
6891
|
+
"formattedGasPrice": "0 Gwei",
|
|
6892
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6893
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6894
|
+
}
|
|
6895
|
+
`;
|
|
6896
6896
|
|
|
6897
6897
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
6898
6898
|
{
|
|
6899
|
-
"formattedFeeValue": "0,000042
|
|
6900
|
-
"formattedGasPrice": "0
|
|
6901
|
-
"formattedMaxFeePerGas": "2
|
|
6902
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6899
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
6900
|
+
"formattedGasPrice": "0 Gwei",
|
|
6901
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6902
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6903
6903
|
}
|
|
6904
6904
|
`;
|
|
6905
6905
|
|
|
@@ -6986,10 +6986,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
6986
6986
|
|
|
6987
6987
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
6988
6988
|
{
|
|
6989
|
-
"formattedFeeValue": "0,000042
|
|
6990
|
-
"formattedGasPrice": "0
|
|
6991
|
-
"formattedMaxFeePerGas": "2
|
|
6992
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
6989
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
6990
|
+
"formattedGasPrice": "0 Gwei",
|
|
6991
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
6992
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
6993
6993
|
}
|
|
6994
6994
|
`;
|
|
6995
6995
|
|
|
@@ -7076,10 +7076,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
7076
7076
|
|
|
7077
7077
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
7078
7078
|
{
|
|
7079
|
-
"formattedFeeValue": "0,000042
|
|
7080
|
-
"formattedGasPrice": "0
|
|
7081
|
-
"formattedMaxFeePerGas": "2
|
|
7082
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7079
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7080
|
+
"formattedGasPrice": "0 Gwei",
|
|
7081
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7082
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7083
7083
|
}
|
|
7084
7084
|
`;
|
|
7085
7085
|
|
|
@@ -7112,10 +7112,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
7112
7112
|
|
|
7113
7113
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
7114
7114
|
{
|
|
7115
|
-
"formattedFeeValue": "0,000042
|
|
7116
|
-
"formattedGasPrice": "0
|
|
7117
|
-
"formattedMaxFeePerGas": "2
|
|
7118
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7115
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7116
|
+
"formattedGasPrice": "0 Gwei",
|
|
7117
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7118
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7119
7119
|
}
|
|
7120
7120
|
`;
|
|
7121
7121
|
|
|
@@ -7148,10 +7148,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
7148
7148
|
|
|
7149
7149
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
7150
7150
|
{
|
|
7151
|
-
"formattedFeeValue": "0,000042
|
|
7152
|
-
"formattedGasPrice": "0
|
|
7153
|
-
"formattedMaxFeePerGas": "2
|
|
7154
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7151
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7152
|
+
"formattedGasPrice": "0 Gwei",
|
|
7153
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7154
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7155
7155
|
}
|
|
7156
7156
|
`;
|
|
7157
7157
|
|
|
@@ -7202,10 +7202,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
7202
7202
|
|
|
7203
7203
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for TomoChain unit 1`] = `
|
|
7204
7204
|
{
|
|
7205
|
-
"formattedFeeValue": "
|
|
7205
|
+
"formattedFeeValue": "0,000042 TOMO",
|
|
7206
7206
|
"formattedGasPrice": "0 TOMO",
|
|
7207
|
-
"formattedMaxFeePerGas": "
|
|
7208
|
-
"formattedMaxPriorityFeePerGas": "
|
|
7207
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
7208
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
7209
7209
|
}
|
|
7210
7210
|
`;
|
|
7211
7211
|
|
|
@@ -7238,10 +7238,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly
|
|
|
7238
7238
|
|
|
7239
7239
|
exports[`getFormattedFeeFields with tx type 2 with locale es-ES should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
7240
7240
|
{
|
|
7241
|
-
"formattedFeeValue": "0,000042
|
|
7242
|
-
"formattedGasPrice": "0
|
|
7243
|
-
"formattedMaxFeePerGas": "2
|
|
7244
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7241
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7242
|
+
"formattedGasPrice": "0 Gwei",
|
|
7243
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7244
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7245
7245
|
}
|
|
7246
7246
|
`;
|
|
7247
7247
|
|
|
@@ -7265,10 +7265,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7265
7265
|
|
|
7266
7266
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
7267
7267
|
{
|
|
7268
|
-
"formattedFeeValue": "0,000042
|
|
7269
|
-
"formattedGasPrice": "0
|
|
7270
|
-
"formattedMaxFeePerGas": "2
|
|
7271
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7268
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7269
|
+
"formattedGasPrice": "0 Gwei",
|
|
7270
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7271
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7272
7272
|
}
|
|
7273
7273
|
`;
|
|
7274
7274
|
|
|
@@ -7310,10 +7310,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7310
7310
|
|
|
7311
7311
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
7312
7312
|
{
|
|
7313
|
-
"formattedFeeValue": "0,000042
|
|
7314
|
-
"formattedGasPrice": "0
|
|
7315
|
-
"formattedMaxFeePerGas": "2
|
|
7316
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7313
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7314
|
+
"formattedGasPrice": "0 Gwei",
|
|
7315
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7316
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7317
7317
|
}
|
|
7318
7318
|
`;
|
|
7319
7319
|
|
|
@@ -7346,10 +7346,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7346
7346
|
|
|
7347
7347
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
7348
7348
|
{
|
|
7349
|
-
"formattedFeeValue": "0,000042
|
|
7350
|
-
"formattedGasPrice": "0
|
|
7351
|
-
"formattedMaxFeePerGas": "2
|
|
7352
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7349
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7350
|
+
"formattedGasPrice": "0 Gwei",
|
|
7351
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7352
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7353
7353
|
}
|
|
7354
7354
|
`;
|
|
7355
7355
|
|
|
@@ -7445,19 +7445,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7445
7445
|
|
|
7446
7446
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
7447
7447
|
{
|
|
7448
|
-
"formattedFeeValue": "0,000042
|
|
7449
|
-
"formattedGasPrice": "0
|
|
7450
|
-
"formattedMaxFeePerGas": "2
|
|
7451
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7448
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7449
|
+
"formattedGasPrice": "0 Gwei",
|
|
7450
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7451
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7452
7452
|
}
|
|
7453
7453
|
`;
|
|
7454
7454
|
|
|
7455
7455
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
7456
7456
|
{
|
|
7457
|
-
"formattedFeeValue": "0,000042
|
|
7458
|
-
"formattedGasPrice": "0
|
|
7459
|
-
"formattedMaxFeePerGas": "2
|
|
7460
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7457
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7458
|
+
"formattedGasPrice": "0 Gwei",
|
|
7459
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7460
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7461
7461
|
}
|
|
7462
7462
|
`;
|
|
7463
7463
|
|
|
@@ -7544,10 +7544,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7544
7544
|
|
|
7545
7545
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
7546
7546
|
{
|
|
7547
|
-
"formattedFeeValue": "0,000042
|
|
7548
|
-
"formattedGasPrice": "0
|
|
7549
|
-
"formattedMaxFeePerGas": "2
|
|
7550
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7547
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7548
|
+
"formattedGasPrice": "0 Gwei",
|
|
7549
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7550
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7551
7551
|
}
|
|
7552
7552
|
`;
|
|
7553
7553
|
|
|
@@ -7634,10 +7634,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7634
7634
|
|
|
7635
7635
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
7636
7636
|
{
|
|
7637
|
-
"formattedFeeValue": "0,000042
|
|
7638
|
-
"formattedGasPrice": "0
|
|
7639
|
-
"formattedMaxFeePerGas": "2
|
|
7640
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7637
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7638
|
+
"formattedGasPrice": "0 Gwei",
|
|
7639
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7640
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7641
7641
|
}
|
|
7642
7642
|
`;
|
|
7643
7643
|
|
|
@@ -7670,10 +7670,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7670
7670
|
|
|
7671
7671
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
7672
7672
|
{
|
|
7673
|
-
"formattedFeeValue": "0,000042
|
|
7674
|
-
"formattedGasPrice": "0
|
|
7675
|
-
"formattedMaxFeePerGas": "2
|
|
7676
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7673
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7674
|
+
"formattedGasPrice": "0 Gwei",
|
|
7675
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7676
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7677
7677
|
}
|
|
7678
7678
|
`;
|
|
7679
7679
|
|
|
@@ -7706,10 +7706,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7706
7706
|
|
|
7707
7707
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
7708
7708
|
{
|
|
7709
|
-
"formattedFeeValue": "0,000042
|
|
7710
|
-
"formattedGasPrice": "0
|
|
7711
|
-
"formattedMaxFeePerGas": "2
|
|
7712
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7709
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7710
|
+
"formattedGasPrice": "0 Gwei",
|
|
7711
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7712
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7713
7713
|
}
|
|
7714
7714
|
`;
|
|
7715
7715
|
|
|
@@ -7760,10 +7760,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7760
7760
|
|
|
7761
7761
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for TomoChain unit 1`] = `
|
|
7762
7762
|
{
|
|
7763
|
-
"formattedFeeValue": "
|
|
7763
|
+
"formattedFeeValue": "0,000042 TOMO",
|
|
7764
7764
|
"formattedGasPrice": "0 TOMO",
|
|
7765
|
-
"formattedMaxFeePerGas": "
|
|
7766
|
-
"formattedMaxPriorityFeePerGas": "
|
|
7765
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
7766
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
7767
7767
|
}
|
|
7768
7768
|
`;
|
|
7769
7769
|
|
|
@@ -7796,10 +7796,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly
|
|
|
7796
7796
|
|
|
7797
7797
|
exports[`getFormattedFeeFields with tx type 2 with locale fr-FR should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
7798
7798
|
{
|
|
7799
|
-
"formattedFeeValue": "0,000042
|
|
7800
|
-
"formattedGasPrice": "0
|
|
7801
|
-
"formattedMaxFeePerGas": "2
|
|
7802
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7799
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
7800
|
+
"formattedGasPrice": "0 Gwei",
|
|
7801
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7802
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7803
7803
|
}
|
|
7804
7804
|
`;
|
|
7805
7805
|
|
|
@@ -7823,10 +7823,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
7823
7823
|
|
|
7824
7824
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
7825
7825
|
{
|
|
7826
|
-
"formattedFeeValue": "0.000042
|
|
7827
|
-
"formattedGasPrice": "0
|
|
7828
|
-
"formattedMaxFeePerGas": "2
|
|
7829
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7826
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
7827
|
+
"formattedGasPrice": "0 Gwei",
|
|
7828
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7829
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7830
7830
|
}
|
|
7831
7831
|
`;
|
|
7832
7832
|
|
|
@@ -7868,10 +7868,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
7868
7868
|
|
|
7869
7869
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
7870
7870
|
{
|
|
7871
|
-
"formattedFeeValue": "0.000042
|
|
7872
|
-
"formattedGasPrice": "0
|
|
7873
|
-
"formattedMaxFeePerGas": "2
|
|
7874
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7871
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
7872
|
+
"formattedGasPrice": "0 Gwei",
|
|
7873
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7874
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7875
7875
|
}
|
|
7876
7876
|
`;
|
|
7877
7877
|
|
|
@@ -7904,10 +7904,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
7904
7904
|
|
|
7905
7905
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
7906
7906
|
{
|
|
7907
|
-
"formattedFeeValue": "0.000042
|
|
7908
|
-
"formattedGasPrice": "0
|
|
7909
|
-
"formattedMaxFeePerGas": "2
|
|
7910
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
7907
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
7908
|
+
"formattedGasPrice": "0 Gwei",
|
|
7909
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
7910
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
7911
7911
|
}
|
|
7912
7912
|
`;
|
|
7913
7913
|
|
|
@@ -8003,19 +8003,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
8003
8003
|
|
|
8004
8004
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
8005
8005
|
{
|
|
8006
|
-
"formattedFeeValue": "0.000042
|
|
8007
|
-
"formattedGasPrice": "0
|
|
8008
|
-
"formattedMaxFeePerGas": "2
|
|
8009
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8006
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8007
|
+
"formattedGasPrice": "0 Gwei",
|
|
8008
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8009
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8010
8010
|
}
|
|
8011
8011
|
`;
|
|
8012
8012
|
|
|
8013
8013
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
8014
8014
|
{
|
|
8015
|
-
"formattedFeeValue": "0.000042
|
|
8016
|
-
"formattedGasPrice": "0
|
|
8017
|
-
"formattedMaxFeePerGas": "2
|
|
8018
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8015
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8016
|
+
"formattedGasPrice": "0 Gwei",
|
|
8017
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8018
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8019
8019
|
}
|
|
8020
8020
|
`;
|
|
8021
8021
|
|
|
@@ -8102,10 +8102,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
8102
8102
|
|
|
8103
8103
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
8104
8104
|
{
|
|
8105
|
-
"formattedFeeValue": "0.000042
|
|
8106
|
-
"formattedGasPrice": "0
|
|
8107
|
-
"formattedMaxFeePerGas": "2
|
|
8108
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8105
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8106
|
+
"formattedGasPrice": "0 Gwei",
|
|
8107
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8108
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8109
8109
|
}
|
|
8110
8110
|
`;
|
|
8111
8111
|
|
|
@@ -8192,10 +8192,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
8192
8192
|
|
|
8193
8193
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
8194
8194
|
{
|
|
8195
|
-
"formattedFeeValue": "0.000042
|
|
8196
|
-
"formattedGasPrice": "0
|
|
8197
|
-
"formattedMaxFeePerGas": "2
|
|
8198
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8195
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8196
|
+
"formattedGasPrice": "0 Gwei",
|
|
8197
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8198
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8199
8199
|
}
|
|
8200
8200
|
`;
|
|
8201
8201
|
|
|
@@ -8228,10 +8228,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
8228
8228
|
|
|
8229
8229
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
8230
8230
|
{
|
|
8231
|
-
"formattedFeeValue": "0.000042
|
|
8232
|
-
"formattedGasPrice": "0
|
|
8233
|
-
"formattedMaxFeePerGas": "2
|
|
8234
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8231
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8232
|
+
"formattedGasPrice": "0 Gwei",
|
|
8233
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8234
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8235
8235
|
}
|
|
8236
8236
|
`;
|
|
8237
8237
|
|
|
@@ -8264,10 +8264,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
8264
8264
|
|
|
8265
8265
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
8266
8266
|
{
|
|
8267
|
-
"formattedFeeValue": "0.000042
|
|
8268
|
-
"formattedGasPrice": "0
|
|
8269
|
-
"formattedMaxFeePerGas": "2
|
|
8270
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8267
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8268
|
+
"formattedGasPrice": "0 Gwei",
|
|
8269
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8270
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8271
8271
|
}
|
|
8272
8272
|
`;
|
|
8273
8273
|
|
|
@@ -8318,10 +8318,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
8318
8318
|
|
|
8319
8319
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for TomoChain unit 1`] = `
|
|
8320
8320
|
{
|
|
8321
|
-
"formattedFeeValue": "
|
|
8321
|
+
"formattedFeeValue": "0.000042 TOMO",
|
|
8322
8322
|
"formattedGasPrice": "0 TOMO",
|
|
8323
|
-
"formattedMaxFeePerGas": "
|
|
8324
|
-
"formattedMaxPriorityFeePerGas": "
|
|
8323
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
8324
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
8325
8325
|
}
|
|
8326
8326
|
`;
|
|
8327
8327
|
|
|
@@ -8354,10 +8354,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly
|
|
|
8354
8354
|
|
|
8355
8355
|
exports[`getFormattedFeeFields with tx type 2 with locale ja-JP should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
8356
8356
|
{
|
|
8357
|
-
"formattedFeeValue": "0.000042
|
|
8358
|
-
"formattedGasPrice": "0
|
|
8359
|
-
"formattedMaxFeePerGas": "2
|
|
8360
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8357
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8358
|
+
"formattedGasPrice": "0 Gwei",
|
|
8359
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8360
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8361
8361
|
}
|
|
8362
8362
|
`;
|
|
8363
8363
|
|
|
@@ -8381,10 +8381,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8381
8381
|
|
|
8382
8382
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
8383
8383
|
{
|
|
8384
|
-
"formattedFeeValue": "0.000042
|
|
8385
|
-
"formattedGasPrice": "0
|
|
8386
|
-
"formattedMaxFeePerGas": "2
|
|
8387
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8384
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8385
|
+
"formattedGasPrice": "0 Gwei",
|
|
8386
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8387
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8388
8388
|
}
|
|
8389
8389
|
`;
|
|
8390
8390
|
|
|
@@ -8426,10 +8426,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8426
8426
|
|
|
8427
8427
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
8428
8428
|
{
|
|
8429
|
-
"formattedFeeValue": "0.000042
|
|
8430
|
-
"formattedGasPrice": "0
|
|
8431
|
-
"formattedMaxFeePerGas": "2
|
|
8432
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8429
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8430
|
+
"formattedGasPrice": "0 Gwei",
|
|
8431
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8432
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8433
8433
|
}
|
|
8434
8434
|
`;
|
|
8435
8435
|
|
|
@@ -8462,10 +8462,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8462
8462
|
|
|
8463
8463
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
8464
8464
|
{
|
|
8465
|
-
"formattedFeeValue": "0.000042
|
|
8466
|
-
"formattedGasPrice": "0
|
|
8467
|
-
"formattedMaxFeePerGas": "2
|
|
8468
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8465
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8466
|
+
"formattedGasPrice": "0 Gwei",
|
|
8467
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8468
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8469
8469
|
}
|
|
8470
8470
|
`;
|
|
8471
8471
|
|
|
@@ -8561,19 +8561,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8561
8561
|
|
|
8562
8562
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
8563
8563
|
{
|
|
8564
|
-
"formattedFeeValue": "0.000042
|
|
8565
|
-
"formattedGasPrice": "0
|
|
8566
|
-
"formattedMaxFeePerGas": "2
|
|
8567
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8564
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8565
|
+
"formattedGasPrice": "0 Gwei",
|
|
8566
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8567
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8568
8568
|
}
|
|
8569
8569
|
`;
|
|
8570
8570
|
|
|
8571
8571
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
8572
8572
|
{
|
|
8573
|
-
"formattedFeeValue": "0.000042
|
|
8574
|
-
"formattedGasPrice": "0
|
|
8575
|
-
"formattedMaxFeePerGas": "2
|
|
8576
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8573
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8574
|
+
"formattedGasPrice": "0 Gwei",
|
|
8575
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8576
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8577
8577
|
}
|
|
8578
8578
|
`;
|
|
8579
8579
|
|
|
@@ -8660,10 +8660,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8660
8660
|
|
|
8661
8661
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
8662
8662
|
{
|
|
8663
|
-
"formattedFeeValue": "0.000042
|
|
8664
|
-
"formattedGasPrice": "0
|
|
8665
|
-
"formattedMaxFeePerGas": "2
|
|
8666
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8663
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8664
|
+
"formattedGasPrice": "0 Gwei",
|
|
8665
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8666
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8667
8667
|
}
|
|
8668
8668
|
`;
|
|
8669
8669
|
|
|
@@ -8750,10 +8750,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8750
8750
|
|
|
8751
8751
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
8752
8752
|
{
|
|
8753
|
-
"formattedFeeValue": "0.000042
|
|
8754
|
-
"formattedGasPrice": "0
|
|
8755
|
-
"formattedMaxFeePerGas": "2
|
|
8756
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8753
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8754
|
+
"formattedGasPrice": "0 Gwei",
|
|
8755
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8756
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8757
8757
|
}
|
|
8758
8758
|
`;
|
|
8759
8759
|
|
|
@@ -8786,10 +8786,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8786
8786
|
|
|
8787
8787
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
8788
8788
|
{
|
|
8789
|
-
"formattedFeeValue": "0.000042
|
|
8790
|
-
"formattedGasPrice": "0
|
|
8791
|
-
"formattedMaxFeePerGas": "2
|
|
8792
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8789
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8790
|
+
"formattedGasPrice": "0 Gwei",
|
|
8791
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8792
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8793
8793
|
}
|
|
8794
8794
|
`;
|
|
8795
8795
|
|
|
@@ -8822,10 +8822,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8822
8822
|
|
|
8823
8823
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
8824
8824
|
{
|
|
8825
|
-
"formattedFeeValue": "0.000042
|
|
8826
|
-
"formattedGasPrice": "0
|
|
8827
|
-
"formattedMaxFeePerGas": "2
|
|
8828
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8825
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8826
|
+
"formattedGasPrice": "0 Gwei",
|
|
8827
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8828
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8829
8829
|
}
|
|
8830
8830
|
`;
|
|
8831
8831
|
|
|
@@ -8876,10 +8876,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8876
8876
|
|
|
8877
8877
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for TomoChain unit 1`] = `
|
|
8878
8878
|
{
|
|
8879
|
-
"formattedFeeValue": "
|
|
8879
|
+
"formattedFeeValue": "0.000042 TOMO",
|
|
8880
8880
|
"formattedGasPrice": "0 TOMO",
|
|
8881
|
-
"formattedMaxFeePerGas": "
|
|
8882
|
-
"formattedMaxPriorityFeePerGas": "
|
|
8881
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
8882
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
8883
8883
|
}
|
|
8884
8884
|
`;
|
|
8885
8885
|
|
|
@@ -8912,10 +8912,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly
|
|
|
8912
8912
|
|
|
8913
8913
|
exports[`getFormattedFeeFields with tx type 2 with locale ko-KR should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
8914
8914
|
{
|
|
8915
|
-
"formattedFeeValue": "0.000042
|
|
8916
|
-
"formattedGasPrice": "0
|
|
8917
|
-
"formattedMaxFeePerGas": "2
|
|
8918
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8915
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
8916
|
+
"formattedGasPrice": "0 Gwei",
|
|
8917
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8918
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8919
8919
|
}
|
|
8920
8920
|
`;
|
|
8921
8921
|
|
|
@@ -8939,10 +8939,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
8939
8939
|
|
|
8940
8940
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
8941
8941
|
{
|
|
8942
|
-
"formattedFeeValue": "0,000042
|
|
8943
|
-
"formattedGasPrice": "0
|
|
8944
|
-
"formattedMaxFeePerGas": "2
|
|
8945
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8942
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
8943
|
+
"formattedGasPrice": "0 Gwei",
|
|
8944
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8945
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8946
8946
|
}
|
|
8947
8947
|
`;
|
|
8948
8948
|
|
|
@@ -8984,10 +8984,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
8984
8984
|
|
|
8985
8985
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
8986
8986
|
{
|
|
8987
|
-
"formattedFeeValue": "0,000042
|
|
8988
|
-
"formattedGasPrice": "0
|
|
8989
|
-
"formattedMaxFeePerGas": "2
|
|
8990
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
8987
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
8988
|
+
"formattedGasPrice": "0 Gwei",
|
|
8989
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
8990
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
8991
8991
|
}
|
|
8992
8992
|
`;
|
|
8993
8993
|
|
|
@@ -9020,10 +9020,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
9020
9020
|
|
|
9021
9021
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
9022
9022
|
{
|
|
9023
|
-
"formattedFeeValue": "0,000042
|
|
9024
|
-
"formattedGasPrice": "0
|
|
9025
|
-
"formattedMaxFeePerGas": "2
|
|
9026
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9023
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9024
|
+
"formattedGasPrice": "0 Gwei",
|
|
9025
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9026
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9027
9027
|
}
|
|
9028
9028
|
`;
|
|
9029
9029
|
|
|
@@ -9119,19 +9119,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
9119
9119
|
|
|
9120
9120
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
9121
9121
|
{
|
|
9122
|
-
"formattedFeeValue": "0,000042
|
|
9123
|
-
"formattedGasPrice": "0
|
|
9124
|
-
"formattedMaxFeePerGas": "2
|
|
9125
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9122
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9123
|
+
"formattedGasPrice": "0 Gwei",
|
|
9124
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9125
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9126
9126
|
}
|
|
9127
9127
|
`;
|
|
9128
9128
|
|
|
9129
9129
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
9130
9130
|
{
|
|
9131
|
-
"formattedFeeValue": "0,000042
|
|
9132
|
-
"formattedGasPrice": "0
|
|
9133
|
-
"formattedMaxFeePerGas": "2
|
|
9134
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9131
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9132
|
+
"formattedGasPrice": "0 Gwei",
|
|
9133
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9134
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9135
9135
|
}
|
|
9136
9136
|
`;
|
|
9137
9137
|
|
|
@@ -9218,10 +9218,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
9218
9218
|
|
|
9219
9219
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
9220
9220
|
{
|
|
9221
|
-
"formattedFeeValue": "0,000042
|
|
9222
|
-
"formattedGasPrice": "0
|
|
9223
|
-
"formattedMaxFeePerGas": "2
|
|
9224
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9221
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9222
|
+
"formattedGasPrice": "0 Gwei",
|
|
9223
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9224
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9225
9225
|
}
|
|
9226
9226
|
`;
|
|
9227
9227
|
|
|
@@ -9308,10 +9308,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
9308
9308
|
|
|
9309
9309
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
9310
9310
|
{
|
|
9311
|
-
"formattedFeeValue": "0,000042
|
|
9312
|
-
"formattedGasPrice": "0
|
|
9313
|
-
"formattedMaxFeePerGas": "2
|
|
9314
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9311
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9312
|
+
"formattedGasPrice": "0 Gwei",
|
|
9313
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9314
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9315
9315
|
}
|
|
9316
9316
|
`;
|
|
9317
9317
|
|
|
@@ -9344,10 +9344,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
9344
9344
|
|
|
9345
9345
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
9346
9346
|
{
|
|
9347
|
-
"formattedFeeValue": "0,000042
|
|
9348
|
-
"formattedGasPrice": "0
|
|
9349
|
-
"formattedMaxFeePerGas": "2
|
|
9350
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9347
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9348
|
+
"formattedGasPrice": "0 Gwei",
|
|
9349
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9350
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9351
9351
|
}
|
|
9352
9352
|
`;
|
|
9353
9353
|
|
|
@@ -9380,10 +9380,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
9380
9380
|
|
|
9381
9381
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
9382
9382
|
{
|
|
9383
|
-
"formattedFeeValue": "0,000042
|
|
9384
|
-
"formattedGasPrice": "0
|
|
9385
|
-
"formattedMaxFeePerGas": "2
|
|
9386
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9383
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9384
|
+
"formattedGasPrice": "0 Gwei",
|
|
9385
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9386
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9387
9387
|
}
|
|
9388
9388
|
`;
|
|
9389
9389
|
|
|
@@ -9434,10 +9434,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
9434
9434
|
|
|
9435
9435
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for TomoChain unit 1`] = `
|
|
9436
9436
|
{
|
|
9437
|
-
"formattedFeeValue": "
|
|
9437
|
+
"formattedFeeValue": "0,000042 TOMO",
|
|
9438
9438
|
"formattedGasPrice": "0 TOMO",
|
|
9439
|
-
"formattedMaxFeePerGas": "
|
|
9440
|
-
"formattedMaxPriorityFeePerGas": "
|
|
9439
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
9440
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
9441
9441
|
}
|
|
9442
9442
|
`;
|
|
9443
9443
|
|
|
@@ -9470,10 +9470,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly
|
|
|
9470
9470
|
|
|
9471
9471
|
exports[`getFormattedFeeFields with tx type 2 with locale pt-BR should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
9472
9472
|
{
|
|
9473
|
-
"formattedFeeValue": "0,000042
|
|
9474
|
-
"formattedGasPrice": "0
|
|
9475
|
-
"formattedMaxFeePerGas": "2
|
|
9476
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9473
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9474
|
+
"formattedGasPrice": "0 Gwei",
|
|
9475
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9476
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9477
9477
|
}
|
|
9478
9478
|
`;
|
|
9479
9479
|
|
|
@@ -9497,10 +9497,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
9497
9497
|
|
|
9498
9498
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
9499
9499
|
{
|
|
9500
|
-
"formattedFeeValue": "0,000042
|
|
9501
|
-
"formattedGasPrice": "0
|
|
9502
|
-
"formattedMaxFeePerGas": "2
|
|
9503
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9500
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9501
|
+
"formattedGasPrice": "0 Gwei",
|
|
9502
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9503
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9504
9504
|
}
|
|
9505
9505
|
`;
|
|
9506
9506
|
|
|
@@ -9542,10 +9542,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
9542
9542
|
|
|
9543
9543
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
9544
9544
|
{
|
|
9545
|
-
"formattedFeeValue": "0,000042
|
|
9546
|
-
"formattedGasPrice": "0
|
|
9547
|
-
"formattedMaxFeePerGas": "2
|
|
9548
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9545
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9546
|
+
"formattedGasPrice": "0 Gwei",
|
|
9547
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9548
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9549
9549
|
}
|
|
9550
9550
|
`;
|
|
9551
9551
|
|
|
@@ -9578,10 +9578,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
9578
9578
|
|
|
9579
9579
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
9580
9580
|
{
|
|
9581
|
-
"formattedFeeValue": "0,000042
|
|
9582
|
-
"formattedGasPrice": "0
|
|
9583
|
-
"formattedMaxFeePerGas": "2
|
|
9584
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9581
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9582
|
+
"formattedGasPrice": "0 Gwei",
|
|
9583
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9584
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9585
9585
|
}
|
|
9586
9586
|
`;
|
|
9587
9587
|
|
|
@@ -9677,19 +9677,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
9677
9677
|
|
|
9678
9678
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
9679
9679
|
{
|
|
9680
|
-
"formattedFeeValue": "0,000042
|
|
9681
|
-
"formattedGasPrice": "0
|
|
9682
|
-
"formattedMaxFeePerGas": "2
|
|
9683
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9680
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9681
|
+
"formattedGasPrice": "0 Gwei",
|
|
9682
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9683
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9684
9684
|
}
|
|
9685
9685
|
`;
|
|
9686
9686
|
|
|
9687
9687
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
9688
9688
|
{
|
|
9689
|
-
"formattedFeeValue": "0,000042
|
|
9690
|
-
"formattedGasPrice": "0
|
|
9691
|
-
"formattedMaxFeePerGas": "2
|
|
9692
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9689
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9690
|
+
"formattedGasPrice": "0 Gwei",
|
|
9691
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9692
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9693
9693
|
}
|
|
9694
9694
|
`;
|
|
9695
9695
|
|
|
@@ -9776,10 +9776,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
9776
9776
|
|
|
9777
9777
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
9778
9778
|
{
|
|
9779
|
-
"formattedFeeValue": "0,000042
|
|
9780
|
-
"formattedGasPrice": "0
|
|
9781
|
-
"formattedMaxFeePerGas": "2
|
|
9782
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9779
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9780
|
+
"formattedGasPrice": "0 Gwei",
|
|
9781
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9782
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9783
9783
|
}
|
|
9784
9784
|
`;
|
|
9785
9785
|
|
|
@@ -9866,10 +9866,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
9866
9866
|
|
|
9867
9867
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
9868
9868
|
{
|
|
9869
|
-
"formattedFeeValue": "0,000042
|
|
9870
|
-
"formattedGasPrice": "0
|
|
9871
|
-
"formattedMaxFeePerGas": "2
|
|
9872
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9869
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9870
|
+
"formattedGasPrice": "0 Gwei",
|
|
9871
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9872
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9873
9873
|
}
|
|
9874
9874
|
`;
|
|
9875
9875
|
|
|
@@ -9902,10 +9902,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
9902
9902
|
|
|
9903
9903
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
9904
9904
|
{
|
|
9905
|
-
"formattedFeeValue": "0,000042
|
|
9906
|
-
"formattedGasPrice": "0
|
|
9907
|
-
"formattedMaxFeePerGas": "2
|
|
9908
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9905
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9906
|
+
"formattedGasPrice": "0 Gwei",
|
|
9907
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9908
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9909
9909
|
}
|
|
9910
9910
|
`;
|
|
9911
9911
|
|
|
@@ -9938,10 +9938,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
9938
9938
|
|
|
9939
9939
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
9940
9940
|
{
|
|
9941
|
-
"formattedFeeValue": "0,000042
|
|
9942
|
-
"formattedGasPrice": "0
|
|
9943
|
-
"formattedMaxFeePerGas": "2
|
|
9944
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
9941
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
9942
|
+
"formattedGasPrice": "0 Gwei",
|
|
9943
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
9944
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
9945
9945
|
}
|
|
9946
9946
|
`;
|
|
9947
9947
|
|
|
@@ -9992,10 +9992,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
9992
9992
|
|
|
9993
9993
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for TomoChain unit 1`] = `
|
|
9994
9994
|
{
|
|
9995
|
-
"formattedFeeValue": "
|
|
9995
|
+
"formattedFeeValue": "0,000042 TOMO",
|
|
9996
9996
|
"formattedGasPrice": "0 TOMO",
|
|
9997
|
-
"formattedMaxFeePerGas": "
|
|
9998
|
-
"formattedMaxPriorityFeePerGas": "
|
|
9997
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
9998
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
9999
9999
|
}
|
|
10000
10000
|
`;
|
|
10001
10001
|
|
|
@@ -10028,10 +10028,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly
|
|
|
10028
10028
|
|
|
10029
10029
|
exports[`getFormattedFeeFields with tx type 2 with locale ru-RU should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
10030
10030
|
{
|
|
10031
|
-
"formattedFeeValue": "0,000042
|
|
10032
|
-
"formattedGasPrice": "0
|
|
10033
|
-
"formattedMaxFeePerGas": "2
|
|
10034
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10031
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10032
|
+
"formattedGasPrice": "0 Gwei",
|
|
10033
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10034
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10035
10035
|
}
|
|
10036
10036
|
`;
|
|
10037
10037
|
|
|
@@ -10055,10 +10055,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10055
10055
|
|
|
10056
10056
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
10057
10057
|
{
|
|
10058
|
-
"formattedFeeValue": "0,000042
|
|
10059
|
-
"formattedGasPrice": "0
|
|
10060
|
-
"formattedMaxFeePerGas": "2
|
|
10061
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10058
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10059
|
+
"formattedGasPrice": "0 Gwei",
|
|
10060
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10061
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10062
10062
|
}
|
|
10063
10063
|
`;
|
|
10064
10064
|
|
|
@@ -10100,10 +10100,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10100
10100
|
|
|
10101
10101
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
10102
10102
|
{
|
|
10103
|
-
"formattedFeeValue": "0,000042
|
|
10104
|
-
"formattedGasPrice": "0
|
|
10105
|
-
"formattedMaxFeePerGas": "2
|
|
10106
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10103
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10104
|
+
"formattedGasPrice": "0 Gwei",
|
|
10105
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10106
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10107
10107
|
}
|
|
10108
10108
|
`;
|
|
10109
10109
|
|
|
@@ -10136,10 +10136,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10136
10136
|
|
|
10137
10137
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
10138
10138
|
{
|
|
10139
|
-
"formattedFeeValue": "0,000042
|
|
10140
|
-
"formattedGasPrice": "0
|
|
10141
|
-
"formattedMaxFeePerGas": "2
|
|
10142
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10139
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10140
|
+
"formattedGasPrice": "0 Gwei",
|
|
10141
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10142
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10143
10143
|
}
|
|
10144
10144
|
`;
|
|
10145
10145
|
|
|
@@ -10235,19 +10235,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10235
10235
|
|
|
10236
10236
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
10237
10237
|
{
|
|
10238
|
-
"formattedFeeValue": "0,000042
|
|
10239
|
-
"formattedGasPrice": "0
|
|
10240
|
-
"formattedMaxFeePerGas": "2
|
|
10241
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10238
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10239
|
+
"formattedGasPrice": "0 Gwei",
|
|
10240
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10241
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10242
10242
|
}
|
|
10243
10243
|
`;
|
|
10244
10244
|
|
|
10245
10245
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
10246
10246
|
{
|
|
10247
|
-
"formattedFeeValue": "0,000042
|
|
10248
|
-
"formattedGasPrice": "0
|
|
10249
|
-
"formattedMaxFeePerGas": "2
|
|
10250
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10247
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10248
|
+
"formattedGasPrice": "0 Gwei",
|
|
10249
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10250
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10251
10251
|
}
|
|
10252
10252
|
`;
|
|
10253
10253
|
|
|
@@ -10334,10 +10334,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10334
10334
|
|
|
10335
10335
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
10336
10336
|
{
|
|
10337
|
-
"formattedFeeValue": "0,000042
|
|
10338
|
-
"formattedGasPrice": "0
|
|
10339
|
-
"formattedMaxFeePerGas": "2
|
|
10340
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10337
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10338
|
+
"formattedGasPrice": "0 Gwei",
|
|
10339
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10340
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10341
10341
|
}
|
|
10342
10342
|
`;
|
|
10343
10343
|
|
|
@@ -10424,10 +10424,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10424
10424
|
|
|
10425
10425
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
10426
10426
|
{
|
|
10427
|
-
"formattedFeeValue": "0,000042
|
|
10428
|
-
"formattedGasPrice": "0
|
|
10429
|
-
"formattedMaxFeePerGas": "2
|
|
10430
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10427
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10428
|
+
"formattedGasPrice": "0 Gwei",
|
|
10429
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10430
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10431
10431
|
}
|
|
10432
10432
|
`;
|
|
10433
10433
|
|
|
@@ -10460,10 +10460,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10460
10460
|
|
|
10461
10461
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
10462
10462
|
{
|
|
10463
|
-
"formattedFeeValue": "0,000042
|
|
10464
|
-
"formattedGasPrice": "0
|
|
10465
|
-
"formattedMaxFeePerGas": "2
|
|
10466
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10463
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10464
|
+
"formattedGasPrice": "0 Gwei",
|
|
10465
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10466
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10467
10467
|
}
|
|
10468
10468
|
`;
|
|
10469
10469
|
|
|
@@ -10496,10 +10496,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10496
10496
|
|
|
10497
10497
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
10498
10498
|
{
|
|
10499
|
-
"formattedFeeValue": "0,000042
|
|
10500
|
-
"formattedGasPrice": "0
|
|
10501
|
-
"formattedMaxFeePerGas": "2
|
|
10502
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10499
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10500
|
+
"formattedGasPrice": "0 Gwei",
|
|
10501
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10502
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10503
10503
|
}
|
|
10504
10504
|
`;
|
|
10505
10505
|
|
|
@@ -10550,10 +10550,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10550
10550
|
|
|
10551
10551
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for TomoChain unit 1`] = `
|
|
10552
10552
|
{
|
|
10553
|
-
"formattedFeeValue": "
|
|
10553
|
+
"formattedFeeValue": "0,000042 TOMO",
|
|
10554
10554
|
"formattedGasPrice": "0 TOMO",
|
|
10555
|
-
"formattedMaxFeePerGas": "
|
|
10556
|
-
"formattedMaxPriorityFeePerGas": "
|
|
10555
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
10556
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
10557
10557
|
}
|
|
10558
10558
|
`;
|
|
10559
10559
|
|
|
@@ -10586,10 +10586,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly
|
|
|
10586
10586
|
|
|
10587
10587
|
exports[`getFormattedFeeFields with tx type 2 with locale tr-TR should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
10588
10588
|
{
|
|
10589
|
-
"formattedFeeValue": "0,000042
|
|
10590
|
-
"formattedGasPrice": "0
|
|
10591
|
-
"formattedMaxFeePerGas": "2
|
|
10592
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10589
|
+
"formattedFeeValue": "0,000042 ETH",
|
|
10590
|
+
"formattedGasPrice": "0 Gwei",
|
|
10591
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10592
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10593
10593
|
}
|
|
10594
10594
|
`;
|
|
10595
10595
|
|
|
@@ -10613,10 +10613,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
10613
10613
|
|
|
10614
10614
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Arbitrum Sepolia unit 1`] = `
|
|
10615
10615
|
{
|
|
10616
|
-
"formattedFeeValue": "0.000042
|
|
10617
|
-
"formattedGasPrice": "0
|
|
10618
|
-
"formattedMaxFeePerGas": "2
|
|
10619
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10616
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
10617
|
+
"formattedGasPrice": "0 Gwei",
|
|
10618
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10619
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10620
10620
|
}
|
|
10621
10621
|
`;
|
|
10622
10622
|
|
|
@@ -10658,10 +10658,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
10658
10658
|
|
|
10659
10659
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Base Sepolia unit 1`] = `
|
|
10660
10660
|
{
|
|
10661
|
-
"formattedFeeValue": "0.000042
|
|
10662
|
-
"formattedGasPrice": "0
|
|
10663
|
-
"formattedMaxFeePerGas": "2
|
|
10664
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10661
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
10662
|
+
"formattedGasPrice": "0 Gwei",
|
|
10663
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10664
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10665
10665
|
}
|
|
10666
10666
|
`;
|
|
10667
10667
|
|
|
@@ -10694,10 +10694,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
10694
10694
|
|
|
10695
10695
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Blast Sepolia unit 1`] = `
|
|
10696
10696
|
{
|
|
10697
|
-
"formattedFeeValue": "0.000042
|
|
10698
|
-
"formattedGasPrice": "0
|
|
10699
|
-
"formattedMaxFeePerGas": "2
|
|
10700
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10697
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
10698
|
+
"formattedGasPrice": "0 Gwei",
|
|
10699
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10700
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10701
10701
|
}
|
|
10702
10702
|
`;
|
|
10703
10703
|
|
|
@@ -10793,19 +10793,19 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
10793
10793
|
|
|
10794
10794
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Ethereum Holesky unit 1`] = `
|
|
10795
10795
|
{
|
|
10796
|
-
"formattedFeeValue": "0.000042
|
|
10797
|
-
"formattedGasPrice": "0
|
|
10798
|
-
"formattedMaxFeePerGas": "2
|
|
10799
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10796
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
10797
|
+
"formattedGasPrice": "0 Gwei",
|
|
10798
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10799
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10800
10800
|
}
|
|
10801
10801
|
`;
|
|
10802
10802
|
|
|
10803
10803
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Ethereum Sepolia unit 1`] = `
|
|
10804
10804
|
{
|
|
10805
|
-
"formattedFeeValue": "0.000042
|
|
10806
|
-
"formattedGasPrice": "0
|
|
10807
|
-
"formattedMaxFeePerGas": "2
|
|
10808
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10805
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
10806
|
+
"formattedGasPrice": "0 Gwei",
|
|
10807
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10808
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10809
10809
|
}
|
|
10810
10810
|
`;
|
|
10811
10811
|
|
|
@@ -10892,10 +10892,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
10892
10892
|
|
|
10893
10893
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Linea Sepolia unit 1`] = `
|
|
10894
10894
|
{
|
|
10895
|
-
"formattedFeeValue": "0.000042
|
|
10896
|
-
"formattedGasPrice": "0
|
|
10897
|
-
"formattedMaxFeePerGas": "2
|
|
10898
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10895
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
10896
|
+
"formattedGasPrice": "0 Gwei",
|
|
10897
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10898
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10899
10899
|
}
|
|
10900
10900
|
`;
|
|
10901
10901
|
|
|
@@ -10982,10 +10982,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
10982
10982
|
|
|
10983
10983
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for OP Sepolia unit 1`] = `
|
|
10984
10984
|
{
|
|
10985
|
-
"formattedFeeValue": "0.000042
|
|
10986
|
-
"formattedGasPrice": "0
|
|
10987
|
-
"formattedMaxFeePerGas": "2
|
|
10988
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
10985
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
10986
|
+
"formattedGasPrice": "0 Gwei",
|
|
10987
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
10988
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
10989
10989
|
}
|
|
10990
10990
|
`;
|
|
10991
10991
|
|
|
@@ -11018,10 +11018,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
11018
11018
|
|
|
11019
11019
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Polygon zkEVM Testnet unit 1`] = `
|
|
11020
11020
|
{
|
|
11021
|
-
"formattedFeeValue": "0.000042
|
|
11022
|
-
"formattedGasPrice": "0
|
|
11023
|
-
"formattedMaxFeePerGas": "2
|
|
11024
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
11021
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
11022
|
+
"formattedGasPrice": "0 Gwei",
|
|
11023
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
11024
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
11025
11025
|
}
|
|
11026
11026
|
`;
|
|
11027
11027
|
|
|
@@ -11054,10 +11054,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
11054
11054
|
|
|
11055
11055
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for Scroll Sepolia unit 1`] = `
|
|
11056
11056
|
{
|
|
11057
|
-
"formattedFeeValue": "0.000042
|
|
11058
|
-
"formattedGasPrice": "0
|
|
11059
|
-
"formattedMaxFeePerGas": "2
|
|
11060
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
11057
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
11058
|
+
"formattedGasPrice": "0 Gwei",
|
|
11059
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
11060
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
11061
11061
|
}
|
|
11062
11062
|
`;
|
|
11063
11063
|
|
|
@@ -11108,10 +11108,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
11108
11108
|
|
|
11109
11109
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for TomoChain unit 1`] = `
|
|
11110
11110
|
{
|
|
11111
|
-
"formattedFeeValue": "
|
|
11111
|
+
"formattedFeeValue": "0.000042 TOMO",
|
|
11112
11112
|
"formattedGasPrice": "0 TOMO",
|
|
11113
|
-
"formattedMaxFeePerGas": "
|
|
11114
|
-
"formattedMaxPriorityFeePerGas": "
|
|
11113
|
+
"formattedMaxFeePerGas": "0 TOMO",
|
|
11114
|
+
"formattedMaxPriorityFeePerGas": "0 TOMO",
|
|
11115
11115
|
}
|
|
11116
11116
|
`;
|
|
11117
11117
|
|
|
@@ -11144,10 +11144,10 @@ exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly
|
|
|
11144
11144
|
|
|
11145
11145
|
exports[`getFormattedFeeFields with tx type 2 with locale zh-CN should correctly format fee fields for ZKsync Sepolia unit 1`] = `
|
|
11146
11146
|
{
|
|
11147
|
-
"formattedFeeValue": "0.000042
|
|
11148
|
-
"formattedGasPrice": "0
|
|
11149
|
-
"formattedMaxFeePerGas": "2
|
|
11150
|
-
"formattedMaxPriorityFeePerGas": "1
|
|
11147
|
+
"formattedFeeValue": "0.000042 ETH",
|
|
11148
|
+
"formattedGasPrice": "0 Gwei",
|
|
11149
|
+
"formattedMaxFeePerGas": "2 Gwei",
|
|
11150
|
+
"formattedMaxPriorityFeePerGas": "1 Gwei",
|
|
11151
11151
|
}
|
|
11152
11152
|
`;
|
|
11153
11153
|
|