Skip to content

Commit

Permalink
Add existing admins to list of prod admins
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmay committed Apr 13, 2022
1 parent 22d162f commit 9776e45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions x/tokenregistry/types/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ func ProdAdminAccounts() *AdminAccounts {
AdminType: AdminType_ETHBRIDGE,
AdminAddress: "sif144w8cpva2xkly74xrms8djg69y3mljzplx3fjt",
},
{
AdminType: AdminType_TOKENREGISTRY,
AdminAddress: "sif1tpypxpppcf5lea47vcvgy09675nllmcucxydvu",
},
{
AdminType: AdminType_ETHBRIDGE,
AdminAddress: "sif1tpypxpppcf5lea47vcvgy09675nllmcucxydvu",
},
},
}
}
Expand Down

0 comments on commit 9776e45

Please sign in to comment.