Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@ryespresso ryespresso released this 24 Jan 17:54
0878582

What's Changed

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