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

Commit

Permalink
updated kava-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Booyoun-Kim committed Mar 4, 2021
1 parent 157b350 commit 877356b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ iris.setBech32MainPrefix("iaa");
```js
const cosmosjs = require("@cosmostation/cosmosjs");

const chainId = "kava-4";
const chainId = "kava-5";
const kava = cosmosjs.network(lcdUrl, chainId);
kava.setBech32MainPrefix("kava");
```
Expand Down
2 changes: 1 addition & 1 deletion example/kava.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const cosmosjs = require("../src");

// [WARNING] This mnemonic is just for the demo purpose. DO NOT USE THIS MNEMONIC for your own wallet.
const mnemonic = "swear buyer security impulse public stereo peasant correct cross tornado bid discover anchor float venture deal patch property cool wreck eight dwarf december surface";
const chainId = "kava-4";
const chainId = "kava-5";
// Please install and use rest server separately. (https://hub.cosmos.network/master/resources/service-providers.html#setting-up-the-rest-server)
const kava = cosmosjs.network("YOUR REST SERVER URL", chainId);
kava.setBech32MainPrefix("kava");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmostation/cosmosjs",
"version": "0.9.3",
"version": "0.9.4",
"description": "A JavasSript Open Source Library for Cosmos Network, IRISnet, Kava, Band Protocol, Starname, Secret Network, Akash, and Certik. (HTML developers can use /dist/cosmos.js)",
"main": "./src/index.js",
"repository": {
Expand Down

0 comments on commit 877356b

Please sign in to comment.