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 #67 from cosmostation/develop
Browse files Browse the repository at this point in the history
Remove rest server URLs. Added Secret Network.
  • Loading branch information
Booyoun authored Oct 6, 2020
2 parents 1a37034 + ba13592 commit 40f0f0e
Show file tree
Hide file tree
Showing 10 changed files with 467 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ cosmos.broadcast(signedTx).then(response => console.log(response));
```

Cosmostation offers LCD url([https://lcd-cosmos-free.cosmostation.io](https://lcd-cosmos-free.cosmostation.io/node_info)).
* API Rate Limiting: 10 requests per second
- This rest server URL may be disabled at any time. In order to maintain stable blockchain service, it is recommended to prepare your rest server.
- Setting up the rest server: (https://hub.cosmos.network/master/resources/service-providers.html#setting-up-the-rest-server)
- API Rate Limiting: 2 requests per second

## Supporting Message Types (Updating...)
- If you need more message types, you can see [/docs/msg_types](https://github.com/cosmostation/cosmosjs/tree/master/docs/msg_types)
Expand Down
Loading

0 comments on commit 40f0f0e

Please sign in to comment.