Update testnet onboarding demo with new stacks #15
@ -784,7 +784,7 @@
|
|||||||
- Create ledger channel between A and Bridge with custom token
|
- Create ledger channel between A and Bridge with custom token
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
laconic-so deployment --dir l1alice-nitro-deployment exec nitro-rpc-client "nitro-rpc-client direct-fund $BRIDGE_NITRO_ADDRESS --assetAddress $L1_ASSET_ADDRESS -p 4005 -h nitro-node"
|
laconic-so deployment --dir l1alice-nitro-deployment exec nitro-rpc-client "nitro-rpc-client direct-fund $BRIDGE_NITRO_ADDRESS --assetAddress $L1_ASSET_ADDRESS --alphaAmount 1000000 --betaAmount 1000000 -p 4005 -h nitro-node"
|
||||||
```
|
```
|
||||||
|
|
||||||
- Once direct-fund objective is complete, bridge will create mirrored channel on L2
|
- Once direct-fund objective is complete, bridge will create mirrored channel on L2
|
||||||
@ -814,7 +814,7 @@
|
|||||||
- Create ledger channel between C and Bridge with custom token
|
- Create ledger channel between C and Bridge with custom token
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
laconic-so deployment --dir l1charlie-nitro-deployment exec nitro-rpc-client "nitro-rpc-client direct-fund $BRIDGE_NITRO_ADDRESS --assetAddress $L1_ASSET_ADDRESS -p 4005 -h nitro-node"
|
laconic-so deployment --dir l1charlie-nitro-deployment exec nitro-rpc-client "nitro-rpc-client direct-fund $BRIDGE_NITRO_ADDRESS --assetAddress $L1_ASSET_ADDRESS --alphaAmount 1000000 --betaAmount 1000000 -p 4005 -h nitro-node"
|
||||||
```
|
```
|
||||||
|
|
||||||
- Once direct fund objective is complete, bridge will create mirrored channel on L2
|
- Once direct fund objective is complete, bridge will create mirrored channel on L2
|
||||||
|
Loading…
Reference in New Issue
Block a user