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

Add Hoodi config to network list #745

Merged
merged 3 commits into from
Mar 27, 2025
Merged

Add Hoodi config to network list #745

merged 3 commits into from
Mar 27, 2025

Conversation

wackerow
Copy link
Member

@wackerow wackerow commented Mar 18, 2025

Description

  • Adds the Hoodi network configuration for wallet connection
  • Reverts Hoodi env var overrides, as the Hoodi env var configuration is currently being applied to dev and (to my knowledge) this feature branch
  • Adds .env.hoodi, updates .env.template and src/utils/envVars.ts to use Hoodi over Holesky

Preview link

https://deploy-preview-745--dapper-rolypoly-9814ad.netlify.app/

Copy link

netlify bot commented Mar 18, 2025

Deploy Preview for dapper-rolypoly-9814ad ready!

Name Link
🔨 Latest commit 043479e
🔍 Latest deploy log https://app.netlify.com/sites/dapper-rolypoly-9814ad/deploys/67e58abd101ea900082d58ef
😎 Deploy Preview https://deploy-preview-745--dapper-rolypoly-9814ad.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@wackerow wackerow changed the title Hoodi Add Hoodi config to network list Mar 26, 2025
@wackerow wackerow marked this pull request as ready for review March 26, 2025 20:03
will default to `dev` variables, currently pointing to Hoodi which is desired
Copy link

netlify bot commented Mar 26, 2025

Deploy Preview for phenomenal-frangipane-7c4bd1 ready!

Name Link
🔨 Latest commit 043479e
🔍 Latest deploy log https://app.netlify.com/sites/phenomenal-frangipane-7c4bd1/deploys/67e58abe8184a90008402b95
😎 Deploy Preview https://deploy-preview-745--phenomenal-frangipane-7c4bd1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -18,12 +18,14 @@ export enum NetworkChainId {
'Mainnet' = 1,
'Sepolia' = 11155111,
'Holesky' = 17000,
Copy link
Member Author

Choose a reason for hiding this comment

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

Can open a separate PR to formally deprecate Holesky

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I agree this is the right way to do that

@@ -18,12 +18,14 @@ export enum NetworkChainId {
'Mainnet' = 1,
'Sepolia' = 11155111,
'Holesky' = 17000,
Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I agree this is the right way to do that

no longer using 0x42 as with previous testnets; aligning with Mainnet contract address: 0x00000000219ab540356cBB839Cbe05303d7705Fa
Copy link
Contributor

@CarlBeek CarlBeek left a comment

Choose a reason for hiding this comment

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

Thanks for updating the deposit contract address, LGTM now

@wackerow
Copy link
Member Author

Awesome, thanks @CarlBeek! Bringing in

@wackerow wackerow merged commit fa1e4b3 into dev Mar 27, 2025
9 checks passed
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