Skip to content

Commit

Permalink
fix: default values for strings in x/team/types
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Oct 9, 2023
1 parent 5298410 commit 139b518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/team/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ type VestingStatus struct {
var (
TEAM_FOUNDATION_STRING = "kyve1u7ukf2nv6v5j5y2yqprm8yqruue2rlmrkx4xgq"
TEAM_BCP_STRING = "kyve1ruxaec07ca3dh0amkzxjap7av3xjt5vjgnd424"
TEAM_ALLOCATION_STRING = "165000000000000"
TGE_STRING = "2023-03-14T14:03:14"
TEAM_ALLOCATION_STRING = "165000000000000000"
TGE_STRING = "2023-02-01T10:34:15"
)

// Convert passed build variables (string) to the corresponding int values
Expand Down

0 comments on commit 139b518

Please sign in to comment.