What's Changed
- Add zksync by @ryespresso in #15
Breaking Change
Before:
new DelegateV2({ http(RPC_URL), mainnet, account });
After:
new DelegateV2({ userTransport: http(RPC_URL), chain: mainnet, account });
Full Changelog: 0.5.2...0.6.0
Before:
new DelegateV2({ http(RPC_URL), mainnet, account });
After:
new DelegateV2({ userTransport: http(RPC_URL), chain: mainnet, account });
Full Changelog: 0.5.2...0.6.0