mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Merge pull request #2935 from XRPLF/rm_mpt_devnet_from_faucet
Remove MPT-Devnet faucet, which has been shut down; use APIv1 for Faucets
This commit is contained in:
@@ -24,14 +24,6 @@
|
||||
"shortName": "Xahau-Testnet",
|
||||
"desc": "Hooks (L1 smart contracts) enabled Xahau testnet."
|
||||
},
|
||||
{
|
||||
"id": "faucet-select-mpt-devnet",
|
||||
"wsUrl": "wss://mpt.devnet.rippletest.net:51233/",
|
||||
"jsonRpcUrl": "https://mpt.devnet.rippletest.net:51234/",
|
||||
"faucetHost": "mptfaucet.devnet.rippletest.net",
|
||||
"shortName": "MPT-Devnet",
|
||||
"desc": "Preview of XLS-33d Multi-Purpose Tokens amendment."
|
||||
},
|
||||
{
|
||||
"id": "faucet-select-batch-devnet",
|
||||
"wsUrl": "wss://batch.nerdnest.xyz",
|
||||
|
||||
@@ -133,6 +133,7 @@ async function generateFaucetCredentialsAndUpdateUI(
|
||||
const wallet = Wallet.generate()
|
||||
|
||||
const client = new Client(selectedFaucet.wsUrl)
|
||||
client.apiVersion = 1 // Workaround for networks that don't support APIv2
|
||||
await client.connect()
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user