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

Deploy in Base #58

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Deploy in Base #58

merged 1 commit into from
Oct 24, 2024

Conversation

m-lord-renkse
Copy link
Contributor

  • add wrapped token for arbitrum
  • adds staging and prod deployment for arbitrum
  • bumps version number

@m-lord-renkse m-lord-renkse requested a review from a team as a code owner October 24, 2024 11:51
Copy link

github-actions bot commented Oct 24, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@m-lord-renkse
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@m-lord-renkse m-lord-renkse reopened this Oct 24, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2024
@@ -64,6 +66,9 @@ library ValidatedAddress {
} else if (chainId() == CHAINID_ARBITRUM) {
_wrappedNativeToken = 0x82aF49447D8a07e3bd95BD0d56f35241523fBab1;
require(eq(WithSymbol(_wrappedNativeToken).symbol(), "WETH"));
} else if (chainId() == CHAINID_BASE) {
_wrappedNativeToken = 0x4200000000000000000000000000000000000006;
Copy link
Contributor

Choose a reason for hiding this comment

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

TIL that there's more than half a billion USD locked in Base WETH and that about $100k have been lost to this address on mainnet.

Choose a reason for hiding this comment

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

🤯

@alfetopito alfetopito merged commit f466b7a into main Oct 24, 2024
7 of 8 checks passed
@alfetopito alfetopito deleted the deploy-in-base branch October 24, 2024 16:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants