@@ -65,20 +65,19 @@ compileContract () {
6565
6666# Solc produces and overwrites intermediary contracts.
6767# Contracts should be ordered in reverse-import-complexity-order to minimize overwrite risks.
68- # compileContract ccip/offRamp/EVM2EVMOffRamp.sol
68+ compileContract ccip/offRamp/EVM2EVMOffRamp.sol
6969compileContract ccip/onRamp/EVM2EVMOnRamp.sol
70- # compileContract ccip/applications/PingPongDemo.sol
71- # compileContract ccip/applications/SelfFundedPingPong.sol
72- # compileContract ccip/CommitStore.sol
73- # compileContract ccip/Router.sol
74- # compileContract ccip/PriceRegistry.sol
75- # compileContract ccip/RMN.sol
76- # compileContract ccip/ARMProxy.sol
77- # compileContract ccip/tokenAdminRegistry/TokenAdminRegistry.sol
78- # compileContract ccip/tokenAdminRegistry/RegistryModuleOwnerCustom.sol
79- # compileContract ccip/pools/LockReleaseTokenPool.sol
80- # compileContract ccip/test/WETH9.sol
81- # compileContract shared/token/ERC677/LinkToken.sol
70+ compileContract ccip/applications/SelfFundedPingPong.sol
71+ compileContract ccip/CommitStore.sol
72+ compileContract ccip/Router.sol
73+ compileContract ccip/PriceRegistry.sol
74+ compileContract ccip/RMN.sol
75+ compileContract ccip/ARMProxy.sol
76+ compileContract ccip/tokenAdminRegistry/TokenAdminRegistry.sol
77+ compileContract ccip/tokenAdminRegistry/RegistryModuleOwnerCustom.sol
78+ compileContract ccip/pools/LockReleaseTokenPool.sol
79+ compileContract ccip/test/WETH9.sol
80+ compileContract shared/token/ERC677/LinkToken.sol
8281
8382
8483# compileContract ccip/offRamp/OffRamp.sol
0 commit comments