Skip to content

Commit 1f83fa4

Browse files
authored
Merge pull request #130 from ewasm/faucet-balance
set faucet balance to 100000000 ETH
2 parents 0474802 + 931c304 commit 1f83fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ewasm-testnet-aleth-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"0000000000000000000000000000000000000008": { "precompiled": { "name": "alt_bn128_pairing_product", "startingBlock" : "0x2dc6c0" } },
4242
"000000000000000000000000000000000000000a": { "codeFromFile": "dummymetering.wasm", "balance": "0x01", "nonce": "0x00", "storage": {} },
4343
"000000000000000000000000000000000000000b": { "codeFromFile": "dummyevm2wasm.wasm", "balance": "0x01", "nonce": "0x00", "storage": {} },
44-
"9fa4f23079bae7a7a5c392b67e18093310315bfc": { "balance": "0x200000000000000000000000000000000000000000000000000000000000000", "storage": {}, "nonce": "0x0", "code": "" }
44+
"9fa4f23079bae7a7a5c392b67e18093310315bfc": { "balance": "100000000000000000000000000", "storage": {}, "nonce": "0x0", "code": "" }
4545
}
4646
}

ewasm-testnet-geth-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"balance": "0x1"
2424
},
2525
"9fa4f23079bae7a7a5c392b67e18093310315bfc": {
26-
"balance": "0x200000000000000000000000000000000000000000000000000000000000000"
26+
"balance": "100000000000000000000000000"
2727
}
2828
},
2929
"number": "0x0",

0 commit comments

Comments
 (0)