Skip to content

Commit

Permalink
Merge branch 'main' into conclude-stip
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru authored Sep 23, 2024
2 parents df81263 + 128c81d commit bb50483
Show file tree
Hide file tree
Showing 18 changed files with 578 additions and 0 deletions.
46 changes: 46 additions & 0 deletions BIPs/2024-W39/BIP-696-RemoveEOA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": "1.0",
"chainId": "100",
"createdAt": 1723153116320,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.5",
"createdFromSafeAddress": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89",
"createdFromOwnerAddress": "",
"checksum": "0x91ac6b2c8aacdadf21e96a1a0e3f775f57663b3f97837cf5d845a2a2ab4eac1d"
},
"transactions": [
{
"to": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "prevOwner",
"type": "address"
},
{
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"internalType": "uint256",
"name": "_threshold",
"type": "uint256"
}
],
"name": "removeOwner",
"payable": false
},
"contractInputsValues": {
"prevOwner": "0xA39a62304d8d43B35114ad7bd1258B0E50e139b3",
"owner": "0x7f87c1C42BeF332245F8B3cCAdD8224541CDaEcE",
"_threshold": "6"
}
}
]
}
22 changes: 22 additions & 0 deletions BIPs/2024-W39/BIP-696-RemoveEOA.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
FILENAME: `BIPs/2024-W39/BIP-696-RemoveEOA.json`
MULTISIG: `multisigs/karpatkey (gnosis:0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89)`
COMMIT: `6beec31e7de3b36ceb0828d15b3bfc36c647412f`
CHAIN(S): `gnosis`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/70177405-c7af-4b46-a488-7489413f758c)
```
+-------------+------------------------------------------------------------------+-------+-------------------------------------------------------------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+-------------+------------------------------------------------------------------+-------+-------------------------------------------------------------------------------+------------+----------+
| removeOwner | 0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89 (multisigs/karpatkey) | 0 | { | BIP-696 | N/A |
| | | | "prevOwner": [ | | |
| | | | "0xA39a62304d8d43B35114ad7bd1258B0E50e139b3 (EOA/dao/eboadom)" | | |
| | | | ], | | |
| | | | "owner": [ | | |
| | | | "0x7f87c1C42BeF332245F8B3cCAdD8224541CDaEcE (EOA/karpatkey/balancer_eoa)" | | |
| | | | ], | | |
| | | | "_threshold": [ | | |
| | | | "6" | | |
| | | | ] | | |
| | | | } | | |
+-------------+------------------------------------------------------------------+-------+-------------------------------------------------------------------------------+------------+----------+
```
88 changes: 88 additions & 0 deletions BIPs/2024-W39/BIP-696-stakeGNO.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1724960331553,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.0",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x28e6614f37a5c671cb7c5ba638b0f5afc789b5b614d2fbeaeaa676dfa8b51cd2"
},
"transactions": [
{
"to": "0x4f8AD938eBA0CD19155a835f617317a6E788c868",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"payable": false
},
"contractInputsValues": {
"amount": "9051000000000000000000"
}
},
{
"to": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "_spender",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "approve",
"payable": false
},
"contractInputsValues": {
"_spender": "0x88ad09518695c6c3712AC10a214bE5109a655671",
"_value": "9051000000000000000000"
}
},
{
"to": "0x88ad09518695c6c3712AC10a214bE5109a655671",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "token",
"type": "address",
"internalType": "contract IERC677"
},
{
"name": "_receiver",
"type": "address",
"internalType": "address"
},
{
"name": "_value",
"type": "uint256",
"internalType": "uint256"
}
],
"name": "relayTokens",
"payable": false
},
"contractInputsValues": {
"token": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
"_receiver": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89",
"_value": "9051000000000000000000"
}
}
]
}
35 changes: 35 additions & 0 deletions BIPs/2024-W39/BIP-696-stakeGNO.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
FILENAME: `BIPs/2024-W39/BIP-696-stakeGNO.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `6beec31e7de3b36ceb0828d15b3bfc36c647412f`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/a73cccf3-d401-455e-8c91-174fcb288cb9)
```
+-------------+----------------------------------------------------------------+-------+----------------------------------------------------------------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+-------------+----------------------------------------------------------------+-------+----------------------------------------------------------------------------------+------------+----------+
| withdraw | 0x4f8AD938eBA0CD19155a835f617317a6E788c868 (tokens/Locked GNO) | 0 | { | BIP-696 | N/A |
| | | | "amount": [ | | |
| | | | "raw:9051000000000000000000, 18 decimals:9051, 6 decimals: 9051000000000000" | | |
| | | | ] | | |
| | | | } | | |
| approve | 0x6810e776880C02933D47DB1b9fc05908e5386b96 (tokens/GNO) | 0 | { | BIP-696 | N/A |
| | | | "_spender": [ | | |
| | | | "0x88ad09518695c6c3712AC10a214bE5109a655671 (gnosis/omnibridge)" | | |
| | | | ], | | |
| | | | "_value": [ | | |
| | | | "raw:9051000000000000000000, 18 decimals:9051, 6 decimals: 9051000000000000" | | |
| | | | ] | | |
| | | | } | | |
| relayTokens | 0x88ad09518695c6c3712AC10a214bE5109a655671 (gnosis/omnibridge) | 0 | { | BIP-696 | N/A |
| | | | "token": [ | | |
| | | | "0x6810e776880C02933D47DB1b9fc05908e5386b96 (tokens/GNO)" | | |
| | | | ], | | |
| | | | "_receiver": [ | | |
| | | | "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89 (multisigs/karpatkey)" | | |
| | | | ], | | |
| | | | "_value": [ | | |
| | | | "raw:9051000000000000000000, 18 decimals:9051, 6 decimals: 9051000000000000" | | |
| | | | ] | | |
| | | | } | | |
+-------------+----------------------------------------------------------------+-------+----------------------------------------------------------------------------------+------------+----------+
```
32 changes: 32 additions & 0 deletions BIPs/2024-W39/BIP-698 Enable Gauge wrsETHwstETH Optimism.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1726681727265,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.0",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0xb2f2288df2af5fe01c99603b39f19db035b970115c5ec2239f3efe9c077d867d"
},
"transactions": [
{
"to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "internalType": "address", "name": "gauge", "type": "address" },
{ "internalType": "string", "name": "gaugeType", "type": "string" }
],
"name": "addGauge",
"payable": false
},
"contractInputsValues": {
"gauge": "0xf99b2f358efeC751A9071f30E541ab6C42C25B93",
"gaugeType": "Optimism"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
FILENAME: `BIPs/2024-W39/BIP-698 Enable Gauge wrsETHwstETH Optimism.json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `a72f2b0bfccc5ad5919a2a76eab3499912dcfd53`
CHAIN(S): `optimism`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/306de0c7-f083-4183-be55-ee4a7241d6de)

| Gauge Validator | Result |
| :--------------------------------| :----: |
| `validate_preferential_gauge` | ✅ |
| `validate_rate_providers_safety` | ✅ ✅ |

```
+-----------------------+---------------------------------------------------------------------+--------------------+--------------------------------------------------+---------------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | review_summary | bip | tx_index |
+-----------------------+---------------------------------------------------------------------+--------------------+--------------------------------------------------+---------------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
| GaugeAdderV4/addGauge | 0xcb7d357c84b101e3d559ff4845cef63d7d0753ef000000000000000000000150 | bpt-wrseth-wsteth | root: 0xf99b2f358efeC751A9071f30E541ab6C42C25B93 | 0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb: wstETH | 0x9aa3cd420f830E049e2b223D0b07D8c809C94d15 | safe | BIP-698 | 0 |
| | pool_address: 0xcb7D357c84B101e3d559fF4845cef63D7D0753ef | fee: 0.2 | side: 0x028591C6e8DFeb2E315Ddc2647ADBfC5A62b4f77 | 0x87eEE96D50Fb761AD85B1c982d28A042169d61b1: wrsETH | 0x1373A61449C26CC3F48C1B4c547322eDAa36eB12 | safe | | |
| | | a-factor: 200 | style: L0 sidechain | 0xcb7D357c84B101e3d559fF4845cef63D7D0753ef: bpt-wrseth-wsteth | 0x0000000000000000000000000000000000000000 | -- | | |
| | | | cap: 100.0% | | | | | |
| | | | preferential: True | | | | | |
+-----------------------+---------------------------------------------------------------------+--------------------+--------------------------------------------------+---------------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
```
49 changes: 49 additions & 0 deletions BIPs/2024-W39/[BIP-694] Balancer Maxi Q4 2024 - Q1 2025.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1726618724927,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.0",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x99e745edcf327addcc0811a9716539d968eed9d22341e59700def1da042bbc70"
},
"transactions": [
{
"to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "to", "type": "address", "internalType": "address" },
{ "name": "value", "type": "uint256", "internalType": "uint256" }
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"to": "0x166f54F44F271407f24AA1BE415a730035637325",
"value": "398135000000"
}
},
{
"to": "0xba100000625a3754423978a60c9317c58a424e3D",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "recipient", "type": "address", "internalType": "address" },
{ "name": "amount", "type": "uint256", "internalType": "uint256" }
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"recipient": "0x166f54F44F271407f24AA1BE415a730035637325",
"amount": "32738000000000000000000"
}
}
]
}
14 changes: 14 additions & 0 deletions BIPs/2024-W39/[BIP-694] Balancer Maxi Q4 2024 - Q1 2025.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FILENAME: `BIPs/2024-W39/[BIP-694] Balancer Maxi Q4 2024 - Q1 2025.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `6b037363f8d0e7b4f2f135fc2aba0a49039917a9`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/af7d42de-4df8-446f-a4ee-0c1171941747)

```
+----------+-------------------------------------------------+---------------------------------------------------------------+----------------------------------------+---------+----------+
| function | token_symbol | recipient | amount | bip | tx_index |
+----------+-------------------------------------------------+---------------------------------------------------------------+----------------------------------------+---------+----------+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | multisigs/maxi_ops:0x166f54F44F271407f24AA1BE415a730035637325 | 398135.0 (RAW: 398135000000) | BIP-694 | 0 |
| transfer | BAL:0xba100000625a3754423978a60c9317c58a424e3D | multisigs/maxi_ops:0x166f54F44F271407f24AA1BE415a730035637325 | 32738.0 (RAW: 32738000000000000000000) | BIP-694 | 1 |
+----------+-------------------------------------------------+---------------------------------------------------------------+----------------------------------------+---------+----------+
```
Loading

0 comments on commit bb50483

Please sign in to comment.