Skip to content

Commit 7f86433

Browse files
committed
Add example privkey information for baklava
1 parent a9140d5 commit 7f86433

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

op-e2e/celo/.baklava.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ export CELOTEST_MONOREPOPATH='../../'
66
export CELOTEST_TESTDIRPATH='./tests/'
77
export CELOTEST_ADDRESSES_L1_FILEPATH='./networks/62320/contracts-l1.json'
88
export CELOTEST_ADDRESSES_L2_FILEPATH='./networks/62320/celo-contracts.json'
9+
# overwrite this to a key with funds
10+
# this is the key for the address: 0x030632d4dF4337f1E68185d362F4f8625cF93e05
11+
export CELOTEST_FUNDER_PRIVATEKEY="0xc30ed659e31b7ae41af336ea65bcecc26d3a4bd8b162d6ed663486d3d65da767"
12+
# overwrite this, the default key is publicly known:
13+
export CELOTEST_ACCOUNTS_SEEDPHRASE="this purse lady disagree hand journey sight group stay quote tenant clown"
914
export CELOTEST_SPAWN_DEVNET=false
1015
export CELOTEST_USE_FAULTPROOFS=true
1116
export CELOTEST_USE_ALTDA=true

0 commit comments

Comments
 (0)