Skip to content

Commit

Permalink
fix: terra endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Dec 4, 2021
1 parent c852f06 commit c3de74b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/cosmos-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.21](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/cosmos-ts@0.0.20...@injectivelabs/cosmos-ts@0.0.21) (2021-12-04)


### Bug Fixes

* terra endpoints ([6ac5e51](https://github.com/InjectiveLabs/injective-ts/commit/6ac5e51dd086cd099f3fa354289befb45205047b))





## [0.0.20](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/cosmos-ts@0.0.19...@injectivelabs/cosmos-ts@0.0.20) (2021-12-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/cosmos-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@injectivelabs/cosmos-ts",
"description": "Cosmos related wrappers.",
"version": "0.0.20",
"version": "0.0.21",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/cosmos-ts/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const getLcdEndpointFromChainId = (
}
case CosmosChainId.Terra:
return {
rpc: 'https://terra-rpc.easy2stake.com/',
rest: 'https://blockdaemon-terra-lcd.api.bdnodes.net:1317',
rpc: 'https://tm.terra.injective.network',
rest: 'https://lcd.terra.injective.network ',
}
case TestnetCosmosChainId.Cosmoshub:
return {
Expand Down

0 comments on commit c3de74b

Please sign in to comment.