Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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