Add new faucet configuration for Lending-Devnet

This commit is contained in:
Kenny Lei
2025-10-27 09:30:51 -07:00
committed by GitHub
parent 31ff09c093
commit ea0c186fa0

View File

@@ -31,6 +31,14 @@
"faucetHost": "batch.faucet.nerdnest.xyz",
"shortName": "Batch-Devnet",
"desc": "Preview of XLS-56d Batch transactions."
},
{
"id": "faucet-select-lending-devnet",
"wsUrl": "wss://lend.devnet.rippletest.net:51233/",
"jsonRpcUrl": "https://lend.devnet.rippletest.net:51234/",
"faucetHost": "lend-faucet.devnet.rippletest.net",
"shortName": "Lending-Devnet",
"desc": "Preview of XLS-66d Lending Protocol."
}
]
}