fix: Update Ropsten UniswapV3 Router address (#441)

* fix: Update Ropsten UniswapV3 Router address

* Update CHANGELOG
This commit is contained in:
Jacob Evans 2022-03-07 11:18:25 +10:00 committed by GitHub
parent f86d555e49
commit f0fe6f2f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
[ [
{
"version": "16.50.2",
"changes": [
{
"note": "Update `Uniswap_V3` address on `Ropsten`",
"pr": 441
}
]
},
{ {
"version": "16.50.1", "version": "16.50.1",
"changes": [ "changes": [

View File

@ -2088,7 +2088,7 @@ export const UNISWAPV3_CONFIG_BY_CHAIN_ID = valueByChainId(
}, },
[ChainId.Ropsten]: { [ChainId.Ropsten]: {
quoter: '0x61ffe014ba17989e743c5f6cb21bf9697530b21e', quoter: '0x61ffe014ba17989e743c5f6cb21bf9697530b21e',
router: '0x03782388516e94fcd4c18666303601a12aa729ea', router: '0xe592427a0aece92de3edee1f18e0157c05861564',
}, },
[ChainId.Polygon]: { [ChainId.Polygon]: {
quoter: '0x61ffe014ba17989e743c5f6cb21bf9697530b21e', quoter: '0x61ffe014ba17989e743c5f6cb21bf9697530b21e',