dsa-connect
Advanced tools
Comparing version 0.4.6 to 0.4.7-beta.0
@@ -42,2 +42,21 @@ export declare const core: { | ||
}; | ||
42161: { | ||
index: string; | ||
list: string; | ||
read: string; | ||
versions: { | ||
1: { | ||
account: string; | ||
connectors: string; | ||
events: string; | ||
}; | ||
2: { | ||
accountProxy: string; | ||
accountDefault: string; | ||
implementations: string; | ||
account: string; | ||
connectors: string; | ||
}; | ||
}; | ||
}; | ||
}; |
@@ -44,2 +44,21 @@ export declare const Addresses: { | ||
}; | ||
42161: { | ||
index: string; | ||
list: string; | ||
read: string; | ||
versions: { | ||
1: { | ||
account: string; | ||
connectors: string; | ||
events: string; | ||
}; | ||
2: { | ||
accountProxy: string; | ||
accountDefault: string; | ||
implementations: string; | ||
account: string; | ||
connectors: string; | ||
}; | ||
}; | ||
}; | ||
}; | ||
@@ -157,4 +176,15 @@ connectors: { | ||
}; | ||
42161: { | ||
versions: { | ||
2: { | ||
"AUTHORITY-A": string; | ||
"BASIC-A": string; | ||
"BASIC-B": string; | ||
"BASIC-C": string; | ||
"UNISWAP-V3-A": string; | ||
}; | ||
}; | ||
}; | ||
}; | ||
}; | ||
}; |
@@ -23,3 +23,3 @@ import Web3 from 'web3'; | ||
}; | ||
export declare type ChainId = 1 | 137; | ||
export declare type ChainId = 1 | 137 | 42161; | ||
export interface Instance { | ||
@@ -83,3 +83,3 @@ id: number; | ||
}, version?: 1 | 2 | undefined) => { | ||
targets: void[]; | ||
targets: (string | void)[]; | ||
spells: string[]; | ||
@@ -171,6 +171,6 @@ }; | ||
}, version?: 1 | 2) => { | ||
targets: void[]; | ||
targets: (string | void)[]; | ||
spells: string[]; | ||
}, never> | undefined) => Promise<{ | ||
targets: void[]; | ||
targets: (string | void)[]; | ||
spells: string[]; | ||
@@ -177,0 +177,0 @@ } | undefined>; |
@@ -66,3 +66,3 @@ import { TransactionConfig } from 'web3-core'; | ||
}, version?: Version) => { | ||
targets: void[]; | ||
targets: (string | void)[]; | ||
spells: string[]; | ||
@@ -69,0 +69,0 @@ }; |
{ | ||
"name": "dsa-connect", | ||
"version": "0.4.6", | ||
"version": "0.4.7-beta.0", | ||
"description": "DSA connect", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
956441
136
5352