@safe-global/safe-deployments
Version:
Collection of Safe singleton deployments
49 lines (48 loc) • 1.27 kB
JSON
{
"released": true,
"contractName": "SafeToL2Setup",
"version": "1.5.0",
"deployments": {
"canonical": {
"address": "0x900C7589200010D6C6eCaaE5B06EBe653bc2D82a",
"codeHash": "0xf6034d841bcbff8912aa55526b0f1609212536aaf60bb16f5e8a269a4ab38f18"
}
},
"networkAddresses": {
"1": "canonical",
"11155111": "canonical"
},
"abi": [
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "singleton",
"type": "address"
}
],
"name": "ChangedMasterCopy",
"type": "event"
},
{
"inputs": [
{
"internalType": "address",
"name": "l2Singleton",
"type": "address"
}
],
"name": "setupToL2",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
}