Bridging to Flame on dawn Testnet
Bridging commands from Celestia and Noble testnets to the Astria dawn testnet.
You will need the astria-cli, celestia-appd, and nobled installed. Follow the install steps here.
You can export the following to make the commands below easily copy and pastable.
export ASTRIA_ADDRESS="<your-astria-address>"
export PRIV_KEY="<your-astria-address-private-key>"
export CELESTIA_KEY_NAME="<name-of-your-celestia-key>"
export CELESTIA_ADDRESS="<your-celestia-address>"
export NOBLE_KEY_NAME="<name-of-your-noble-key>"
export NOBLE_ADDRESS="<your-noble-address>"
export FLAME_ADDRESS="<your-flame-address>"Bridge to Flame
Via IBC
celestia-appd tx ibc-transfer transfer \
transfer \
channel-160 \
astria1lepnry7tlpzvrukp5xej4v5wp532k2f94vxqnr \
"10000utia" \
--fees=420utia \
--memo="{\"rollupDepositAddress\":\"$FLAME_ADDRESS\"}" \
--chain-id="mocha-4" \
--from="$CELESTIA_KEY_NAME" \
--node=https://rpc-mocha.pops.one:443 \
--packet-timeout-height 0-0nobled tx ibc-transfer transfer \
transfer \
channel-232 \
astria1u6ewl0tejz0df2l6tzc7k2degx6mqsjahldqxd \
"100000uusdc" \
--memo="{\"rollupDepositAddress\":\"$FLAME_ADDRESS\"}" \
--chain-id="grand-1" \
--from="$NOBLE_KEY_NAME" \
--node=https://noble-testnet-rpc.polkachu.com:443 \
--packet-timeout-height 0-0Direct from Astria
astria-cli sequencer bridge-lock astria1lepnry7tlpzvrukp5xej4v5wp532k2f94vxqnr \
--amount 10000 \
--destination-chain-address $FLAME_ADDRESS \
--private-key $PRIV_KEY \
--sequencer.chain-id dawn-1 \
--sequencer-url https://rpc.sequencer.dawn-1.astria.org/ \
--fee-asset=transfer/channel-0/utia \
--asset=transfer/channel-0/utiaastria-cli sequencer bridge-lock astria1u6ewl0tejz0df2l6tzc7k2degx6mqsjahldqxd \
--amount 10000 \
--destination-chain-address $FLAME_ADDRESS \
--private-key $PRIV_KEY \
--sequencer.chain-id dawn-1 \
--sequencer-url https://rpc.sequencer.dawn-1.astria.org/ \
--fee-asset=transfer/channel-0/utia \
--asset=transfer/channel-1/uusdcCheck Your Balances on Flame
cast balance $FLAME_ADDRESS --rpc-url https://rpc.flame.dawn-1.astria.orgcast balance $FLAME_ADDRESS --erc20 0x6e18cE6Ec3Fc7b8E3EcFca4fA35e25F3f6FA879a --rpc-url https://rpc.flame.dawn-1.astria.orgView Your Transactions on Flame
Open the Flame dawn Block Explorer and search for your Flame address to see your transactions.
On the account page you can view your TIA balance directly. To view your USDC balance, select the Tokens tab.
View Transactions on Mintscan
If you bridge from an IBC chain, you can view your transactions by visiting the following:
https://www.mintscan.io/celestia-testnet/address/<your-celestia-address>https://www.mintscan.io/noble-testnet/address/<your-noble-address>
You can also go directly to Mintscan and search for the txhash that is returned after sending your transaction, but it is recommended to view your address transaction history as this will show if an acknowledgement for your transfer was received.