Skip to content

Commit 1e3757c

Browse files
paulbalajiclaude
andcommitted
fix(solidity): update OZ path for soldeer in fork test
Update TransparentUpgradeableProxy path from npm node_modules to soldeer dependencies directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5ff694e commit 1e3757c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidity/test/token/TokenBridgeCctp.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ contract TokenBridgeCctpV2Test is TokenBridgeCctpV1Test {
12291229

12301230
// deploy proxy code to deployer address, which is configured as recipient on cctp messages
12311231
deployCodeTo(
1232-
"../node_modules/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol:TransparentUpgradeableProxy",
1232+
"dependencies/@openzeppelin-contracts-4.9.3/contracts/proxy/transparent/TransparentUpgradeableProxy.sol:TransparentUpgradeableProxy",
12331233
abi.encode(
12341234
address(implementation),
12351235
proxyAdmin,

0 commit comments

Comments
 (0)