From 22a32224ba89e649cd8aee70fa7fd33f57d7eef8 Mon Sep 17 00:00:00 2001 From: ahramy Date: Tue, 10 Dec 2024 14:09:36 -0800 Subject: [PATCH] lint --- stellar/deploy-contract.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stellar/deploy-contract.js b/stellar/deploy-contract.js index 7bf453e6..a4aa2a8f 100644 --- a/stellar/deploy-contract.js +++ b/stellar/deploy-contract.js @@ -102,7 +102,7 @@ async function deploy(options, config, chain, contractName) { ); const wasmHash = await uploadWasm(wasmPath, wallet, chain); - if (contractName == 'interchain_token') { + if (contractName === 'interchain_token') { chain.contracts[contractName] = { deployer: wallet.publicKey(), wasmHash: serializeValue(wasmHash),