@0xsequence/core
Advanced tools
Comparing version 0.0.0-20230712162853 to 0.0.0-20230713232611
@@ -0,3 +1,5 @@ | ||
import { WalletContext } from '../commons/context'; | ||
export * as config from './config'; | ||
export * as signature from './signature'; | ||
export declare const version = 1; | ||
export declare const DeployedWalletContext: WalletContext; |
@@ -0,1 +1,2 @@ | ||
import { WalletContext } from '../commons/context'; | ||
export * as config from "./config"; | ||
@@ -10,1 +11,2 @@ export * as signature from "./signature"; | ||
export declare const version = 2; | ||
export declare const DeployedWalletContext: WalletContext; |
{ | ||
"name": "@0xsequence/core", | ||
"version": "0.0.0-20230712162853", | ||
"version": "0.0.0-20230713232611", | ||
"description": "core primitives for interacting with the sequence wallet contracts", | ||
@@ -23,3 +23,3 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/core", | ||
"dependencies": { | ||
"@0xsequence/abi": "0.0.0-20230712162853" | ||
"@0xsequence/abi": "0.0.0-20230713232611" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
@@ -0,1 +1,2 @@ | ||
import { WalletContext } from '../commons/context' | ||
@@ -6,1 +7,10 @@ export * as config from './config' | ||
export const version = 1 | ||
export const DeployedWalletContext: WalletContext = { | ||
version: version, | ||
factory: '0xf9D09D634Fb818b05149329C1dcCFAeA53639d96', | ||
guestModule: '0x02390F3E6E5FD1C6786CB78FD3027C117a9955A7', | ||
mainModule: '0xd01F11855bCcb95f88D7A48492F66410d4637313', | ||
mainModuleUpgradable: '0x7EFE6cE415956c5f80C6530cC6cc81b4808F6118', | ||
walletCreationCode: '', | ||
} |
@@ -0,1 +1,2 @@ | ||
import { WalletContext } from '../commons/context' | ||
@@ -16,1 +17,10 @@ export * as config from "./config" | ||
export const version = 2 | ||
export const DeployedWalletContext: WalletContext = { | ||
version: version, | ||
factory: '0xFaA5c0b14d1bED5C888Ca655B9a8A5911F78eF4A', | ||
guestModule: '0xfea230Ee243f88BC698dD8f1aE93F8301B6cdfaE', | ||
mainModule: '0xfBf8f1A5E00034762D928f46d438B947f5d4065d', | ||
mainModuleUpgradable: '0x4222dcA3974E39A8b41c411FeDDE9b09Ae14b911', | ||
walletCreationCode: '', | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
427400
10464
1
+ Added@0xsequence/abi@0.0.0-20230713232611(transitive)
- Removed@0xsequence/abi@0.0.0-20230712162853(transitive)