Skip to content

Commit

Permalink
add base to wallet settings
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Jan 16, 2025
1 parent 7b09fd7 commit 3b71c7b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
[{:details (:optimism networks)
:testnet-mode? testnet-mode?
:testnet-label (i18n/label :t/sepolia-active)}
{:details (:base networks)
:testnet-mode? testnet-mode?
:testnet-label (i18n/label :t/sepolia-active)}
{:details (:arbitrum networks)
:testnet-mode? testnet-mode?
:testnet-label (i18n/label :t/sepolia-active)}])
Expand Down

0 comments on commit 3b71c7b

Please sign in to comment.