-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore Polygon Amoy ETH address (#53)
A couple of "resolve token from address" implementations iterate over TOKEN_SYMBOLS_MAP and return the first entry where the address on a given chain matches. This typically resolves ETH before WETH, so the ETH mappings need to 1:1 match the WETH mappings.
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@across-protocol/constants", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Export commonly re-used values for Across repositories", | ||
"repository": "https://github.com/across-protocol/constants.git", | ||
"author": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters