Skip to content

Commit

Permalink
Merge pull request #1875 from lavanet/PRT-fix-scripts-and-readme
Browse files Browse the repository at this point in the history
fix: PRT - Fix scripts and README
  • Loading branch information
ranlavanet authored Dec 30, 2024
2 parents 4433657 + 739be10 commit e146a80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ Remember to always test your changes locally before submitting a PR to ensure th

Join Lava's testnet, [read instructions here](https://docs.lavanet.xyz/testnet?utm_source=github.com&utm_medium=github&utm_campaign=readme)

⚠️ THERE'S NO MAINNET LAVA TOKEN, BE AWARE OF SCAMS.

## Community

- [Github Discussions](https://github.com/lavanet/lava/discussions)
Expand Down
1 change: 0 additions & 1 deletion scripts/init_chain_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ GASPRICE="0.00002ulava"
echo; echo "#### Sending proposal for specs ####"
specs=$(get_all_specs)
lavad tx gov submit-legacy-proposal spec-add $specs --lava-dev-test -y --from alice --gas-adjustment "1.5" --gas "auto" --gas-prices $GASPRICE
cd ../../
echo; echo "#### Waiting 2 blocks ####"
wait_count_blocks 2

Expand Down
1 change: 1 addition & 0 deletions scripts/useful_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ get_base_specs() {
"specs/mainnet-1/specs/tendermint.json"
"specs/mainnet-1/specs/cosmossdk.json"
"specs/testnet-2/specs/cosmossdkv45.json"
"specs/testnet-2/specs/cosmossdk_full.json"
"specs/mainnet-1/specs/cosmossdkv50.json"
"specs/mainnet-1/specs/ethermint.json"
"specs/mainnet-1/specs/ethereum.json"
Expand Down

0 comments on commit e146a80

Please sign in to comment.