Skip to content

Commit

Permalink
reconcile: app account address prefix
Browse files Browse the repository at this point in the history
(cherry picked from commit 7b88b3de89a27a3aff34ee34729e10ddf23085b3)
  • Loading branch information
bryanchriswhite committed Feb 7, 2024
1 parent 4360015 commit 1fd4af8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ import (
)

const (
AccountAddressPrefix = "cosmos"
AccountAddressPrefix = "pokt"
Name = "poktroll"
// TODO_CLEANUP: Find a way to centralize the use of `upokt` throughout the codebase
DenomuPOKT = "upokt"
)

var (
Expand Down

0 comments on commit 1fd4af8

Please sign in to comment.