@@ -630,7 +630,7 @@ mod tests {
630
630
assert_eq ! ( unsafe { UI_COUNTER } , 1 ) ;
631
631
}
632
632
633
- /// Standard ETH transaction on an unusual keypath (Goerli on mainnet keypath)
633
+ /// Standard ETH transaction on an unusual keypath (Sepolia on mainnet keypath)
634
634
#[ test]
635
635
pub fn test_process_warn_unusual_keypath ( ) {
636
636
const KEYPATH : & [ u32 ] = & [ 44 + HARDENED , 60 + HARDENED , 0 + HARDENED , 0 , 0 ] ;
@@ -643,21 +643,21 @@ mod tests {
643
643
CONFIRM_COUNTER
644
644
} {
645
645
1 => {
646
- assert_eq ! ( params. title, "Goerli " ) ;
646
+ assert_eq ! ( params. title, "Sepolia " ) ;
647
647
assert_eq ! ( params. body, "Warning: unusual keypath m/44'/60'/0'/0/0. Proceed only if you know what you are doing." ) ;
648
648
true
649
649
}
650
650
_ => panic ! ( "too many user confirmations" ) ,
651
651
}
652
652
} ) ) ,
653
653
ui_transaction_address_create : Some ( Box :: new ( |amount, address| {
654
- assert_eq ! ( amount, "0.530564 GOETH " ) ;
654
+ assert_eq ! ( amount, "0.530564 SEPETH " ) ;
655
655
assert_eq ! ( address, "0x04F264Cf34440313B4A0192A352814FBe927b885" ) ;
656
656
true
657
657
} ) ) ,
658
658
ui_transaction_fee_create : Some ( Box :: new ( |total, fee, longtouch| {
659
- assert_eq ! ( total, "0.53069 GOETH " ) ;
660
- assert_eq ! ( fee, "0.000126 GOETH " ) ;
659
+ assert_eq ! ( total, "0.53069 SEPETH " ) ;
660
+ assert_eq ! ( fee, "0.000126 SEPETH " ) ;
661
661
assert ! ( longtouch) ;
662
662
true
663
663
} ) ) ,
@@ -677,7 +677,7 @@ mod tests {
677
677
value : b"\x07 \x5c \xf1 \x25 \x9e \x9c \x40 \x00 " . to_vec ( ) ,
678
678
data : b"" . to_vec ( ) ,
679
679
host_nonce_commitment : None ,
680
- chain_id : 5 ,
680
+ chain_id : 11155111 ,
681
681
address_case : pb:: EthAddressCase :: Mixed as _ ,
682
682
} ) ) )
683
683
. unwrap ( ) ;
0 commit comments