File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 24
24
"shortName" : " Xahau-Testnet" ,
25
25
"desc" : " Hooks (L1 smart contracts) enabled Xahau testnet."
26
26
},
27
- {
28
- "id" : " faucet-select-mpt-devnet" ,
29
- "wsUrl" : " wss://mpt.devnet.rippletest.net:51233/" ,
30
- "jsonRpcUrl" : " https://mpt.devnet.rippletest.net:51234/" ,
31
- "faucetHost" : " mptfaucet.devnet.rippletest.net" ,
32
- "shortName" : " MPT-Devnet" ,
33
- "desc" : " Preview of XLS-33d Multi-Purpose Tokens amendment."
34
- },
35
27
{
36
28
"id" : " faucet-select-batch-devnet" ,
37
29
"wsUrl" : " wss://batch.nerdnest.xyz" ,
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ async function generateFaucetCredentialsAndUpdateUI(
133
133
const wallet = Wallet . generate ( )
134
134
135
135
const client = new Client ( selectedFaucet . wsUrl )
136
+ client . apiVersion = 1 // Workaround for networks that don't support APIv2
136
137
await client . connect ( )
137
138
138
139
try {
You can’t perform that action at this time.
0 commit comments