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 missing simplehash chains, cleanup chains references #1478

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

DanielSinclair
Copy link
Contributor

Fixes BX-####
Figma link (if any):

What changed (plus any additional context for devs)

  • built on top of polygon mumbai deprecation
  • added types for missing simplehash chains and testnets
  • alphabetized chain references

Screen recordings / screenshots

What to test

Copy link

github-actions bot commented Apr 9, 2024

Here's the packed extension for this build:
rainbowbx-e0f94d6de1d957d5a1892ebacd5a5f75903f553a.zip

Comment on lines +157 to +159
[ChainId.baseSepolia]: AddressZero as Address,
[ChainId.blast]: AddressZero as Address,
[ChainId.blastSepolia]: AddressZero as Address,
Copy link
Contributor

Choose a reason for hiding this comment

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

isn't it better to directly type AddressZero as Address instead of casting every time we use it?

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

2 participants