-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #511 from BalancerMaxis/gha-payload-merge
W37 Combined JSON payloads
- Loading branch information
Showing
8 changed files
with
380 additions
and
1 deletion.
There are no files selected for viewing
164 changes: 164 additions & 0 deletions
164
BIPs/00batched/2023-W37/1-0xc38c5f97B34E175FFd35407fc91a937300E33860.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
{ | ||
"version": "1.0", | ||
"chainId": "1", | ||
"createdAt": 1675891944772, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "", | ||
"txBuilderVersion": "1.13.2", | ||
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", | ||
"createdFromOwnerAddress": "" | ||
}, | ||
"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": "0x25DDcad849de576c2A6c124984cE59e62739156D", | ||
"gaugeType": "Arbitrum" | ||
}, | ||
"meta": { | ||
"tx_index": 0, | ||
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W37/BIP-418.json", | ||
"bip_number": "BIP-418" | ||
} | ||
}, | ||
{ | ||
"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": "0xeE707Ae5500DD9072aC0daB1170DD16d9AddD68F", | ||
"gaugeType": "Ethereum" | ||
}, | ||
"meta": { | ||
"tx_index": 0, | ||
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W37/BIP-426.json", | ||
"bip_number": "BIP-426" | ||
} | ||
}, | ||
{ | ||
"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": "0xCc6A23446f6388D78F3037BD55f2eB820352d982", | ||
"gaugeType": "Ethereum" | ||
}, | ||
"meta": { | ||
"tx_index": 0, | ||
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W37/BIP-425.json", | ||
"bip_number": "BIP-425" | ||
} | ||
}, | ||
{ | ||
"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": "0x2e6Cd45581002C894Cac692DCE4a30632125EF99", | ||
"gaugeType": "Optimism" | ||
}, | ||
"meta": { | ||
"tx_index": 0, | ||
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W37/BIP-427.json", | ||
"bip_number": "BIP-427" | ||
} | ||
}, | ||
{ | ||
"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": "0xe6281Fc01607366794597d7fA6b32931fF986969", | ||
"gaugeType": "Ethereum" | ||
}, | ||
"meta": { | ||
"tx_index": 0, | ||
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W37/BIP-428.json", | ||
"bip_number": "BIP-428" | ||
} | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
BIPs/00batched/2023-W37/1-0xc38c5f97B34E175FFd35407fc91a937300E33860.report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
File name: BIPs/00batched/2023-W37/1-0xc38c5f97B34E175FFd35407fc91a937300E33860.json | ||
COMMIT: `79615e51d6896b8cedc275a0a24d91c623fccc65` | ||
MERGED PAYLOAD: Chain:mainnet (1), Multisig: multisigs/lm (0xc38c5f97B34E175FFd35407fc91a937300E33860) | ||
CHAIN(S): `arbitrum, mainnet, optimism` | ||
``` | ||
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------------+-------------------------------------------------+---------+------------+ | ||
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index | | ||
+=======================+=====================================================================+==========================+============================================+===================================================================+=================================================+=========+============+ | ||
| GaugeAdderV4/addGauge | 0x6b9f3f6b9054a45702d3f2c6e3d32a60204934cb0000000000000000000004a7 | USDF/USDC | 0x25DDcad849de576c2A6c124984cE59e62739156D | "USDF/USDC(0x6B9f3f6b9054A45702D3F2C6e3D32A60204934cb)", | "0x0000000000000000000000000000000000000000", | BIP-418 | 0 | | ||
| | pool_address: 0x6B9f3f6b9054A45702D3F2C6e3D32A60204934cb | fee: 0.05, a-factor: 200 | Style: L0 sidechain, cap: 100.0% | "USDF(0xae48b7C8e096896E32D53F10d0Bf89f82ec7b987)", | "0xD438f19b1Dd47EbECc5f904d8Fd44583CbFB7c85", | | | | ||
| | | | | "USDC(0xaf88d065e77c8cC2239327C5EDb3A432268e5831)" | "0x0000000000000000000000000000000000000000" | | | | ||
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------------+-------------------------------------------------+---------+------------+ | ||
| GaugeAdderV4/addGauge | 0x47e1cf97a0586367349a14306a65f54ba0b8f1b60002000000000000000005cd | 20WETH-80ALTR | 0xeE707Ae5500DD9072aC0daB1170DD16d9AddD68F | "WETH(0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)", | "0x0000000000000000000000000000000000000000", | BIP-426 | 1 | | ||
| | pool_address: 0x47E1Cf97A0586367349A14306A65F54Ba0b8f1B6 | fee: 1.0, a-factor: N/A | Style: mainnet, cap: 2.0% | "ALTR(0xD1ffCacFc630CE68d3cd3369F5db829a3ed01fE2)" | "0x0000000000000000000000000000000000000000" | | | | ||
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------------+-------------------------------------------------+---------+------------+ | ||
| GaugeAdderV4/addGauge | 0x6228f64d5ba8376652bfe7e36569d595347cf6fb0002000000000000000005df | 80T-20TBTC | 0xCc6A23446f6388D78F3037BD55f2eB820352d982 | "tBTC(0x18084fbA666a33d37592fA2633fD49a74DD93a88)", | "0x0000000000000000000000000000000000000000", | BIP-425 | 2 | | ||
| | pool_address: 0x6228f64D5BA8376652Bfe7E36569D595347cF6Fb | fee: 0.5, a-factor: N/A | Style: mainnet, cap: 100.0% | "T(0xCdF7028ceAB81fA0C6971208e83fa7872994beE5)" | "0x0000000000000000000000000000000000000000" | | | | ||
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------------+-------------------------------------------------+---------+------------+ | ||
| GaugeAdderV4/addGauge | 0x9da11ff60bfc5af527f58fd61679c3ac98d040d9000000000000000000000100 | bpt-stablebeets | 0x2e6Cd45581002C894Cac692DCE4a30632125EF99 | "USDC(0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85)", | "0x0000000000000000000000000000000000000000", | BIP-427 | 3 | | ||
| | pool_address: 0x9Da11Ff60bfc5aF527f58fd61679c3AC98d040d9 | fee: 0.1, a-factor: 1000 | Style: L0 sidechain, cap: 100.0% | "USDC(0x7F5c764cBc14f9669B88837ca1490cCa17c31607)", | "0x0000000000000000000000000000000000000000", | | | | ||
| | | | | "USDT(0x94b008aA00579c1307B0EF2c499aD98a8ce58e58)", | "0x0000000000000000000000000000000000000000", | | | | ||
| | | | | "bpt-stablebeets(0x9Da11Ff60bfc5aF527f58fd61679c3AC98d040d9)", | "0x0000000000000000000000000000000000000000", | | | | ||
| | | | | "DAI(0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1)" | "0x0000000000000000000000000000000000000000" | | | | ||
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------------+-------------------------------------------------+---------+------------+ | ||
| GaugeAdderV4/addGauge | 0x70d5e3234f6329c1d5a26796dcf4e109d69a34880000000000000000000005e7 | uniETH/wstETH/rETH | 0xe6281Fc01607366794597d7fA6b32931fF986969 | "uniETH/wstETH/rETH(0x70d5E3234F6329c1D5a26796dcf4e109d69A3488)", | "0x0000000000000000000000000000000000000000", | BIP-428 | 4 | | ||
| | pool_address: 0x70d5E3234F6329c1D5a26796dcf4e109d69A3488 | fee: 0.04, a-factor: 50 | Style: mainnet, cap: 2.0% | "wstETH(0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0)", | "0x72D07D7DcA67b8A406aD1Ec34ce969c90bFEE768", | | | | ||
| | | | | "rETH(0xae78736Cd615f374D3085123A210448E74Fc6393)", | "0x1a8F81c256aee9C640e14bB0453ce247ea0DFE6F", | | | | ||
| | | | | "uniETH(0xF1376bceF0f78459C0Ed0ba5ddce976F1ddF51F4)" | "0x2c3b8c5e98A6e89AAAF21Deebf5FF9d08c4A9FF7" | | | | ||
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------------+-------------------------------------------------+---------+------------+ | ||
``` |
44 changes: 44 additions & 0 deletions
44
BIPs/00batched/2023-W37/42161-0xaF23DC5983230E9eEAf93280e312e57539D098D0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"version": "1.0", | ||
"chainId": "42161", | ||
"createdAt": 1675891944772, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "", | ||
"txBuilderVersion": "1.13.2", | ||
"createdFromSafeAddress": "0xaF23DC5983230E9eEAf93280e312e57539D098D0", | ||
"createdFromOwnerAddress": "" | ||
}, | ||
"transactions": [ | ||
{ | ||
"to": "0x912CE59144191C1204E64559FE8253a0e49E6548", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"name": "to", | ||
"type": "address", | ||
"internalType": "address" | ||
}, | ||
{ | ||
"name": "amount", | ||
"type": "uint256", | ||
"internalType": "uint256" | ||
} | ||
], | ||
"name": "transfer", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"to": "0xf23d8342881edecced51ea694ac21c2b68440929", | ||
"amount": "480000000000000000000000" | ||
}, | ||
"meta": { | ||
"tx_index": 0, | ||
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W37/BIP-429.json", | ||
"bip_number": "BIP-429" | ||
} | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
BIPs/00batched/2023-W37/42161-0xaF23DC5983230E9eEAf93280e312e57539D098D0.report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
File name: BIPs/00batched/2023-W37/42161-0xaF23DC5983230E9eEAf93280e312e57539D098D0.json | ||
COMMIT: `79615e51d6896b8cedc275a0a24d91c623fccc65` | ||
MERGED PAYLOAD: Chain:arbitrum (42161), Multisig: multisigs/dao (0xaF23DC5983230E9eEAf93280e312e57539D098D0) | ||
CHAIN(S): `arbitrum` | ||
``` | ||
+------------+------------------------------------------------+------------------------------------------------+------------------------------------------+---------+------------+ | ||
| function | token_symbol | recipient | amount | bip | tx_index | | ||
+============+================================================+================================================+==========================================+=========+============+ | ||
| transfer | ARB:0x912CE59144191C1204E64559FE8253a0e49E6548 | N/A:0xf23d8342881edecced51ea694ac21c2b68440929 | 480000.0 (RAW: 480000000000000000000000) | BIP-429 | 0 | | ||
+------------+------------------------------------------------+------------------------------------------------+------------------------------------------+---------+------------+ | ||
``` |
98 changes: 98 additions & 0 deletions
98
BIPs/00batched/2023-W37/8453-0xC40DCFB13651e64C8551007aa57F9260827B6462.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{ | ||
"version": "1.0", | ||
"chainId": "8453", | ||
"createdAt": 1675891944772, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "", | ||
"txBuilderVersion": "1.13.2", | ||
"createdFromSafeAddress": "0xC40DCFB13651e64C8551007aa57F9260827B6462", | ||
"createdFromOwnerAddress": "" | ||
}, | ||
"transactions": [ | ||
{ | ||
"to": "0x809B79b53F18E9bc08A961ED4678B901aC93213a", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"internalType": "bytes32", | ||
"name": "role", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "account", | ||
"type": "address" | ||
} | ||
], | ||
"name": "grantRole", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"role": "0x033f3ebfdc58141797e7786a8115159707118fe37ae8f6d7b98929e4465349fb", | ||
"account": "0xC40DCFB13651e64C8551007aa57F9260827B6462" | ||
}, | ||
"meta": { | ||
"tx_index": 0, | ||
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W37/BIP-430.json", | ||
"bip_number": "BIP-430" | ||
} | ||
}, | ||
{ | ||
"to": "0xD87F44Df0159DC78029AB9CA7D7e57E7249F5ACD", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"internalType": "contract IVeDelegation", | ||
"name": "delegation", | ||
"type": "address" | ||
} | ||
], | ||
"name": "setDelegation", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"delegation": "0xE42FFA682A26EF8F25891db4882932711D42e467" | ||
}, | ||
"meta": { | ||
"tx_index": 1, | ||
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W37/BIP-430.json", | ||
"bip_number": "BIP-430" | ||
} | ||
}, | ||
{ | ||
"to": "0x809B79b53F18E9bc08A961ED4678B901aC93213a", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"internalType": "bytes32", | ||
"name": "role", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "account", | ||
"type": "address" | ||
} | ||
], | ||
"name": "renounceRole", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"role": "0x033f3ebfdc58141797e7786a8115159707118fe37ae8f6d7b98929e4465349fb", | ||
"account": "0xC40DCFB13651e64C8551007aa57F9260827B6462" | ||
}, | ||
"meta": { | ||
"tx_index": 2, | ||
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W37/BIP-430.json", | ||
"bip_number": "BIP-430" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.