Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #20 from cosmostation/develop
Browse files Browse the repository at this point in the history
Updated chainId of Kava on Readme
  • Loading branch information
Booyoun authored Oct 21, 2019
2 parents 41bb01c + ca8eae6 commit d239b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ iris.setBech32MainPrefix("iaa");
```js
const cosmosjs = require("@cosmostation/cosmosjs");

const chainId = "kava-testnet-2000";
const chainId = "kava-testnet-3000";
const kava = cosmosjs.network(lcdUrl, chainId);
kava.setBech32MainPrefix("kava");
```
Expand Down

0 comments on commit d239b4e

Please sign in to comment.