From 5e0ed297bb35538b123b5567661e76ef913e769d Mon Sep 17 00:00:00 2001 From: jonathanlei Date: Thu, 29 Sep 2022 16:32:06 -0700 Subject: [PATCH] add memos --- assets/js/test-net.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/test-net.js b/assets/js/test-net.js index 365e738b7f..d9ba04cdc8 100644 --- a/assets/js/test-net.js +++ b/assets/js/test-net.js @@ -42,6 +42,7 @@ function rippleTestNetCredentials(url, altnet_name) { $.ajax({ url: url, type: 'POST', + data: { memos: ["xrpl.org-faucet"] }, dataType: 'json', success: function(data) { //hide the loader and show results