Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@0xsequence/account

Package Overview
Dependencies
Maintainers
0
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/account - npm Package Compare versions

Comparing version 2.0.25 to 2.0.26

2

dist/0xsequence-account.cjs.dev.js

@@ -698,3 +698,3 @@ 'use strict';

let gasLimit;
switch (chainId) {
switch (BigInt(chainId)) {
case BigInt(network.ChainId.SKALE_NEBULA):

@@ -701,0 +701,0 @@ gasLimit = 10000000n;

@@ -698,3 +698,3 @@ 'use strict';

let gasLimit;
switch (chainId) {
switch (BigInt(chainId)) {
case BigInt(network.ChainId.SKALE_NEBULA):

@@ -701,0 +701,0 @@ gasLimit = 10000000n;

@@ -694,3 +694,3 @@ import { walletContracts } from '@0xsequence/abi';

let gasLimit;
switch (chainId) {
switch (BigInt(chainId)) {
case BigInt(ChainId.SKALE_NEBULA):

@@ -697,0 +697,0 @@ gasLimit = 10000000n;

{
"name": "@0xsequence/account",
"version": "2.0.25",
"version": "2.0.26",
"description": "tools for migrating sequence wallets to new versions",

@@ -15,10 +15,10 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/account",

"dependencies": {
"@0xsequence/abi": "2.0.25",
"@0xsequence/core": "2.0.25",
"@0xsequence/migration": "2.0.25",
"@0xsequence/network": "2.0.25",
"@0xsequence/relayer": "2.0.25",
"@0xsequence/sessions": "2.0.25",
"@0xsequence/utils": "2.0.25",
"@0xsequence/wallet": "2.0.25"
"@0xsequence/abi": "2.0.26",
"@0xsequence/core": "2.0.26",
"@0xsequence/migration": "2.0.26",
"@0xsequence/network": "2.0.26",
"@0xsequence/relayer": "2.0.26",
"@0xsequence/sessions": "2.0.26",
"@0xsequence/utils": "2.0.26",
"@0xsequence/wallet": "2.0.26"
},

@@ -29,4 +29,4 @@ "devDependencies": {

"nyc": "^15.1.0",
"@0xsequence/signhub": "2.0.25",
"@0xsequence/tests": "2.0.25"
"@0xsequence/signhub": "2.0.26",
"@0xsequence/tests": "2.0.26"
},

@@ -33,0 +33,0 @@ "files": [

@@ -704,3 +704,3 @@ import { walletContracts } from '@0xsequence/abi'

let gasLimit: bigint | undefined
switch (chainId) {
switch (BigInt(chainId)) {
case BigInt(ChainId.SKALE_NEBULA):

@@ -707,0 +707,0 @@ gasLimit = 10000000n

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc