Skip to content

Commit

Permalink
Merge pull request #41 from HM4704/docker-strong-finality
Browse files Browse the repository at this point in the history
use normal finality in docker
  • Loading branch information
lunfardo314 authored Feb 5, 2025
2 parents bdad814 + 20e8157 commit cf64639
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tests/docker/boot/distribution.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Configuration file for additional initial distribution of tokens to accounts
distribution:
- account: "a(0xaa401c8c6a9deacf479ab2209c07c01a27bd1eeecf0d7eaa4180b8049c6190d0)"
amount: 150000000000000
amount: 110000000000000
chain: false
- account: "a(0x62c733803a83a26d4db1ce9f22206281f64af69401da6eb26390d34e6a88c5fa)"
amount: 150000000000000
amount: 110000000000000
chain: false
- account: "a(0x24db3c3d477f29d558fbe6f215b0c9d198dcc878866fb60cba023ba3c3d74a03)"
amount: 150000000000000
amount: 110000000000000
chain: false
- account: "a(0xaad6a0102e6f51834bf26b6d8367cc424cf78713f59dd3bc6d54eab23ccdee52)"
amount: 150000000000000
amount: 110000000000000
chain: false
- account: "a(0xe141252fd0ff04d12f9d485abfee4976e81e95cde436e8b9afde5b859d121e3e)"
amount: 10000000000
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/boot/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if [ ! -f "$INITIALIZED_FILE" ]; then
echo "node init sequencer"
# Loop until the command succeeds
while true; do
./proxi node setup_seq --finality.weak seq$NODE_NAME 140000000000000
./proxi node setup_seq seq$NODE_NAME 100000000000000

# Check if the command was successful
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit cf64639

Please sign in to comment.