-
Notifications
You must be signed in to change notification settings - Fork 64
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: duplicate addresses #145
Changes from 3 commits
9927f3c
8bb6e19
a0e7a4b
4454170
04afbfc
e3f0dc6
d3ce89e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,11 +1,4 @@ | ||||||||||||||||||||||||||||||||||||||||||||
[ | ||||||||||||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||||||||||||
"address": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f", | ||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this doesnt look like a duplicate in this file, just to double check, or is it handled by this:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In protocol-contracts/data/addresses.mainnet.json Lines 37 to 50 in 44edae0
This PR leaves just one: protocol-contracts/data/addresses.mainnet.json Lines 37 to 43 in a0e7a4b
This is handled by the script, so I've removed the entry from |
||||||||||||||||||||||||||||||||||||||||||||
"category": "messaging", | ||||||||||||||||||||||||||||||||||||||||||||
"chain_id": 1, | ||||||||||||||||||||||||||||||||||||||||||||
"chain_name": "eth_mainnet", | ||||||||||||||||||||||||||||||||||||||||||||
"type": "uniswapV2Factory" | ||||||||||||||||||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||||||||||||||||||||
"address": "0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D", | ||||||||||||||||||||||||||||||||||||||||||||
"category": "messaging", | ||||||||||||||||||||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to double check if this change is needed since its not mentioned in description?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I try to remove it,
For some reason even on older node versions Corepack decides to set the package manager explicitly. I've changed this to
yarn@1.22.21
: 4454170