v0.2.2-beta.0
Pre-release
Pre-release
andrejrakic
released this
04 Oct 16:47
·
9 commits
to develop
since this release
v0.2.2-beta.0 Release
This release adds config details to the Register.sol for all CCIP v1.5 testnet lanes.
Added
- Added CCIP v1.5 config details to
Register.sol
for all available testnet lanes
Testing the release
To test this release install @chainlink-local
using the following commands:
Foundry (git)
forge install smartcontractkit/[email protected]
and then set remappings to: @chainlink/local/=lib/chainlink-local/
in either remappings.txt
or foundry.toml
file
Hardhat (npm)
npm install @chainlink/[email protected]
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.2-beta.0/src/ccip/CCIPLocalSimulator.sol";
PRs included
- CCIP v1.5 testnet lanes by @andrejrakic in #21
Full Changelog: v0.2.2-beta...v0.2.2-beta.0