Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Oct 23, 2023
1 parent c4b37ab commit c8e51a9
Show file tree
Hide file tree
Showing 8 changed files with 1,148 additions and 1,204 deletions.
2,064 changes: 1,032 additions & 1,032 deletions Multi-Chain/safe/abis/GnosisSafe.json

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions Multi-Chain/safe/abis/GnosisSafeProxyFactory_v1.0.0.json
Original file line number Diff line number Diff line change
@@ -1,92 +1,92 @@
[
{
"constant": false,
"inputs": [
{
"name": "_mastercopy",
"type": "address"
},
{
"name": "initializer",
"type": "bytes"
},
{
"name": "saltNonce",
"type": "uint256"
}
],
"name": "createProxyWithNonce",
"outputs": [
{
"name": "proxy",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "proxyCreationCode",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "masterCopy",
"type": "address"
},
{
"name": "data",
"type": "bytes"
}
],
"name": "createProxy",
"outputs": [
{
"name": "proxy",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "proxyRuntimeCode",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proxy",
"type": "address"
}
],
"name": "ProxyCreation",
"type": "event"
}
]
[
{
"constant": false,
"inputs": [
{
"name": "_mastercopy",
"type": "address"
},
{
"name": "initializer",
"type": "bytes"
},
{
"name": "saltNonce",
"type": "uint256"
}
],
"name": "createProxyWithNonce",
"outputs": [
{
"name": "proxy",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "proxyCreationCode",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "masterCopy",
"type": "address"
},
{
"name": "data",
"type": "bytes"
}
],
"name": "createProxy",
"outputs": [
{
"name": "proxy",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "proxyRuntimeCode",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proxy",
"type": "address"
}
],
"name": "ProxyCreation",
"type": "event"
}
]
2 changes: 1 addition & 1 deletion Multi-Chain/safe/abis/GnosisSafeProxyFactory_v1.1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@
"stateMutability": "nonpayable",
"type": "function"
}
]
]
2 changes: 1 addition & 1 deletion Multi-Chain/safe/abis/GnosisSafeProxyFactory_v1.3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@
"stateMutability": "pure",
"type": "function"
}
]
]
2 changes: 1 addition & 1 deletion Multi-Chain/safe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"ethers": "^5.7.2",
"typescript": "4.5.5"
}
}
}
Loading

0 comments on commit c8e51a9

Please sign in to comment.