Socket
Socket
Sign inDemoInstall

@keplr-wallet/cosmos

Package Overview
Dependencies
11
Maintainers
0
Versions
515
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.105 to 0.12.106

3

build/chain-id/ethermint.js

@@ -8,2 +8,5 @@ "use strict";

const cosmosChainId = cosmos_1.ChainIdHelper.parse(chainId);
if (chainId === "carbon-1") {
return Object.assign({ ethChainId: 9790 }, cosmosChainId);
}
if (chainId.startsWith("injective")) {

@@ -10,0 +13,0 @@ const injectiveTestnetChainIds = ["injective-777", "injective-888"];

16

package.json
{
"name": "@keplr-wallet/cosmos",
"version": "0.12.105",
"version": "0.12.106",
"main": "build/index.js",

@@ -20,8 +20,8 @@ "author": "chainapsis",

"@ethersproject/address": "^5.6.0",
"@keplr-wallet/common": "0.12.105",
"@keplr-wallet/crypto": "0.12.105",
"@keplr-wallet/proto-types": "0.12.105",
"@keplr-wallet/simple-fetch": "0.12.105",
"@keplr-wallet/types": "0.12.105",
"@keplr-wallet/unit": "0.12.105",
"@keplr-wallet/common": "0.12.106",
"@keplr-wallet/crypto": "0.12.106",
"@keplr-wallet/proto-types": "0.12.106",
"@keplr-wallet/simple-fetch": "0.12.106",
"@keplr-wallet/types": "0.12.106",
"@keplr-wallet/unit": "0.12.106",
"bech32": "^1.1.4",

@@ -32,3 +32,3 @@ "buffer": "^6.0.3",

},
"gitHead": "98f41147cdc01a7a0fab0f082ec7ddf1fe1500ba"
"gitHead": "4eb85e352b5a7d3ae9d25951e753ff5f6cd034d2"
}

@@ -11,2 +11,9 @@ import { ChainIdHelper } from "./cosmos";

if (chainId === "carbon-1") {
return {
ethChainId: 9790,
...cosmosChainId,
};
}
if (chainId.startsWith("injective")) {

@@ -13,0 +20,0 @@ const injectiveTestnetChainIds = ["injective-777", "injective-888"];

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc