Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 97fa67a

Browse files
committed
uncommenting
1 parent 2632051 commit 97fa67a

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

contracts/scripts/native_solc_compile_all_ccip

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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
6969
compileContract 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

Comments
 (0)