Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint
Browse files Browse the repository at this point in the history
ahramy committed Dec 10, 2024
1 parent 603a8fa commit 22a3222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellar/deploy-contract.js
Original file line number Diff line number Diff line change
@@ -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),

0 comments on commit 22a3222

Please sign in to comment.