Skip to content

Commit

Permalink
update faucet dev address on genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
p4u committed Oct 20, 2023
1 parent 0e8e00e commit 4c8ca16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vochain/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ var devGenesis = Doc{
},
Accounts: []Account{
{ // faucet
Address: types.HexStringToHexBytes("0xC7C6E17059801b6962cc144a374eCc3ba1b8A9e0"),
Balance: 100000000,
Address: types.HexStringToHexBytes("0x7C3a4A5f142ed27C07966b7C7C3F085521154b40"),
Balance: 1000000000,
},
{ // faucet2
Address: types.HexStringToHexBytes("0x536Da9ecd65Fc0248625b0BBDbB305d0DD841893"),
Expand Down

0 comments on commit 4c8ca16

Please sign in to comment.