fix: Update Ropsten UniswapV3 Router address (#441)
* fix: Update Ropsten UniswapV3 Router address * Update CHANGELOG
This commit is contained in:
parent
f86d555e49
commit
f0fe6f2f69
@ -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": [
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user