We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968b4d8 commit 84c0b9dCopy full SHA for 84c0b9d
1 file changed
README.md
@@ -18,7 +18,7 @@ yarn add @arkecosystem/client
18
import { Connection } from "@arkecosystem/client";
19
20
const init = async () => {
21
- const connection: Connection = new Connection("https://dexplorer.ark.io/api");
+ const connection: Connection = new Connection("https://dwallets.ark.io/api");
22
23
console.log(await connection.api("blocks").all())
24
};
0 commit comments