You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
48499f8: Add USDC payment verification helpers for Hedera.
Introduces verifyUsdcPayment and waitForUsdcPayment as convenience wrappers over HTS payment
verification, with 6-decimal amount parsing, optional token ID override, docs, examples, and tests.
Adds a verified USDC token registry (USDC_TOKEN_IDS, getUsdcTokenId) with mainnet/testnet token
ids confirmed against the Mirror Node and Circle's official docs, plus isUsdcPaymentResult and an
optional symbol field on PaymentAsset (additive, non-breaking). Adds a new UnsupportedAssetError
to @hbar-kit/core for networks without a verified USDC token id (e.g. previewnet).
56f5cd8: Release via npm OIDC trusted publishing (no long-lived token). First release on the tokenless CI flow; provenance remains automatic. No code or API changes.
ed52683: Rebuild npm provenance attestations from current main (the previous release's source commit was replaced by a history rewrite). No code or API changes.
56f5cd8: Release via npm OIDC trusted publishing (no long-lived token). First release on the tokenless CI flow; provenance remains automatic. No code or API changes.
ed52683: Rebuild npm provenance attestations from current main (the previous release's source commit was replaced by a history rewrite). No code or API changes.
48499f8: Add USDC payment verification helpers for Hedera.
Introduces verifyUsdcPayment and waitForUsdcPayment as convenience wrappers over HTS payment
verification, with 6-decimal amount parsing, optional token ID override, docs, examples, and tests.
Adds a verified USDC token registry (USDC_TOKEN_IDS, getUsdcTokenId) with mainnet/testnet token
ids confirmed against the Mirror Node and Circle's official docs, plus isUsdcPaymentResult and an
optional symbol field on PaymentAsset (additive, non-breaking). Adds a new UnsupportedAssetError
to @hbar-kit/core for networks without a verified USDC token id (e.g. previewnet).
56f5cd8: Release via npm OIDC trusted publishing (no long-lived token). First release on the tokenless CI flow; provenance remains automatic. No code or API changes.