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

@0xsequence/account

Package Overview
Dependencies
Maintainers
6
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 0.0.0-20241114193032 to 0.0.0-20241114193556

4

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):

@@ -704,2 +704,4 @@ gasLimit = 10000000n;

}
console.log('chainId', chainId);
console.log('skale-nebula', network.ChainId.SKALE_NEBULA);

@@ -706,0 +708,0 @@ // Wallet deployment will vary depending on the version

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

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

@@ -704,2 +704,4 @@ gasLimit = 10000000n;

}
console.log('chainId', chainId);
console.log('skale-nebula', network.ChainId.SKALE_NEBULA);

@@ -706,0 +708,0 @@ // Wallet deployment will vary depending on the version

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

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

@@ -700,2 +700,4 @@ gasLimit = 10000000n;

}
console.log('chainId', chainId);
console.log('skale-nebula', ChainId.SKALE_NEBULA);

@@ -702,0 +704,0 @@ // Wallet deployment will vary depending on the version

{
"name": "@0xsequence/account",
"version": "0.0.0-20241114193032",
"version": "0.0.0-20241114193556",
"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": "0.0.0-20241114193032",
"@0xsequence/core": "0.0.0-20241114193032",
"@0xsequence/migration": "0.0.0-20241114193032",
"@0xsequence/network": "0.0.0-20241114193032",
"@0xsequence/relayer": "0.0.0-20241114193032",
"@0xsequence/sessions": "0.0.0-20241114193032",
"@0xsequence/utils": "0.0.0-20241114193032",
"@0xsequence/wallet": "0.0.0-20241114193032"
"@0xsequence/abi": "0.0.0-20241114193556",
"@0xsequence/core": "0.0.0-20241114193556",
"@0xsequence/migration": "0.0.0-20241114193556",
"@0xsequence/network": "0.0.0-20241114193556",
"@0xsequence/relayer": "0.0.0-20241114193556",
"@0xsequence/sessions": "0.0.0-20241114193556",
"@0xsequence/utils": "0.0.0-20241114193556",
"@0xsequence/wallet": "0.0.0-20241114193556"
},

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

"nyc": "^15.1.0",
"@0xsequence/signhub": "0.0.0-20241114193032",
"@0xsequence/tests": "0.0.0-20241114193032"
"@0xsequence/signhub": "0.0.0-20241114193556",
"@0xsequence/tests": "0.0.0-20241114193556"
},

@@ -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):

@@ -711,2 +711,5 @@ gasLimit = 10000000n

console.log('chainId', chainId)
console.log('skale-nebula', ChainId.SKALE_NEBULA)
// Wallet deployment will vary depending on the version

@@ -713,0 +716,0 @@ // so we need to use the context to get the correct deployment

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