XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.19k stars 507 forks source link

fix: reduce faucet to 1000 #2682

Closed justinr1234 closed 1 month ago

justinr1234 commented 2 months ago

High Level Overview of Change

The faucet has been reduced to 1000 XRP per request - https://xrpl.org/blog/2024/testnet-reset

Context of Change

Reduce from 2000 to 1000 in faucet test

Type of Change

Did you update HISTORY.md?

Test Plan

Tests pass in CI

justinr1234 commented 2 months ago

@mvadari is there a way to make these tests not brittle on testnet reset?

image
justinr1234 commented 1 month ago

Merged in another ticket