Skip to content

Commit

Permalink
fix: fix its address for example (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy authored Jan 24, 2025
1 parent 233a70f commit a38dc33
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
Expand Up @@ -91,7 +91,7 @@ async function getInitializeArgs(config, chain, contractName, wallet, options) {
case 'example': {
const gatewayAddress = nativeToScVal(Address.fromString(chain?.contracts?.axelar_gateway?.address), { type: 'address' });
const gasServiceAddress = nativeToScVal(Address.fromString(chain?.contracts?.axelar_gas_service?.address), { type: 'address' });
const itsAddress = nativeToScVal(chain?.contracts?.InterchainTokenService?.address, { type: 'address' });
const itsAddress = nativeToScVal(chain?.contracts?.interchain_token_service?.address, { type: 'address' });

return { gatewayAddress, gasServiceAddress, itsAddress };
}
Expand Down

0 comments on commit a38dc33

Please sign in to comment.