Skip to content

Commit

Permalink
Combined JSON Payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru authored and github-actions[bot] committed Aug 22, 2024
1 parent 347d829 commit 67fa7cd
Showing 1 changed file with 74 additions and 0 deletions.
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": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": ""
},
"transactions": [
{
"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": "0x811912c19eEF91b9Dc3cA52fc426590cFB84FC86",
"value": "90000000000"
},
"meta": {
"tx_index": 0,
"origin_file_name": "/home/runner/work/dummy_repo_ci_test/dummy_repo_ci_test/BIPs/2024-W35/BIP-632-fund-beethoven-x-marketing-q3-2024.json",
"bip_number": "BIP-632"
}
},
{
"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": "0x811912c19eEF91b9Dc3cA52fc426590cFB84FC86",
"value": "87000000000"
},
"meta": {
"tx_index": 0,
"origin_file_name": "/home/runner/work/dummy_repo_ci_test/dummy_repo_ci_test/BIPs/2024-W35/BIP-631-beethoven-x-technical-q4-2024.json",
"bip_number": "BIP-631"
}
}
]
}

0 comments on commit 67fa7cd

Please sign in to comment.