Skip to content

Commit

Permalink
Update CallBuilder import
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Dec 8, 2023
1 parent baee7af commit 6623888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/endpointExplorer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import axios from "axios";
import { CallBuilder } from "stellar-sdk/lib/call_builder";
import { CallBuilder } from "stellar-sdk";
import URI from "urijs";
import dispatchInNewStack from "../helpers/dispatchInNewStack";

Expand Down

0 comments on commit 6623888

Please sign in to comment.