Skip to content

Commit

Permalink
Revert "chore: turn off arbitrum on keepkey (#645)"
Browse files Browse the repository at this point in the history
This reverts commit ad7099c.
  • Loading branch information
gomesalexandre committed Mar 20, 2024
1 parent 3c79c89 commit 802b57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hdwallet-keepkey/src/keepkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ export class KeepKeyHDWallet implements core.HDWallet, core.BTCWallet, core.ETHW
readonly _supportsBSC = true;
readonly _supportsPolygon = true;
readonly _supportsGnosis = true;
readonly _supportsArbitrum = false;
readonly _supportsArbitrum = true;
readonly _supportsArbitrumNova = false;
readonly _supportsBTC = true;
_supportsCosmos = true;
Expand Down

0 comments on commit 802b57d

Please sign in to comment.