Releases: GoodDollar/GoodSDKs
Releases · GoodDollar/GoodSDKs
Citizen-Sdk@1.2.1
Highlights
- Added centralized chain configuration and definitions.
- Now supports XDC (on development)
Note: breaking change for checkEntitlement. It now makes it easy to verify if there are claims available on alternative chains.
before:
const amount = await sdk.checkEntitlement()
after:
const { amount, altClaimAvailable, altChainId } =
await sdk.checkEntitlement()