Skip to content

Commit da75a69

Browse files
md0xReinis-FRP
andauthored
Update deploy/063_deploy_solana_adapter.ts
Co-authored-by: Reinis Martinsons <[email protected]>
1 parent 3e1fff2 commit da75a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/063_deploy_solana_adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const SOLANA_USDC = {
3232
const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
3333
const { deployer } = await hre.getNamedAccounts();
3434
const chainId = parseInt(await hre.getChainId());
35-
const solanaTargetNetwork = chainId != CHAIN_IDs.MAINNET ? "devnet" : "mainnet";
35+
const solanaTargetNetwork = chainId == CHAIN_IDs.MAINNET ? "mainnet" : "devnet";
3636

3737
const l1Usdc = USDC[chainId];
3838
const cctpTokenMessenger = CCTP_TOKEN_MESSENGER_V1[chainId];

0 commit comments

Comments
 (0)