@0xsequence/account
Advanced tools
Comparing version 0.0.0-20241114193032 to 0.0.0-20241114193556
@@ -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 |
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
196834
4382
+ Added@0xsequence/abi@0.0.0-20241114193556(transitive)
+ Added@0xsequence/core@0.0.0-20241114193556(transitive)
+ Added@0xsequence/indexer@0.0.0-20241114193556(transitive)
+ Added@0xsequence/migration@0.0.0-20241114193556(transitive)
+ Added@0xsequence/network@0.0.0-20241114193556(transitive)
+ Added@0xsequence/relayer@0.0.0-20241114193556(transitive)
+ Added@0xsequence/replacer@0.0.0-20241114193556(transitive)
+ Added@0xsequence/sessions@0.0.0-20241114193556(transitive)
+ Added@0xsequence/signhub@0.0.0-20241114193556(transitive)
+ Added@0xsequence/utils@0.0.0-20241114193556(transitive)
+ Added@0xsequence/wallet@0.0.0-20241114193556(transitive)
- Removed@0xsequence/abi@0.0.0-20241114193032(transitive)
- Removed@0xsequence/core@0.0.0-20241114193032(transitive)
- Removed@0xsequence/indexer@0.0.0-20241114193032(transitive)
- Removed@0xsequence/migration@0.0.0-20241114193032(transitive)
- Removed@0xsequence/network@0.0.0-20241114193032(transitive)
- Removed@0xsequence/relayer@0.0.0-20241114193032(transitive)
- Removed@0xsequence/replacer@0.0.0-20241114193032(transitive)
- Removed@0xsequence/sessions@0.0.0-20241114193032(transitive)
- Removed@0xsequence/signhub@0.0.0-20241114193032(transitive)
- Removed@0xsequence/utils@0.0.0-20241114193032(transitive)
- Removed@0xsequence/wallet@0.0.0-20241114193032(transitive)