Skip to content

Commit

Permalink
Update deploy-contract.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Jan 24, 2025
1 parent 81cae8a commit 3a3bf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stellar/deploy-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ async function getInitializeArgs(config, chain, contractName, wallet, options) {

case 'axelar_gas_service': {
const operatorsAddress = chain?.contracts?.axelar_operators?.address;
const opertor = operatorsAddress ? nativeToScVal(Address.fromString(operatorsAddress), { type: 'address' }) : owner;
const operator = operatorsAddress ? nativeToScVal(Address.fromString(operatorsAddress), { type: 'address' }) : owner;

return { owner, opertor };
return { owner, operator };
}

case 'upgrader': {
Expand Down

0 comments on commit 3a3bf1b

Please sign in to comment.