@0xsequence/wallet
Advanced tools
Comparing version 0.0.0-20241114192432 to 0.0.0-20241114193032
@@ -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 { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102129
+ Added@0xsequence/abi@0.0.0-20241114193032(transitive)
+ Added@0xsequence/core@0.0.0-20241114193032(transitive)
+ Added@0xsequence/indexer@0.0.0-20241114193032(transitive)
+ Added@0xsequence/network@0.0.0-20241114193032(transitive)
+ Added@0xsequence/relayer@0.0.0-20241114193032(transitive)
+ Added@0xsequence/signhub@0.0.0-20241114193032(transitive)
+ Added@0xsequence/utils@0.0.0-20241114193032(transitive)
- Removed@0xsequence/abi@0.0.0-20241114192432(transitive)
- Removed@0xsequence/core@0.0.0-20241114192432(transitive)
- Removed@0xsequence/indexer@0.0.0-20241114192432(transitive)
- Removed@0xsequence/network@0.0.0-20241114192432(transitive)
- Removed@0xsequence/relayer@0.0.0-20241114192432(transitive)
- Removed@0xsequence/signhub@0.0.0-20241114192432(transitive)
- Removed@0xsequence/utils@0.0.0-20241114192432(transitive)