Skip to content

Commit

Permalink
chore: update default stamp params
Browse files Browse the repository at this point in the history
  • Loading branch information
bosi95 committed Aug 25, 2024
1 parent 4fbd9d4 commit f8771d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions internal/screens/indexView.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ const (
defaultRPC = "https://gnosis.publicnode.com"
defaultWelcomeMsg = "Welcome from Swarm Mobile by Solar Punk"
debugLogLevel = "4"
defaultDepth = "17"
defaultAmount = "100000000"
defaultDepth = "21"
defaultAmount = "500000000"
defaultImmutable = true
passwordPrefKey = "password"
welcomeMessagePrefKey = "welcomeMessage"
swapEnablePrefKey = "swapEnable"
Expand Down
2 changes: 0 additions & 2 deletions internal/screens/infoCard.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import (
"fyne.io/fyne/v2/widget"
)

const defaultImmutable = true

func (i *index) showInfoCard(ultraLightMode bool) *widget.Card {
addressContent := i.addressContent()
walletDataButton := i.walletDataButton()
Expand Down

0 comments on commit f8771d9

Please sign in to comment.