Compare commits

..

3 Commits

Author SHA1 Message Date
Github Actions
b3ee294ba5 Publish
- @0x/asset-swapper@16.50.2
2022-03-07 01:37:11 +00:00
Github Actions
1c242def93 Updated CHANGELOGS & MD docs 2022-03-07 01:37:07 +00:00
Jacob Evans
f0fe6f2f69 fix: Update Ropsten UniswapV3 Router address (#441)
* fix: Update Ropsten UniswapV3 Router address

* Update CHANGELOG
2022-03-07 11:18:25 +10:00
4 changed files with 16 additions and 2 deletions

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v16.50.2 - _March 7, 2022_
* Update `Uniswap_V3` address on `Ropsten` (#441)
## v16.50.1 - _March 3, 2022_
* Add BTRFLY/WETH Curve pool on mainnet (#437)

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/asset-swapper",
"version": "16.50.1",
"version": "16.50.2",
"engines": {
"node": ">=6.12"
},

View File

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