Closed germartinez closed 4 years ago
@cag SafeAppsSdkConnector
is instantiated in the CPK constructor. Before using Ctrl + F make sure the file CPK.ts is expanded. I will combine the returning types ;)
What is the breaking change? But by definition we should go with 3 🤔
Breaking change is that execTransactions
is now returning the object:
TransactionResult {
hash?: string
safeTxHash?: string
}
instead of:
TransactionResult {
hash: string
}
I'm merging this PR into development
branch. Let's discuss it before merging these PRs into master
branch
Hmm that would only happen in the safe app case so I would be fine with 2.1 too ... Up to You guys ;)
Check https://github.com/gnosis/contract-proxy-kit/issues/85