v0.2.5-beta.0
Pre-release
Pre-release
·
1 commit
to develop
since this release
v0.2.5-beta.0 Release - 20 May 2025
This release bumps @chainlink/contracts
package version to v1.4.0
and @chainlink/contracts-ccip
package version to v1.6.0
.
Changelog
Dependencies
Package | Version |
---|---|
@chainlink/contracts-ccip | 1.6.0 |
@chainlink/contracts | 1.4.0 |
Services
- Chainlink CCIP v1.6
Changed
- Bumped
@chainlink/contracts-ccip
to1.6.0
version - Bumped
@chainlink/contracts
to1.4.0
version
Testing the release
To test this release install @chainlink-local
using the following commands:
Foundry (git)
forge install smartcontractkit/chainlink-local@v0.2.5-beta.0
and then set remappings to: @chainlink/local/=lib/chainlink-local/
in either remappings.txt
or foundry.toml
file
Hardhat (npm)
npm install @chainlink/local@v0.2.5-beta.0
and then create the following contract and compile it:
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;
import {CCIPLocalSimulator} from "@chainlink/local/src/ccip/CCIPLocalSimulator.sol";
Remix IDE
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;
import {CCIPLocalSimulator} from "https://github.com/smartcontractkit/chainlink-local/blob/v0.2.5-beta.0/src/ccip/CCIPLocalSimulator.sol";
Full Changelog: v0.2.5-beta...v0.2.5-beta.0