-
Notifications
You must be signed in to change notification settings - Fork 3
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 WETH contract address on BSC #1097
Conversation
@@ -566,7 +566,7 @@ object Coins { | |||
decimal = 18, | |||
hexPublicKey = "", | |||
priceProviderID = "", | |||
contractAddress = "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", | |||
contractAddress = "0x4db5a66e937a9f4473fa95b1caf1d1e1d62e29ea", |
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.
This one is Wormhole WETH , but on bsc chain , I think for WETH we are talking about Binance pegged WETH
https://bscscan.com/address/0x2170ed0880ac9a755fd29b2688956bd959f933f8
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.
Also , you might want to consider do a db migration
Since threre is no WETH token on BSC, I updated logo and ticker base on Binance-Peg Ethereum Token (ETH)] |
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.
LGTM
No description provided.