mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
xahau-patch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const xrpl = require("xrpl");
|
||||
const xahau = require("xahau");
|
||||
const fs = require("fs");
|
||||
const path = require("path");
|
||||
|
||||
@@ -12,7 +12,7 @@ const amendmentsToIgnore = [
|
||||
];
|
||||
|
||||
async function main() {
|
||||
const client = new xrpl.Client(networkToEmulate);
|
||||
const client = new xahau.Client(networkToEmulate);
|
||||
await client.connect();
|
||||
|
||||
// Looks up what amendments have been enabled via their hash
|
||||
|
||||
Reference in New Issue
Block a user