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

refactor: add config params to stellar network for finality #499

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

Conversation

blockchainguyy
Copy link
Contributor

@blockchainguyy blockchainguyy requested a review from a team as a code owner January 14, 2025 14:29
@ahramy
Copy link
Contributor

ahramy commented Jan 14, 2025

@blockchainguyy stellar-test2 is deprecated on devnet-amplifier and the new connection is now stellar-test-2025-q1. Please reference this PR: https://github.com/axelarnetwork/axelar-contract-deployments/pull/491/files

@@ -630,6 +630,9 @@
"horizonRpc": "https://horizon-testnet.stellar.org",
"networkType": "testnet",
"chainType": "stellar",
"decimals": 7,
"finality": "1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blockchainguyy Can you share your research on the finality mechanism? Since it's a critical piece, we should validate

Comment on lines +1897 to +1901
"explorer": {
"name": "Stellar Expert",
"url": "https://stellar.expert/explorer/testnet"
},
"tokenSymbol": "XLM"
Copy link
Member

@milapsheth milapsheth Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps move these before contracts key, so they're easier to spot (same elsewhere)

"decimals": 7,
"finality": "1",
"contracts": {
"AxelarGateway": {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like adding an empty contract field. Makes it more confusing when testing if a contract config is present

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