Skip to content

Commit

Permalink
style(Solidity): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
re1ro committed Nov 1, 2023
1 parent 6f31b97 commit 7b8e689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function deployContract(wallet, contractName, args = []) {
}

async function deployAddressTracker(wallet, chainName, interchainTokenServiceAddress = '', evmChains = []) {
const addressTracker = deployContract(wallet, 'AddressTracker', [
const addressTracker = deployContract(wallet, 'AddressTracker', [
wallet.address,
chainName,
evmChains,
Expand Down

0 comments on commit 7b8e689

Please sign in to comment.