Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed Sep 19, 2024
1 parent 13b03fd commit 76597b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warden/app/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func createSlinkyUpgrader(app *App) AppUpgrade {
Admin: authtypes.NewModuleAddress(govtypes.ModuleName).String(), // governance. allows gov to add or remove market authorities.
// market authority addresses may add and update markets to the x/marketmap module.
MarketAuthorities: []string{
"warden1ua63s43u2p4v38pxhcxmps0tj2gudyw2rctzk3", // skip multisig
"warden1f8z70rnst5n6n29awlc9fzqq4hmtpn746tt40w", // skip market map updater account.
authtypes.NewModuleAddress(govtypes.ModuleName).String(), // governance
}},
)
Expand Down

0 comments on commit 76597b7

Please sign in to comment.