Updated CHANGELOGS & MD docs

This commit is contained in:
Github Actions 2023-07-19 18:30:35 +00:00
parent 01e2690b2b
commit b9e80db170
17 changed files with 92 additions and 3 deletions

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1689791426,
"version": "4.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1683749017, "timestamp": 1683749017,
"version": "4.0.8", "version": "4.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.9 - _July 19, 2023_
* Dependencies updated
## v4.0.8 - _May 10, 2023_ ## v4.0.8 - _May 10, 2023_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1689791426,
"version": "5.4.55",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1683749017, "timestamp": 1683749017,
"version": "5.4.54", "version": "5.4.54",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.4.55 - _July 19, 2023_
* Dependencies updated
## v5.4.54 - _May 10, 2023_ ## v5.4.54 - _May 10, 2023_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1689791426,
"version": "1.4.49",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1683749017, "timestamp": 1683749017,
"version": "1.4.48", "version": "1.4.48",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.4.49 - _July 19, 2023_
* Dependencies updated
## v1.4.48 - _May 10, 2023_ ## v1.4.48 - _May 10, 2023_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1689791426,
"version": "4.8.47",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1683749017, "timestamp": 1683749017,
"version": "4.8.46", "version": "4.8.46",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.8.47 - _July 19, 2023_
* Dependencies updated
## v4.8.46 - _May 10, 2023_ ## v4.8.46 - _May 10, 2023_
* Dependencies updated * Dependencies updated

View File

@ -14,7 +14,8 @@
{ {
"note": "Add Uniswap V3 support on Avalanche and BSC" "note": "Add Uniswap V3 support on Avalanche and BSC"
} }
] ],
"timestamp": 1689791426
}, },
{ {
"version": "0.44.0", "version": "0.44.0",

View File

@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v0.45.0 - _July 19, 2023_
* Remove Bancor V1 support
* Remove Shell and MStable support
* Add Base Mainnet and Goerli BridgeAdapters
* Add Uniswap V3 support on Avalanche and BSC
## v0.44.0 - _May 10, 2023_ ## v0.44.0 - _May 10, 2023_
* Add Trader Joe V2 MixIn to Arbitrum * Add Trader Joe V2 MixIn to Arbitrum

View File

@ -320,9 +320,9 @@ export const artifacts = {
AbstractBridgeAdapter: AbstractBridgeAdapter as ContractArtifact, AbstractBridgeAdapter: AbstractBridgeAdapter as ContractArtifact,
ArbitrumBridgeAdapter: ArbitrumBridgeAdapter as ContractArtifact, ArbitrumBridgeAdapter: ArbitrumBridgeAdapter as ContractArtifact,
AvalancheBridgeAdapter: AvalancheBridgeAdapter as ContractArtifact, AvalancheBridgeAdapter: AvalancheBridgeAdapter as ContractArtifact,
BSCBridgeAdapter: BSCBridgeAdapter as ContractArtifact,
BaseBridgeAdapter: BaseBridgeAdapter as ContractArtifact, BaseBridgeAdapter: BaseBridgeAdapter as ContractArtifact,
BaseGoerliBridgeAdapter: BaseGoerliBridgeAdapter as ContractArtifact, BaseGoerliBridgeAdapter: BaseGoerliBridgeAdapter as ContractArtifact,
BSCBridgeAdapter: BSCBridgeAdapter as ContractArtifact,
BridgeProtocols: BridgeProtocols as ContractArtifact, BridgeProtocols: BridgeProtocols as ContractArtifact,
CeloBridgeAdapter: CeloBridgeAdapter as ContractArtifact, CeloBridgeAdapter: CeloBridgeAdapter as ContractArtifact,
EthereumBridgeAdapter: EthereumBridgeAdapter as ContractArtifact, EthereumBridgeAdapter: EthereumBridgeAdapter as ContractArtifact,

View File

@ -8,7 +8,8 @@
{ {
"note": "Add UniswapV3 support in Avalanche and BSC FillQuoteTransformers" "note": "Add UniswapV3 support in Avalanche and BSC FillQuoteTransformers"
} }
] ],
"timestamp": 1689791426
}, },
{ {
"version": "8.7.0", "version": "8.7.0",

View File

@ -6,6 +6,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v8.8.0 - _July 19, 2023_
* Add Base mainnet addresses
* Add UniswapV3 support in Avalanche and BSC FillQuoteTransformers
## v8.7.0 - _May 10, 2023_ ## v8.7.0 - _May 10, 2023_
* Add Trader Joe V2 MixIn to Arbitrum * Add Trader Joe V2 MixIn to Arbitrum

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1689791426,
"version": "13.23.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1683749017, "timestamp": 1683749017,
"version": "13.23.2", "version": "13.23.2",

View File

@ -6,6 +6,9 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v13.23.3 - _July 19, 2023_
* Dependencies updated
## v13.23.2 - _May 10, 2023_ ## v13.23.2 - _May 10, 2023_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1689791426,
"version": "11.22.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1683749017, "timestamp": 1683749017,
"version": "11.22.2", "version": "11.22.2",

View File

@ -6,6 +6,9 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v11.22.3 - _July 19, 2023_
* Dependencies updated
## v11.22.2 - _May 10, 2023_ ## v11.22.2 - _May 10, 2023_
* Dependencies updated * Dependencies updated