Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add stellar-2024-q4 chain to devnet-amplifier #530

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

RiceAndMeet
Copy link
Contributor

@RiceAndMeet RiceAndMeet commented Feb 4, 2025

Stellar ITS Contracts Deployed

Contract TX
interchain_token https://stellar.expert/explorer/testnet/tx/4677107716218880
token_manager https://stellar.expert/explorer/testnet/tx/4677408363941888
interchain_token_service https://stellar.expert/explorer/testnet/tx/4679826430529536
example https://stellar.expert/explorer/testnet/tx/4684078448140288

Proposal to Register Stellar to ITSHub

{
  "title": "Register stellar-2024-q4 on ITSHub",
  "description": "Register stellar-2024-q4 on ITSHub",
  "runAs": "axelar1zlr7e5qf3sz7yf890rkh9tcnu87234k6k7ytd9",
  "contract": "axelar157hl7gpuknjmhtac2qnphuazv2yerfagva7lsu9vuj2pgn32z22qa26dk4",
  "msg": {
    "register_chains": {
      "chains": [
        {
          "chain": "stellar-2024-q4",
          "its_edge_contract": "CCD7JXLHOJKQDPKOXQTK6PYACFYQPRC25IVKHQDOMP3ANFMBWO5FZZAN",
          "truncation": {
            "max_uint": "170141183460469231731687303715884105727",
            "max_decimals_when_truncating": 255
          }
        }
      ]
    }
  },
  "funds": []
}

Setting up trusted chains on Stellar

cmd txs
node stellar/its.js set-trusted-chain avalanche-fuji tx
node stellar/its.js set-trusted-chain axelar tx

Set Stellar as trusted chain on EVM ITS

cmd txs
node evm/its.js -n avalanche-fuji --action setTrustedAddress --trustedChain stellar --trustedAddress hub tx
node evm/its.js -n avalanche-fuji --action setTrustedAddress --trustedChain stellar-2024-q4 --trustedAddress hub tx

EVM -> Stellar Test

@RiceAndMeet RiceAndMeet requested a review from a team as a code owner February 4, 2025 21:52
@ahramy
Copy link
Contributor

ahramy commented Feb 13, 2025

axelar doesn't need to be trusted anymore. It's not a valid source/destination: reference: #526 (comment)

So those 2 commands are NOT required:

node stellar/its.js set-trusted-chain axelar
node evm/its.js -n avalanche-fuji --action setTrustedAddress --trustedChain stellar --trustedAddress hub

Only required to execute:

node stellar/its.js set-trusted-chain avalanche-fuji 
node evm/its.js -n avalanche-fuji --action setTrustedAddress --trustedChain stellar-2024-q4 --trustedAddress hub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants