diff --git a/packages/cosmos-ts/CHANGELOG.md b/packages/cosmos-ts/CHANGELOG.md index 3c8c7c6fa..4aa63b3ab 100644 --- a/packages/cosmos-ts/CHANGELOG.md +++ b/packages/cosmos-ts/CHANGELOG.md @@ -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) diff --git a/packages/cosmos-ts/package.json b/packages/cosmos-ts/package.json index d50f8a585..812fffca2 100644 --- a/packages/cosmos-ts/package.json +++ b/packages/cosmos-ts/package.json @@ -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", diff --git a/packages/cosmos-ts/src/endpoints.ts b/packages/cosmos-ts/src/endpoints.ts index 109535b9d..ffb137467 100644 --- a/packages/cosmos-ts/src/endpoints.ts +++ b/packages/cosmos-ts/src/endpoints.ts @@ -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 {