Skip to content

Commit

Permalink
Combined JSON Payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium-VLK authored and github-actions[bot] committed Aug 1, 2024
1 parent 11aaf8f commit e35bff7
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1675891944772,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.13.2",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": ""
},
"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": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"value": "125000000000"
},
"meta": {
"tx_index": 0,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2024-W32/BIP-666-COWAMM-POL.json",
"bip_number": "BIP-666"
}
},
{
"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": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"amount": "213675210000000000000000"
},
"meta": {
"tx_index": 1,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2024-W32/BIP-666-COWAMM-POL.json",
"bip_number": "BIP-666"
}
},
{
"to": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "dst",
"type": "address"
},
{
"name": "wad",
"type": "uint256"
}
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"dst": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"wad": "118260000000000000000"
},
"meta": {
"tx_index": 2,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2024-W32/BIP-666-COWAMM-POL.json",
"bip_number": "BIP-666"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"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": "0x9fbfcb0547Dc7D57258b8Cf57A57624c6C3a61A1",
"gaugeType": "Polygon"
},
"meta": {
"tx_index": 0,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2024-W32/BIP-665.json",
"bip_number": "BIP-665"
}
},
{
"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": "0xC8BA8e58Df99e974960789494a615c876F8190c9",
"gaugeType": "Polygon"
},
"meta": {
"tx_index": 1,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2024-W32/BIP-665.json",
"bip_number": "BIP-665"
}
}
]
}
3 changes: 3 additions & 0 deletions BIPs/00batched/2024-W32/checkpointer_gauges_by_chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"Polygon": "[0x9fbfcb0547Dc7D57258b8Cf57A57624c6C3a61A1, 0xC8BA8e58Df99e974960789494a615c876F8190c9]"
}

0 comments on commit e35bff7

Please sign in to comment.