Skip to content

Commit bbee180

Browse files
committed
eth: add Base to known networks
1 parent 171613f commit bbee180

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ customers cannot upgrade their bootloader, its changes are recorded separately.
88

99
### [Unreleased]
1010
- Ethereum: add confirmation screen for known networks, change base unit to ETH for Arbitrum and Optimism
11+
- Ethereum: add Base to known networks
1112

1213
### 9.22.0
1314
- Update manufacturer HID descriptor to bitbox.swiss

src/rust/bitbox02-rust/src/hww/api/ethereum/params.rs

+7
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ const PARAMS: &[Params] = &[
8484
name: "Arbitrum One",
8585
unit: "ETH",
8686
},
87+
Params {
88+
coin: None,
89+
bip44_coin: 60 + HARDENED,
90+
chain_id: 8453,
91+
name: "Base",
92+
unit: "ETH",
93+
},
8794
];
8895

8996
/// Get the chain parameters by `coin` or `chain_id`. If `chain_id` is non-zero, `coin` is ignored.

0 commit comments

Comments
 (0)