Skip to content

Commit 7d6a797

Browse files
committed
eth: add Base to known networks
1 parent 0f65ba8 commit 7d6a797

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 L2 networks and sidechains and change their unit to ETH
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
/// Check if the chain_id corresponds to a known network (to show an additional confirmations for).

0 commit comments

Comments
 (0)