-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe6a4b6
commit b6ca636
Showing
11 changed files
with
198 additions
and
148 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- markdownlint-disable MD041 MD013 --> | ||
|
||
::: code-group | ||
|
||
```bash [From Celestia] | ||
celestia-appd tx ibc-transfer transfer \ | ||
transfer \ | ||
channel-159 \ | ||
$ASTRIA_ADDRESS \ | ||
1000000utia \ | ||
--fees=420utia \ | ||
--from $CELESTIA_KEY_NAME \ | ||
--node=https://rpc-mocha.pops.one:443 \ | ||
--chain-id mocha-4 | ||
--packet-timeout-height 0-0 | ||
``` | ||
|
||
```bash [From Noble] | ||
nobled tx ibc-transfer transfer \ | ||
transfer \ | ||
channel-231 \ | ||
$ASTRIA_ADDRESS \ | ||
1000000uusdc \ | ||
--from $NOBLE_KEY_NAME \ | ||
--node https://noble-testnet-rpc.polkachu.com:443 \ | ||
--chain-id grand-1 \ | ||
--packet-timeout-height 0-0 | ||
``` | ||
|
||
::: | ||
|
||
<!-- <Tabs> | ||
<TabItem value="From Celestia" label="From Celestia"> </TabItem> | ||
<TabItem value="From Noble" label="From Noble"> </TabItem> | ||
</Tabs> --> |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- markdownlint-disable MD041 MD013 --> | ||
|
||
::: code-group | ||
|
||
```bash [RIA] | ||
astria-cli sequencer bridge-lock astria1yqdjnnmrp7w5ygwj0dkldsgzjhv5vcakp7yeu9 \ | ||
--amount 10000 \ | ||
--destination-chain-address $FLAME_ADDRESS \ | ||
--private-key $PRIV_KEY \ | ||
--sequencer.chain-id astria-dusk-11 \ | ||
--sequencer-url https://rpc.sequencer.dusk-11.devnet.astria.org \ | ||
--fee-asset=nria \ | ||
--asset=nria | ||
``` | ||
|
||
```bash [USDC] | ||
astria-cli sequencer bridge-lock astria12saluecm8dd7hkutk83eavkl2p70lf5w7txezg \ | ||
--amount 10000 \ | ||
--destination-chain-address $FLAME_ADDRESS \ | ||
--private-key $PRIV_KEY \ | ||
--sequencer.chain-id astria-dusk-11 \ | ||
--sequencer-url https://rpc.sequencer.dusk-11.devnet.astria.org \ | ||
--fee-asset=nria \ | ||
--asset=transfer/channel-2/uusdc | ||
``` | ||
|
||
::: | ||
|
||
<!-- <Tabs> | ||
<TabItem value="RIA" label="RIA"> </TabItem> | ||
<TabItem value="USDC" label="USDC"> </TabItem> | ||
</Tabs> --> |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- markdownlint-disable MD041 MD013 --> | ||
|
||
::: code-group | ||
|
||
```bash [From Noble] | ||
nobled tx ibc-transfer transfer \ | ||
transfer \ | ||
channel-231 \ | ||
astria12saluecm8dd7hkutk83eavkl2p70lf5w7txezg \ | ||
"100000uusdc" \ | ||
--memo="{\"rollupDepositAddress\":\"$FLAME_ADDRESS\"}" \ | ||
--chain-id="grand-1" \ | ||
--from="grand-test-1" \ | ||
--node=https://noble-testnet-rpc.polkachu.com:443 | ||
--packet-timeout-height 0-0 | ||
``` | ||
|
||
::: | ||
|
||
<!-- <Tabs> | ||
<TabItem value="From Noble" label="From Noble"> </TabItem> | ||
</Tabs> --> |
Oops, something went wrong.