Skip to content

ContractKit SDKs v3.0.1

Compare
Choose a tag to compare
@alecps alecps released this 08 Dec 20:21
· 392 commits to master since this release
86c1aa9

New Features

Add support for arbitrary off-chain identifiers in the @celo-org/identity sdk. Previously, the sdk was written to be phone number specific and identifiers were prefixed with tel:// after returning from ODIS. This update adds new prefixes for twitter + email and refactors the code to be identifier agnostic.

#9985