@0xsequence/core
Advanced tools
Comparing version 1.1.15 to 1.2.0
@@ -19,1 +19,2 @@ import { ethers } from 'ethers'; | ||
export declare function latestContext(contexts: VersionedContext): WalletContext; | ||
export declare const defaultContexts: VersionedContext; |
{ | ||
"name": "@0xsequence/core", | ||
"version": "1.1.15", | ||
"version": "1.2.0", | ||
"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": "1.1.15" | ||
"@0xsequence/abi": "1.2.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
import { ethers } from 'ethers' | ||
import { allVersions } from '..' | ||
import { DeployedWalletContext as context1 } from '../v1' | ||
import { DeployedWalletContext as context2 } from '../v2' | ||
export type WalletContext = { | ||
@@ -105,1 +108,6 @@ version: number | ||
} | ||
export const defaultContexts: VersionedContext = { | ||
1: context1, | ||
2: context2 | ||
} |
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
428162
10374
+ Added@0xsequence/abi@1.2.0(transitive)
- Removed@0xsequence/abi@1.1.15(transitive)
Updated@0xsequence/abi@1.2.0