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

@0xsequence/wallet

Package Overview
Dependencies
Maintainers
6
Versions
521
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/wallet - npm Package Compare versions

Comparing version 0.0.0-20241114192432 to 0.0.0-20241114193032

6

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

@@ -214,4 +214,4 @@ 'use strict';

}
console.log('chainId', this.chainId);
console.log('skale-nebula', network.ChainId.SKALE_NEBULA);
console.trace('chainId', this.chainId);
console.trace('skale-nebula', network.ChainId.SKALE_NEBULA);
const bundle = Wallet.buildDeployTransaction(this.context, imageHash, gasLimit);

@@ -244,3 +244,3 @@ if (metadata != null && metadata.includeChildren) {

const factoryInterface = new ethers.ethers.Interface(abi.walletContracts.factory.abi);
console.log('deploy gas limit', gasLimit);
console.trace('deploy gas limit', gasLimit);
return {

@@ -247,0 +247,0 @@ entrypoint: context.guestModule,

@@ -214,4 +214,4 @@ 'use strict';

}
console.log('chainId', this.chainId);
console.log('skale-nebula', network.ChainId.SKALE_NEBULA);
console.trace('chainId', this.chainId);
console.trace('skale-nebula', network.ChainId.SKALE_NEBULA);
const bundle = Wallet.buildDeployTransaction(this.context, imageHash, gasLimit);

@@ -244,3 +244,3 @@ if (metadata != null && metadata.includeChildren) {

const factoryInterface = new ethers.ethers.Interface(abi.walletContracts.factory.abi);
console.log('deploy gas limit', gasLimit);
console.trace('deploy gas limit', gasLimit);
return {

@@ -247,0 +247,0 @@ entrypoint: context.guestModule,

@@ -210,4 +210,4 @@ import { ethers } from 'ethers';

}
console.log('chainId', this.chainId);
console.log('skale-nebula', ChainId.SKALE_NEBULA);
console.trace('chainId', this.chainId);
console.trace('skale-nebula', ChainId.SKALE_NEBULA);
const bundle = Wallet.buildDeployTransaction(this.context, imageHash, gasLimit);

@@ -240,3 +240,3 @@ if (metadata != null && metadata.includeChildren) {

const factoryInterface = new ethers.Interface(walletContracts.factory.abi);
console.log('deploy gas limit', gasLimit);
console.trace('deploy gas limit', gasLimit);
return {

@@ -243,0 +243,0 @@ entrypoint: context.guestModule,

{
"name": "@0xsequence/wallet",
"version": "0.0.0-20241114192432",
"version": "0.0.0-20241114193032",
"description": "wallet sub-package for Sequence",

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

"dependencies": {
"@0xsequence/abi": "0.0.0-20241114192432",
"@0xsequence/core": "0.0.0-20241114192432",
"@0xsequence/network": "0.0.0-20241114192432",
"@0xsequence/signhub": "0.0.0-20241114192432",
"@0xsequence/relayer": "0.0.0-20241114192432",
"@0xsequence/utils": "0.0.0-20241114192432"
"@0xsequence/abi": "0.0.0-20241114193032",
"@0xsequence/core": "0.0.0-20241114193032",
"@0xsequence/network": "0.0.0-20241114193032",
"@0xsequence/signhub": "0.0.0-20241114193032",
"@0xsequence/relayer": "0.0.0-20241114193032",
"@0xsequence/utils": "0.0.0-20241114193032"
},

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

"web3": "^1.8.1",
"@0xsequence/tests": "0.0.0-20241114192432"
"@0xsequence/tests": "0.0.0-20241114193032"
},

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

@@ -192,4 +192,4 @@ import { ethers } from 'ethers'

console.log('chainId', this.chainId)
console.log('skale-nebula', ChainId.SKALE_NEBULA)
console.trace('chainId', this.chainId)
console.trace('skale-nebula', ChainId.SKALE_NEBULA)

@@ -231,3 +231,3 @@ const bundle = Wallet.buildDeployTransaction(this.context, imageHash, gasLimit)

console.log('deploy gas limit', gasLimit)
console.trace('deploy gas limit', gasLimit)

@@ -234,0 +234,0 @@ return {

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