-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Register incentives and sponsorship amino message to support ei…
…p712 (#1240)
- Loading branch information
1 parent
045e6c3
commit bb2cd89
Showing
4 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
#!/bin/sh | ||
|
||
echo "locking LP1 tokens for 2 weeks" | ||
dymd tx lockup lock-tokens 50000000000000000000gamm/pool/1 --duration="60s" --from pools --keyring-backend=test -b block -y --gas-prices 100000000adym | ||
dymd tx lockup lock-tokens 50000000000000000000gamm/pool/1 --duration="60s" --from pools --keyring-backend=test -b sync -y --gas-prices 100000000adym | ||
sleep 7 | ||
|
||
echo "locking uatom tokens for 1h" | ||
dymd tx lockup lock-tokens 500000000uatom --duration="3600s" --from user --keyring-backend=test -b block -y --gas-prices 100000000adym | ||
dymd tx lockup lock-tokens 500000000uatom --duration="3600s" --from user --keyring-backend=test -b sync -y --gas-prices 100000000adym | ||
sleep 7 | ||
|
||
echo "locking dym tokens for 1 day" | ||
dymd tx lockup lock-tokens 100dym --duration="24h" --from user --keyring-backend=test -b block -y --gas-prices 100000000adym | ||
dymd tx lockup lock-tokens 100dym --duration="24h" --from user --keyring-backend=test -b sync -y --gas-prices 100000000adym | ||
sleep 7 | ||
|
||
echo "unlocking dym tokens" | ||
dymd tx lockup begin-unlock-by-id 2 --from user --keyring-backend=test -b block -y --gas-prices 100000000adym | ||
dymd tx lockup begin-unlock-by-id 2 --from user --keyring-backend=test -b sync -y --gas-prices 100000000adym |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters