Skip to content

Commit

Permalink
Merge branch 'main' into issue/743
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru authored Jan 22, 2024
2 parents 36c8b9e + a2d57c8 commit b949b73
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/4269-W69/BIP-528A.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1704871780160,
"meta": {
"name": "Transactions Batch",
"description": "Add new gauges",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": ""
},
"transactions": [
{
"to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "gauge",
"type": "address",
"internalType": "address"
},
{
"name": "gaugeType",
"type": "string",
"internalType": "string"
}
],
"name": "addGauge",
"payable": false
},
"contractInputsValues": {
"gauge": "0x1461C4a373d27977f0D343Ba33C22870c89F9dF0",
"gaugeType": "Arbitrum"
}
}
]
}
12 changes: 12 additions & 0 deletions BIPs/4269-W69/BIP-528A.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FILENAME: `BIPs/4269-W69/BIP-528A.json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `497d7aae454f1e07b28d007014b46e93e4812687`
CHAIN(S): `arbitrum`
```
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+-----------------------------------------------------+------------------------------------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+=========================+============================================+=====================================================+================================================+=========+============+
| GaugeAdderV4/addGauge | 0xe25ecadca47419e9aee2700ceab4e7c4b01b94ca0002000000000000000004e4 | 20WETH-80PAL | 0x1461C4a373d27977f0D343Ba33C22870c89F9dF0 | "WETH(0x82aF49447D8a07e3bd95BD0d56f35241523fBab1)", | "0x0000000000000000000000000000000000000000", | BIP-528 | 0 |
| | pool_address: 0xe25EcAdcA47419E9aEE2700CeaB4e7c4b01B94ca | fee: 0.3, a-factor: N/A | Style: L0 sidechain, cap: 2.0% | "PAL(0xa7997F0eC9fa54E89659229fB26537B6A725b798)" | "0x0000000000000000000000000000000000000000" | | |
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+-----------------------------------------------------+------------------------------------------------+---------+------------+
```
40 changes: 40 additions & 0 deletions BIPs/4269-W69/BIP-529.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1704874585004,
"meta": {
"name": "Transactions Batch",
"description": "Add new gauges",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": ""
},
"transactions": [
{
"to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "gauge",
"type": "address",
"internalType": "address"
},
{
"name": "gaugeType",
"type": "string",
"internalType": "string"
}
],
"name": "addGauge",
"payable": false
},
"contractInputsValues": {
"gauge": "0x8c596E8D1b3Be04a6cAa1B1152b51c495f799a16",
"gaugeType": "Optimism"
}
}
]
}
12 changes: 12 additions & 0 deletions BIPs/4269-W69/BIP-529.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FILENAME: `BIPs/4269-W69/BIP-529.json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `497d7aae454f1e07b28d007014b46e93e4812687`
CHAIN(S): `optimism`
```
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+---------------------------------------------------------+------------------------------------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+=========================+============================================+=========================================================+================================================+=========+============+
| GaugeAdderV4/addGauge | 0x2feb76966459d7841fa8a7ed0aa4bf574d6111bf00020000000000000000011d | bpt-yieldconcerto | 0x8c596E8D1b3Be04a6cAa1B1152b51c495f799a16 | "sFRAX(0x2Dd1B4D4548aCCeA497050619965f91f78b3b532)", | "0xDe3B7eC86B67B05D312ac8FD935B6F59836F2c41", | BIP-529 | 0 |
| | pool_address: 0x2FEb76966459d7841fa8A7Ed0aa4bf574d6111Bf | fee: 0.1, a-factor: N/A | Style: L0 sidechain, cap: 100.0% | "sfrxETH(0x484c2D6e3cDd945a8B2DF735e079178C1036578c)" | "0xf752dd899F87a91370C1C8ac1488Aef6be687505" | | |
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+---------------------------------------------------------+------------------------------------------------+---------+------------+
```

0 comments on commit b949b73

Please sign in to comment.