Skip to content

Commit 84c0b9d

Browse files
authored
chore: updated README with dwallets url (#148)
1 parent 968b4d8 commit 84c0b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ yarn add @arkecosystem/client
1818
import { Connection } from "@arkecosystem/client";
1919

2020
const init = async () => {
21-
const connection: Connection = new Connection("https://dexplorer.ark.io/api");
21+
const connection: Connection = new Connection("https://dwallets.ark.io/api");
2222

2323
console.log(await connection.api("blocks").all())
2424
};

0 commit comments

Comments
 (0)