Skip to content

Commit

Permalink
Update deployment info (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro authored Sep 6, 2022
1 parent 3e27310 commit 829b5c9
Show file tree
Hide file tree
Showing 22 changed files with 32,430 additions and 32,781 deletions.
2 changes: 1 addition & 1 deletion pkg/deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Returns an object with all contracts from a deployment and their addresses.
| Protocol fee percentages provider | [`20220725-protocol-fee-percentages-provider`](./tasks/20220725-protocol-fee-percentages-provider) |
| Child Chain Gauge Reward Helper | [`20220812-child-chain-reward-helper`](./tasks/20220812-child-chain-reward-helper) |
| Linear Pools for Aave aTokens with built-in rebalancing | [`20220817-aave-rebalanced-linear-pool`](./tasks/20220817-aave-rebalanced-linear-pool) |
| Composable Stable Pools | [`20220817-composable-stable-pool`](./tasks/20220817-composable-stable-pool) |
| Composable Stable Pools | [`20220906-composable-stable-pool`](./tasks/20220906-composable-stable-pool) |

## Scripts

Expand Down
11 changes: 1 addition & 10 deletions pkg/deployments/action-ids/arbitrum/action-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,5 @@
"disable()": "0xe59ccea4d4a98c33b7c0b3c05a3d65ff930273fa5ee03855a3104befc6d1d362"
}
}
},
"20220817-composable-stable-pool": {
"ComposableStablePoolFactory": {
"useAdaptor": false,
"actionIds": {
"create(string,string,address[],uint256,address[],uint256[],bool[],uint256,address)": "0xd6533f30a3d63e24d5a4aecaa0b60857fde5808b210bb73c5af99332312d5d91",
"disable()": "0xf33f1f71e25eef86857e743ed24308664c252202a830439e98b6b22338a05784"
}
}
}
}
}
11 changes: 1 addition & 10 deletions pkg/deployments/action-ids/goerli/action-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,14 +591,5 @@
"disable()": "0x9f637c196de3124bc0febbb78f206994fdb68c3f8fe8070b42230a76e14ece0b"
}
}
},
"20220817-composable-stable-pool": {
"ComposableStablePoolFactory": {
"useAdaptor": false,
"actionIds": {
"create(string,string,address[],uint256,address[],uint256[],bool[],uint256,address)": "0x445c20c48f9b96ca55740724ef99344b69c84b8d615915685a34682e9e8eee41",
"disable()": "0xf91036389e643b1137d335ee059c1ac3dd461f61383eeb0af59026c759910958"
}
}
}
}
}
11 changes: 1 addition & 10 deletions pkg/deployments/action-ids/mainnet/action-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,14 +728,5 @@
"disable()": "0x3e267929c3c1127f9bceabc2030c138022fba40f8c0a47c9407fe74e2d026aaa"
}
}
},
"20220817-composable-stable-pool": {
"ComposableStablePoolFactory": {
"useAdaptor": false,
"actionIds": {
"create(string,string,address[],uint256,address[],uint256[],bool[],uint256,address)": "0xd5fcf8943a4033f6893b2911d83bcf865758b9ec4ebb7966116456d5c2179b42",
"disable()": "0x24d396cb6e7a6f86b5b5b995895e806b1cbe69b00a7bf060870f217b39a20524"
}
}
}
}
}
11 changes: 1 addition & 10 deletions pkg/deployments/action-ids/optimism/action-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,5 @@
"disable()": "0xe55819ea19bc69b0b5b19180d8847296d579facecfbe27ba16d7d9940aca0ae5"
}
}
},
"20220817-composable-stable-pool": {
"ComposableStablePoolFactory": {
"useAdaptor": false,
"actionIds": {
"create(string,string,address[],uint256,address[],uint256[],bool[],uint256,address)": "0xb878bca15e4502b73f0316b18d4be1ce87b80662e185d34de67f9434870e44c3",
"disable()": "0xade556e97ab1839aa7cff8fea1423e2e5c347eeb2c42b771cd4a56b9fc254cfd"
}
}
}
}
}
11 changes: 1 addition & 10 deletions pkg/deployments/action-ids/polygon/action-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,14 +438,5 @@
"disable()": "0x3fe7719468a7e48b37513ec7a41d9931375244942fe6c328691db3415d9517c1"
}
}
},
"20220817-composable-stable-pool": {
"ComposableStablePoolFactory": {
"useAdaptor": false,
"actionIds": {
"create(string,string,address[],uint256,address[],uint256[],bool[],uint256,address)": "0x44378fe37e719f16a22570f156283cd141187255bbf8b7eb7ec27bd7e79fea65",
"disable()": "0xb390847b2908e5813098a18e1eccaad539e756123e23f0dc56c28aae978eb2fc"
}
}
}
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
{
"indexed": false,
"internalType": "uint256",
"name": "protocolSwapFeePercentage",
"name": "protocolFeePercentage",
"type": "uint256"
}
],
Expand Down Expand Up @@ -436,6 +436,19 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getActualSupply",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getAmplificationParameter",
Expand Down Expand Up @@ -661,7 +674,7 @@
"outputs": [
{
"internalType": "contract IRateProvider[]",
"name": "providers",
"name": "",
"type": "address[]"
}
],
Expand Down Expand Up @@ -760,19 +773,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getVirtualSupply",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "inRecoveryMode",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2022-08-17 - Composable Stable Pool
# 2022-09-06 - Composable Stable Pool

Deployment of `ComposableStablePoolFactory`, which allows creating Stable Pools that are suitable to be included in other Pools.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> ⚠️ **DEPRECATED: do not use** ⚠️
>
> This factory and associated Pools have been deprecated due to numerical issues when one of the token depegs. Use this [updated version](../../20220817-composable-stable-pool) instead.
> This factory and associated Pools have been deprecated due to numerical issues when one of the token depegs. Use this [updated version](../../20220906-composable-stable-pool) instead.
Deployment of the `StablePhantomPoolFactory`, for Meta Stable Pools with preminted BPT of up to 4 tokens.

Expand Down

0 comments on commit 829b5c9

Please sign in to comment.