Skip to content
Open
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ testing/
!testing/devnet/run-devnet
!testing/devnet/start-staggered.sh
!testing/devnet/scripts/
!testing/loadgen/
omniprotocol_fixtures_scripts/
specs/
fixtures/
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ local_tests/
# ---- Local devnet identities (private keys / mnemonics) ----
.devnet/
.manual-test-mnemonic
stress-test-mnemonic

# ---- Local upgradable-network manual test artifacts ----
scripts/check_fee_test.ts
Expand Down
7 changes: 6 additions & 1 deletion data/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
"treasuryAddress": "0xf7a1c3417e39563ca8f63f2e9a9ba08890888695768e95e22026e6f942addf23"
}
},
"balances": [],
"balances": [
["0x44f37b408d2ef2e9fbe24d5d924cff9945fb4c0f2cc59e65c5b7118155236290", "1000000000000000000000000"],
["0x4ffb540a32325dec4323d993f116d7fce7d504242cb4fcbd9bb427efc92c864d", "1000000000000000000000000"],
["0xd652bfc891ae8ece81148bdf63f6bcbca44d648c59f5744127931d8b079dc8d6", "1000000000000000000000000"],
["0xecf5ad135f4fdbe03e8e932e6673781dacc9fedf3752e9de3d86d7f9c273a20d", "1000000000000000000000000"]
],
"timestamp": "1692734616",
"status": "confirmed",
"validators": [
Expand Down
Loading
Loading