Skip to content

Releases: scio-labs/use-inkathon

@scio-labs/use-inkathon@0.10.0

01 May 15:05
6f2b588
Compare
Choose a tag to compare

Minor Changes

@scio-labs/use-inkathon@0.9.0

09 Apr 13:48
6bb616f
Compare
Choose a tag to compare

Minor Changes

  • ca1c28b Thanks @niklasp! - Add option to pass supportedWallets to the provider to only allow a subset of allSubstrateWallets or pass custom wallets.

  • 4a1ec00 Thanks @wottpal! - Prevent NightlyConnect to pop up on init when no other wallet is available

@scio-labs/use-inkathon@0.8.1

05 Feb 08:25
8bb66bc
Compare
Choose a tag to compare

Patch Changes

  • 3dda3e1 Thanks @wottpal! - Revert to previous (silently failing) behavior when loading deployment metadata, due to it's async nature.

@scio-labs/use-inkathon@0.8.0

05 Feb 08:03
87f9ac6
Compare
Choose a tag to compare

Minor Changes

  • #59 7865a62 Thanks @peetzweg! - throws Error when trying to access unavailable contract deployment

  • #60 2e23a13 Thanks @peetzweg! - marks rococo chains data as deprecated and should be replaced with contracts, as rococo is the testnet relay chain not the smart contracts chain users interact with

Patch Changes

@scio-labs/use-inkathon@0.7.0

24 Jan 03:31
70e0af6
Compare
Choose a tag to compare

Minor Changes

  • #57 7d356d7 Thanks @wottpal! - Add support for type-safe contract-interactions via typechain-polkadot. A new hook useRegisteredTypedContract enables easy instantiation with automatic assignment of api instance, network-dependant contract address, and the connected signer. Currently, only queries (read-only) are supported with those instances. – See README.md for more information.

@scio-labs/use-inkathon@0.6.3

12 Dec 10:29
10a3ab2
Compare
Choose a tag to compare

Patch Changes

  • decead0 Thanks @wottpal! - Add & export explicit return type definition for deployContract (DeployedContract).

@scio-labs/use-inkathon@0.6.2

09 Dec 09:03
75a9aa4
Compare
Choose a tag to compare

Patch Changes

@scio-labs/use-inkathon@0.6.1

26 Nov 21:44
2ed948b
Compare
Choose a tag to compare

Patch Changes

  • 17814f3 Minor types fix & Updates (i.e. to Node 20).

@scio-labs/use-inkathon@0.6.0

26 Nov 00:21
965fafb
Compare
Choose a tag to compare

Minor Changes

  • 2e5bc70 Enable sub-path package imports (e.g. via @scio-labs/use-inkathon/helpers) for better ssr compatability.

Patch Changes

  • 0a0565f Wait for crypto APIs to be ready to prevent polkadot.js initialization issues.

@scio-labs/use-inkathon@0.5.0

16 Nov 22:49
9818f1f
Compare
Choose a tag to compare

Minor Changes

  • #47 64f6e51 Thanks @ical10! - Improve PSP22 balance helpers to only fetch tokens applicable for the active chain.

  • #47 35d0f00 Thanks @ical10! - - usePSP22Balances checks if originChain matches activeChain before fetching PSP22 tokens balance.

    • Improve formats and add INW testnet contract address on PSP22_ASSETS.json.

Patch Changes