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

Update module1 to remove dependency on the Goerli test network #51

Merged
merged 9 commits into from
Aug 8, 2024

Conversation

paragao
Copy link
Contributor

@paragao paragao commented Apr 5, 2024

Issue #, if available: Since the Goerli test network has been deprecated this workshop stopped working properly. There were hard coded variables making it impossible to run the workshop on other test networks such as Sepolia.

Description of changes: worked on removing the hard coded dependencies and move variables to AWS Systems Manager Parameter Store. Worked on fixing some issues with the frontend not being able to query the user wallet and NFT because of hard coded URL. Updated README.md files and integration tests to reflects those changes.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@dpdornseifer dpdornseifer left a comment

Choose a reason for hiding this comment

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

general changes look good, pls. see comment

ALCHEMY_POLICY_ID=""
ALCHEMY_API_KEY=""
NFT_STORAGE_API_TOKEN=""
RPC_ENDPOINT=https://eth-sepolia.g.alchemy.com/v2/tPlhuS4IDHbHHU7RBsZTUN9tciY4ojor
Copy link
Contributor

Choose a reason for hiding this comment

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

please clean up - maybe we should move to e2e test case parameterisation to an env based approach to avoid checked in creds

Copy link
Contributor

Choose a reason for hiding this comment

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

pipeline faces missing library issue right now ("@alchemy/aa-core") fix in progress

Copy link
Contributor

@dpdornseifer dpdornseifer left a comment

Choose a reason for hiding this comment

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

aa-core lib missing

@ebaizel ebaizel merged commit d434f47 into aws-samples:main Aug 8, 2024
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.

None yet

4 participants