Skip to content

Commit

Permalink
fixup! Add default wallet record type retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
foxytanuki committed Dec 27, 2023
1 parent e1824c6 commit 037740f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/registry/types/wallet_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func GetDefaultWalletRecordType(walletRecordType string) string {
case "BITCOIN":
return "BITCOIN_DEFAULT_DEFAULT"
case "ETHEREUM":
return "ETHEREUM_DEFAULT_DEFAULT"
return "EVM_DEFAULT_DEFAULT"
case "MOVE":
return "MOVE_DEFAULT_DEFAULT"
case "SOLANA":
Expand Down

0 comments on commit 037740f

Please sign in to comment.