Skip to content

Commit

Permalink
devop: 🔧 add binace trezor support
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Mar 15, 2024
1 parent c457e4f commit e2b9fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hw-wallets/src/trezor/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const supportedPaths = {
[NetworkNames.Ethereum]: [bip44Paths.ethereum],
[NetworkNames.Matic]: [bip44Paths.ethereum],
[NetworkNames.Avalanche]: [bip44Paths.ethereum],
[NetworkNames.Binance]: [bip44Paths.ethereum],
[NetworkNames.EthereumClassic]: [bip44Paths.ethereumClassic],
[NetworkNames.Goerli]: [bip44Paths.ethereumTestnet],
[NetworkNames.Rootstock]: [bip44Paths.rootstock],
Expand Down

1 comment on commit e2b9fcf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.