I hereby claim:
- I am talalashraf on github.
- I am talalashraf (https://keybase.io/talalashraf) on keybase.
- I have a public key ASB0CbM1jQGX9ml0r_9IqMs_rvkkm-dOGEGAnX_yOQd_GQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Generated on: 2024-07-19 14:07:36
Chain Name | RPC URL | Max Bytes | Max Gas |
---|---|---|---|
terra | https://terra-classic-rpc.publicnode.com:443 | 2M | 100000000 |
gitopia | https://gitopia-rpc.polkachu.com:443 | 21M | -1 |
zetachain | https://zetachain.blockpi.network/rpc/v1/public | 21M | 500000000 |
decentr | https://poseidon.mainnet.decentr.xyz | 21M | -1 |
#!/bin/bash | |
set -e | |
# Base URL | |
BASE_URL="https://static.axelar.network/releases/amplifier" | |
# Directory to save files | |
SAVE_DIR="cosmwasm-artifacts" | |
# Create directory if it doesn't exist |
# Add this function to bashrc or zshrc on macos. Run before unplugging a dock. | |
leave() { | |
local failed_mounts=() | |
declare -i success_count=0 | |
declare -i total_count=0 | |
echo "Preparing to safely unmount all external volumes..." | |
# Get list of mounted volumes that aren't the system volume |