2 Open Issues Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Integrate ethers.js support into the Chainlink CCIP JavaScript SDK, allowing users to utilize ethers.js providers alongside the existing web3.js (viem) support. This involves investigating compatibility with ethers.js and potentially adapting existing code to handle both provider types seamlessly.

Complexity: 3/5
enhancement help wanted

AI Summary: The task requires modifying the CCIP JavaScript SDK to correctly handle Hedera HBAR's 8-decimal representation. This involves adjusting the `getFee()` method in `ccip-js` to ensure consistent decimal precision (18) when interacting with the `ccipSend()` function and the Hedera network. Additionally, the `Fees.tsx` component in `ccip-react-components` needs updating to accurately display HBAR fees with the correct number of decimal places, avoiding truncation and zero display issues.

Complexity: 4/5
enhancement help wanted