Skip to content

Commit 2701314

Browse files
committed
docs: remove Axelar-specific references from examples
1 parent 926c074 commit 2701314

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/examples.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ XRPL_SEED=sSigner2... xrpl multisign --file unsigned.json --multisig-account rMu
2727
XRPL_SEED=sSigner3... xrpl multisign --file unsigned.json --multisig-account rMultisig > sig3.json
2828
xrpl multisign-submit --files sig1.json sig2.json sig3.json
2929

30-
# Create 250 tickets for parallel multisig prover transactions
31-
xrpl ticket-create 250
3230
```
3331

3432
## Trust Lines and IOUs
@@ -91,7 +89,7 @@ xrpl rpc server_state
9189
## Cross-Chain Memos
9290

9391
```bash
94-
# Send with memos (e.g. for Axelar interchain transfers)
92+
# Send with memos
9593
xrpl send --to ra5nK24KXen9AHvsdFTKHSANinZseWnPcX --amount 1 --token XRP \
9694
--memo "type:interchain_transfer" \
9795
--memo "destination_chain:ethereum" \

0 commit comments

Comments
 (0)