XRPLF / xrpl-py

A Python library to interact with the XRP Ledger (XRPL) blockchain
ISC License
150 stars 84 forks source link

chore: fix sidechain networks #660

Closed mvadari closed 11 months ago

mvadari commented 11 months ago

High Level Overview of Change

This PR removes support for sidechain-net1 (in the faucet code and snippets) and switches from a decommissioned bridge to a new bridge in the snippet.

Context of Change

The testing bridge was moved from sidechain-net1 to Devnet.

Type of Change

Did you update CHANGELOG.md?

Test Plan

CI passes now.