Skip to content

Commit

Permalink
More moving, formatting pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Sep 15, 2023
1 parent 5b2c403 commit 455fab8
Show file tree
Hide file tree
Showing 14 changed files with 674 additions and 666 deletions.
2 changes: 1 addition & 1 deletion test/test-nodejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global.StellarSdk = require("../lib/");
global.axios = require("axios");
global.HorizonAxiosClient = StellarSdk.HorizonAxiosClient;
global.SorobanAxiosClient = StellarSdk.SorobanAxiosClient;
global.serverUrl = 'https://horizon-live.stellar.org:1337/api/v1/jsonrpc';
global.serverUrl = "https://horizon-live.stellar.org:1337/api/v1/jsonrpc";

var chaiAsPromised = require("chai-as-promised");
var chaiHttp = require("chai-http");
Expand Down
Loading

0 comments on commit 455fab8

Please sign in to comment.