From 1fd4af8d0ec36414f3d88aff83cc16850d5246e9 Mon Sep 17 00:00:00 2001 From: Bryan White Date: Tue, 6 Feb 2024 18:59:27 +0100 Subject: [PATCH] reconcile: app account address prefix (cherry picked from commit 7b88b3de89a27a3aff34ee34729e10ddf23085b3) --- app/app.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index 9f05ee7de..eed96de63 100644 --- a/app/app.go +++ b/app/app.go @@ -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 (