File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
7
7
"test" : " npm test" ,
8
- "gen-multicall-abi" : " abi-types-generator ./src/ABI/multicall-abi.json --output=./src/ABI/types --name=multicall --provider=ethers"
8
+ "gen-multicall-abi" : " abi-types-generator ./src/ABI/multicall-abi.json --output=./src/ABI/types --name=multicall --provider=ethers" ,
9
+ "prepublishOnly" : " tsc" ,
10
+ "publish" : " npm publish --access public"
9
11
},
10
12
"author" : " joshstevens19@hotmail.co.uk" ,
11
13
"license" : " ISC" ,
Original file line number Diff line number Diff line change 1
- export { ContractCallContext , ContractCallResults } from './models' ;
1
+ export {
2
+ CallReturnContext ,
3
+ ContractCallContext ,
4
+ ContractCallResults ,
5
+ ContractCallReturnContext ,
6
+ } from './models' ;
2
7
export * from './models/multicall-options' ;
3
8
export { Multicall } from './multicall' ;
You can’t perform that action at this time.
0 commit comments