Skip to content

Commit

Permalink
update genesis and developers address
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Aug 22, 2018
1 parent baa82ad commit b011a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/developers/developers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package developers
import "github.com/MinterTeam/minter-go-node/core/types"

var (
Address = types.HexToAddress("Mxa93163fdf10724dc4785ff5cbfb9ac0b5949409f")
Address = types.HexToAddress("Mx444c4f1953ea170f74eabef4eee52ed8276a7d5e")
Commission = 10
)
4 changes: 2 additions & 2 deletions genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ func GetTestnetGenesis() (*tmtypes.GenesisDoc, error) {
{
Address: types.HexToAddress("Mxee81347211c72524338f9680072af90744333146"),
Balance: map[string]string{
"MNT": helpers.BipToPip(big.NewInt(1000000000)).String(),
"MNT": helpers.BipToPip(big.NewInt(100000000)).String(),
},
},
{
Address: types.HexToAddress("Mxfe60014a6e9ac91618f5d1cab3fd58cded61ee99"),
Balance: map[string]string{
"MNT": helpers.BipToPip(big.NewInt(10000000)).String(),
"MNT": helpers.BipToPip(big.NewInt(100000000)).String(),
},
},
},
Expand Down

0 comments on commit b011a14

Please sign in to comment.