Skip to content

Conversation

@mduthey
Copy link
Contributor

@mduthey mduthey commented Oct 24, 2025

No description provided.

env::set_var("DOLOS_ENDPOINTS", r"/blocks/,/epochs/");
env::set_var("SUBMITAPI_PORT", "8090");
env::set_var("SUBMITAPI_DNS", "ext-submitapi-m1");
env::set_var("SUBMITAPI_ENDPOINTS", r"/tx/submit");
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this should be configurable, we already know that that is the only endpoint

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Perfect, I will remove the ENDPOINTS variable from the code 🙌

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Comment on lines 238 to 239
//eg: internal-cardano-mainnet-submitapi.ext-submitapi-m1.svc.cluster.local:8090
"internal-{}-submitapi.{}:{}",
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't exist I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I based on the dolos one, but not sure which one will be the submitapi, we can fix that wtih a real one

Copy link
Contributor

Choose a reason for hiding this comment

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

You need to check in what service the submitapi pods can be found on the cluster. Particularly, it is submitapi-cardano-mainnet, submitapi-cardano-preprod, etc

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Perfect! So, I updated to that format 🙌

@gonzalezzfelipe gonzalezzfelipe merged commit bd53d7f into main Oct 28, 2025
1 check passed
@gonzalezzfelipe gonzalezzfelipe deleted the feat/add-submitapi branch October 28, 2025 14:59
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