Skip to content

Commit 492073a

Browse files
authored
fund l2 portal (#343)
1 parent bf0f82a commit 492073a

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

config/e2e_test/genesis_config.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"l1FeeOverhead": "0x1",
1414
"l1FeeScalar": "0x1",
1515
"alloc": {
16+
"2a00000000000000000000000000000000000011": {
17+
"balance": "1000000000000000000000000000"
18+
},
1619
"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc": {
1720
"balance": "10000000000000000000"
1821
},

config/example/genesis_config.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"l1FeeOverhead": "0x0",
1414
"l1FeeScalar": "0x0",
1515
"alloc": {
16+
"2a00000000000000000000000000000000000011": {
17+
"balance": "1000000000000000000000000000"
18+
},
1619
"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266": {
1720
"balance": "10000000000000000000"
1821
},
@@ -23,4 +26,4 @@
2326
"balance": "10000000000000000000"
2427
}
2528
}
26-
}
29+
}

config/kubernetes/genesis_config.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
"l1FeeOverhead": "0x1",
1414
"l1FeeScalar": "0x1",
1515
"alloc": {
16+
"2a00000000000000000000000000000000000011": {
17+
"balance": "1000000000000000000000000000"
18+
},
1619
"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc": {
17-
"balance": "10000000000000000000"
20+
"balance": "1000000000000000000000000000"
1821
},
1922
"0x90F79bf6EB2c4f870365E785982E1f101E93b906": {
20-
"balance": "10000000000000000000"
23+
"balance": "1000000000000000000000000000"
2124
}
2225
}
2326
}

config/local_devnet/genesis_config.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@
1212
"l2FeesMinWithdrwalAmount": "0x0",
1313
"l1FeeOverhead": "0x1",
1414
"l1FeeScalar": "0x1",
15-
"alloc": {}
15+
"alloc": {
16+
"2a00000000000000000000000000000000000011": {
17+
"balance": "1000000000000000000000000000"
18+
}
19+
}
1620
}

config/local_docker/genesis_config.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"l1FeeOverhead": "0x1",
1414
"l1FeeScalar": "0x1",
1515
"alloc": {
16+
"2a00000000000000000000000000000000000011": {
17+
"balance": "1000000000000000000000000000"
18+
},
1619
"0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc": {
1720
"balance": "10000000000000000000"
1821
},

0 commit comments

Comments
 (0)