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

fix: cas wallet address and sqs queue name #53

Closed
wants to merge 2 commits into from

Conversation

3benbox
Copy link
Contributor

@3benbox 3benbox commented Aug 3, 2023

The latest CAS images fail with an AWS_DEFAULT_REGION missing error because it's trying to use SQS, it should not be trying to use SQS.

Setting the SQS_QUEUE_URL to "" causes it to skip SQS steps and operate locally.

I'm not sure where the existing ETH_WALLET_PK came from, but it isn't working.
I took the first address from the ganache output for the new key, it has been consistent between runs.

@smrz2001
Copy link
Collaborator

smrz2001 commented Aug 3, 2023

The latest CAS images fail with an AWS_DEFAULT_REGION missing error because it's trying to use SQS, it should not be trying to use SQS.

Setting the SQS_QUEUE_URL to "" causes it to skip SQS steps and operate locally.

Oh huh, that's a bug, just opened a PR for this.

I'm not sure where the existing ETH_WALLET_PK came from, but it isn't working. I took the first address from the ganache output for the new key, it has been consistent between runs.

The 0x16dd... is being used in the CAS Docker Compose but the default.json has the 0x06dd... one so I think you did the right thing. cc @stephhuynh18 in case there's any weirdness here.

Copy link
Collaborator

@smrz2001 smrz2001 left a comment

Choose a reason for hiding this comment

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

🥳

@3benbox
Copy link
Contributor Author

3benbox commented Aug 4, 2023

Closing this for #54
SQS should be fixed upstream

@3benbox 3benbox closed this Aug 4, 2023
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.

2 participants