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 Oct 16, 2023
1 parent 4ad4f74 commit 7be2326
Show file tree
Hide file tree
Showing 8 changed files with 610 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1675891944772,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.13.2",
"createdFromSafeAddress": "0x0EFcCBb9E2C09Ea29551879bd9Da32362b32fc89",
"createdFromOwnerAddress": ""
},
"transactions": [
{
"to": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "delegatee",
"type": "address"
}
],
"name": "delegate",
"payable": false
},
"contractInputsValues": {
"delegatee": "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52"
},
"meta": {
"tx_index": 0,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-452.json",
"bip_number": "BIP-452"
}
},
{
"to": "0x4da27a545c0c5B758a6BA100e3a049001de870f5",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "delegatee",
"type": "address"
}
],
"name": "delegate",
"payable": false
},
"contractInputsValues": {
"delegatee": "0x8787FC2De4De95c53e5E3a4e5459247D9773ea52"
},
"meta": {
"tx_index": 1,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-452.json",
"bip_number": "BIP-452"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1675891944772,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.13.2",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": ""
},
"transactions": [
{
"to": "0xba100000625a3754423978a60c9317c58a424e3D",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "spender",
"type": "address",
"internalType": "address"
},
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
}
],
"name": "approve",
"payable": false
},
"contractInputsValues": {
"spender": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
"amount": "160000000000000000000000"
},
"meta": {
"tx_index": 0,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-453.json",
"bip_number": "BIP-453"
}
},
{
"to": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "address",
"name": "onBehalfOf",
"type": "address"
},
{
"internalType": "uint16",
"name": "referralCode",
"type": "uint16"
}
],
"name": "supply",
"payable": false
},
"contractInputsValues": {
"asset": "0xba100000625a3754423978a60c9317c58a424e3D",
"amount": "160000000000000000000000",
"onBehalfOf": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"referralCode": "0"
},
"meta": {
"tx_index": 1,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-453.json",
"bip_number": "BIP-453"
}
},
{
"to": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"to": "0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597",
"value": "21000000000"
},
"meta": {
"tx_index": 0,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-450.json",
"bip_number": "BIP-450"
}
},
{
"to": "0xba100000625a3754423978a60c9317c58a424e3d",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "transfer",
"payable": false
},
"contractInputsValues": {
"to": "0xE2c91f3409Ad6d8cE3a2E2eb330790398CB23597",
"value": "11570000000000000000000"
},
"meta": {
"tx_index": 1,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-450.json",
"bip_number": "BIP-450"
}
}
]
}
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": "0x2041F8a758A0266e1B9272fcd4B1F1c37b67d5da",
"gaugeType": "Gnosis"
},
"meta": {
"tx_index": 0,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-447A.json",
"bip_number": "BIP-447"
}
},
{
"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": "0x346F1D4F98F055bb0791465923E27a10F1082912",
"gaugeType": "Gnosis"
},
"meta": {
"tx_index": 1,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-447A.json",
"bip_number": "BIP-447"
}
},
{
"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": "0x2617724db92a8dbD4ebA7E24615BA369133Ff684",
"gaugeType": "Gnosis"
},
"meta": {
"tx_index": 2,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-447A.json",
"bip_number": "BIP-447"
}
},
{
"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": "0xA9659365461380e8A6B30a50d421C1f5FCD8A8bC",
"gaugeType": "Gnosis"
},
"meta": {
"tx_index": 3,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-447A.json",
"bip_number": "BIP-447"
}
},
{
"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": "0x6A2C2d4502335638d2c2f40f0171253fb2c2db88",
"gaugeType": "Optimism"
},
"meta": {
"tx_index": 0,
"origin_file_name": "/home/runner/work/multisig-ops/multisig-ops/BIPs/2023-W41/BIP-451.json",
"bip_number": "BIP-451"
}
}
]
}
Loading

0 comments on commit 7be2326

Please sign in to comment.