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 #54 from cosmostation/develop
Browse files Browse the repository at this point in the history
Updated cdn url
  • Loading branch information
Booyoun authored Jun 10, 2020
2 parents cd58b47 + af629e1 commit f16f4d9
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 @@ -53,7 +53,7 @@ const cosmosjs = require("@cosmostation/cosmosjs");
- You can see example file at [/example/browser-example.html](https://github.com/cosmostation/cosmosjs/tree/master/example/browser-example.html)

```js
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/[email protected].2/dist/cosmos.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/[email protected].4/dist/cosmos.min.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion example/browser-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>CosmosJS Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/[email protected].1/dist/cosmos.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/[email protected].4/dist/cosmos.min.js"></script>
<script>
function send() {
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";
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.6.3",
"version": "0.6.4",
"description": "A JavasSript Open Source Library for Cosmos Network, IRISnet, Kava and Band Protocol. (HTML developers can use /dist/cosmos.js)",
"main": "./src/index.js",
"repository": {
Expand Down

0 comments on commit f16f4d9

Please sign in to comment.