New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@injectivelabs/chain-consumer

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/chain-consumer - npm Package Compare versions

Comparing version

to
0.0.36

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.0.36](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.35...@injectivelabs/chain-consumer@0.0.36) (2021-04-08)
### Bug Fixes
* constants decoupled from packages ([71a6381](https://github.com/InjectiveLabs/injective-ts/commit/71a6381136036b1372dea10b1489b6aa1f5f859a))
## [0.0.35](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.34...@injectivelabs/chain-consumer@0.0.35) (2021-04-08)

@@ -8,0 +14,0 @@

4

dist/composers/PeggyComposer.js

@@ -7,8 +7,8 @@ "use strict";

exports.PeggyComposer = void 0;
const utils_1 = require("@injectivelabs/utils");
const coin_pb_1 = require("@injectivelabs/chain-api/cosmos/base/v1beta1/coin_pb");
const msgs_pb_1 = require("@injectivelabs/chain-api/injective/peggy/v1/msgs_pb");
const snakecase_keys_1 = __importDefault(require("snakecase-keys"));
const constants_1 = require("../constants");
class PeggyComposer {
static withdraw({ address, cosmosAddress, amount, denom, bridgeFeeDenom = constants_1.DEFAULT_BRIDGE_FEE_DENOM, bridgeFeeAmount = constants_1.DEFAULT_BRIDGE_FEE_AMOUNT, }) {
static withdraw({ address, cosmosAddress, amount, denom, bridgeFeeDenom = utils_1.DEFAULT_BRIDGE_FEE_DENOM, bridgeFeeAmount = utils_1.DEFAULT_BRIDGE_FEE_AMOUNT, }) {
const coinAmount = new coin_pb_1.Coin();

@@ -15,0 +15,0 @@ coinAmount.setDenom(denom);

{
"name": "@injectivelabs/chain-consumer",
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",

@@ -35,3 +35,3 @@ "main": "dist/index.js",

"@injectivelabs/ts-types": "^0.0.15",
"@injectivelabs/utils": "^0.0.22",
"@injectivelabs/utils": "^0.0.23",
"bech32": "^2.0.0",

@@ -42,3 +42,3 @@ "link-module-alias": "^1.2.0",

},
"gitHead": "c1675c7b889dde0b2aff486666bd00797d818b39"
"gitHead": "0c2f050f7512dc365f8eca9104936e98747644e3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet