[node] Change testnet faucet init bal to 10B (#2538)

pull/2543/head
Daniel Van Der Maden 5 years ago committed by GitHub
parent 2962d3ea4a
commit 0625b0bdb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      node/node_genesis.go

@ -28,7 +28,7 @@ const (
// TestAccountNumber is the number of test accounts for testnet/devnet/
TestAccountNumber = 100
// ContractDeployerInitFund is the initial fund for the contract deployer account in testnet/devnet.
ContractDeployerInitFund = 100000000
ContractDeployerInitFund = 10000000000
// InitFreeFund is the initial fund for permissioned accounts for testnet/devnet/
InitFreeFund = 100
)

Loading…
Cancel
Save