Skip to content

Commit

Permalink
Add ugdmintmodule to moduleAccPerms
Browse files Browse the repository at this point in the history
  • Loading branch information
PvlSport committed Jan 10, 2024
1 parent d939743 commit 3f7d151
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions app/app_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ var (
{Account: ibctransfertypes.ModuleName, Permissions: []string{authtypes.Minter, authtypes.Burner}},
{Account: ibcfeetypes.ModuleName},
{Account: icatypes.ModuleName},
{Account: ugdmintmoduletypes.ModuleName, Permissions: []string{authtypes.Minter}},
// this line is used by starport scaffolding # stargate/app/maccPerms
}

Expand Down
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ require (
github.com/spf13/viper v1.17.0
github.com/stretchr/testify v1.8.4
github.com/unigrid-project/cosmos-common v0.0.8
github.com/unigrid-project/cosmos-gridnode v0.0.0-00010101000000-000000000000
github.com/unigrid-project/cosmos-ugdmint v0.0.80
github.com/unigrid-project/cosmos-gridnode v0.0.8
github.com/unigrid-project/cosmos-ugdmint v0.0.81
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17
google.golang.org/grpc v1.59.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
Expand Down Expand Up @@ -219,7 +219,6 @@ require (
github.com/tetratelabs/wazero v1.5.0 // indirect
github.com/tidwall/btree v1.7.0 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/unigrid-project/cosmos-sdk-common v0.0.6 // indirect
github.com/vbatts/tar-split v0.11.5 // indirect
github.com/zondax/hid v0.9.2 // indirect
github.com/zondax/ledger-go v0.14.3 // indirect
Expand Down Expand Up @@ -256,8 +255,8 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace github.com/unigrid-project/cosmos-ugdmint => /home/evan/work/cosmos-sdk-ugdmint
// replace github.com/unigrid-project/cosmos-ugdmint => /home/evan/work/cosmos-sdk-ugdmint

//replace github.com/unigrid-project/cosmos-sdk-unigrid-hedgehog-vesting => /home/evan/work/cosmos-sdk-unigrid-hedgehog-vesting

replace github.com/unigrid-project/cosmos-gridnode => /home/evan/work/cosmos-sdk-gridnode
// replace github.com/unigrid-project/cosmos-gridnode => /home/evan/work/cosmos-sdk-gridnode
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1097,10 +1097,10 @@ github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8=
github.com/ulikunitz/xz v0.5.11/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
github.com/unigrid-project/cosmos-common v0.0.8 h1:u7b7NfwKHXbvXj3QGEKaghHrB1TojpaQknA8zgPM0T8=
github.com/unigrid-project/cosmos-common v0.0.8/go.mod h1:1yKYVwjFSztn3PpscSB02WKYUMkFiRpet2qlYB8OBio=
github.com/unigrid-project/cosmos-sdk-common v0.0.6 h1:nvAShtDWIYd1wbtgRW2CknrgOG0OwO4mvgINwTPaBkg=
github.com/unigrid-project/cosmos-sdk-common v0.0.6/go.mod h1:40cAkSp62OjHTtGMdUYQUMwzUEndl6va3uz9asDJl5Q=
github.com/unigrid-project/cosmos-ugdmint v0.0.80 h1:wCTJjulkSEW9d2NTRbw2krkZs4/0f9awhudF+Gl7BCg=
github.com/unigrid-project/cosmos-ugdmint v0.0.80/go.mod h1:Id/3FrQEOze5oGY4ipPee3Yd4u8ymGlceRIHa5BK4AI=
github.com/unigrid-project/cosmos-gridnode v0.0.8 h1:NiQUKeM4ypxgouV0uFeXkyAg/YOQFhDdpB37Xib0rKA=
github.com/unigrid-project/cosmos-gridnode v0.0.8/go.mod h1:zGWYZv8ecH0ascA3aj/l7O03MDv822bwYmB6jy9OiPw=
github.com/unigrid-project/cosmos-ugdmint v0.0.81 h1:/kf66UrA4vTzJr2rZlHr3h4KooWJWjGqFyyeNOurWdE=
github.com/unigrid-project/cosmos-ugdmint v0.0.81/go.mod h1:7lWvASI4+5PA4cMSRsF6B9K5ptT5fxkQKGT9jElgbe0=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/vbatts/tar-split v0.11.5 h1:3bHCTIheBm1qFTcgh9oPu+nNBtX+XJIupG/vacinCts=
Expand Down

0 comments on commit 3f7d151

Please sign in to comment.