Skip to content

Commit

Permalink
Reformatted JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonus authored and actions-user committed Sep 20, 2023
1 parent 6ff3fb0 commit 579fac5
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 39 deletions.
78 changes: 39 additions & 39 deletions BIPs/2023-W38/BIP-432.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1695227930303,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.2",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x8943309029f6ee5a4e2f64dc05762adafd979a4781ec1590088590e18613ad9e"
},
"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": "0xFb3bD022D5DAcF95eE28a6B07825D4Ff9C5b3814",
"value": "3380000000"
}
}
]
}
"version": "1.0",
"chainId": "1",
"createdAt": 1695227930303,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.2",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x8943309029f6ee5a4e2f64dc05762adafd979a4781ec1590088590e18613ad9e"
},
"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": "0xFb3bD022D5DAcF95eE28a6B07825D4Ff9C5b3814",
"value": "3380000000"
}
}
]
}
10 changes: 10 additions & 0 deletions BIPs/2023-W38/BIP-432.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
File name: BIPs/2023-W38/BIP-432.json
COMMIT: `6ff3fb09f70ed061ee9fcdc093d813aa4be36c61`
CHAIN(S): `mainnet`
```
+------------+-------------------------------------------------+------------------------------------------------+--------------------------+---------+------------+
| function | token_symbol | recipient | amount | bip | tx_index |
+============+=================================================+================================================+==========================+=========+============+
| transfer | USDC:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 | N/A:0xFb3bD022D5DAcF95eE28a6B07825D4Ff9C5b3814 | 3380.0 (RAW: 3380000000) | BIP-432 | 0 |
+------------+-------------------------------------------------+------------------------------------------------+--------------------------+---------+------------+
```

0 comments on commit 579fac5

Please sign in to comment.