Skip to content

Commit

Permalink
Upgrade deployment artifacts after deploying new MaintainerProxy inst…
Browse files Browse the repository at this point in the history
…ance
  • Loading branch information
lukasz-zimnoch committed Jan 16, 2024
1 parent 84cbf92 commit 90a6f35
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 53 deletions.
144 changes: 92 additions & 52 deletions solidity/deployments/mainnet/MaintainerProxy.json

Large diffs are not rendered by default.

42 changes: 41 additions & 1 deletion solidity/export.json
Original file line number Diff line number Diff line change
Expand Up @@ -7206,7 +7206,7 @@
]
},
"MaintainerProxy": {
"address": "0xcF29Ff894674775841F60Aa2a3c373DE27A8df2b",
"address": "0x535E01F948458E0b64F9dB2A01Da6F32E240140f",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -7852,6 +7852,16 @@
"internalType": "bytes",
"name": "bitcoinHeaders",
"type": "bytes"
},
{
"internalType": "bytes32",
"name": "coinbasePreimage",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "coinbaseProof",
"type": "bytes"
}
],
"internalType": "struct BitcoinTx.Proof",
Expand Down Expand Up @@ -7949,6 +7959,16 @@
"internalType": "bytes",
"name": "bitcoinHeaders",
"type": "bytes"
},
{
"internalType": "bytes32",
"name": "coinbasePreimage",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "coinbaseProof",
"type": "bytes"
}
],
"internalType": "struct BitcoinTx.Proof",
Expand Down Expand Up @@ -8041,6 +8061,16 @@
"internalType": "bytes",
"name": "bitcoinHeaders",
"type": "bytes"
},
{
"internalType": "bytes32",
"name": "coinbasePreimage",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "coinbaseProof",
"type": "bytes"
}
],
"internalType": "struct BitcoinTx.Proof",
Expand Down Expand Up @@ -8138,6 +8168,16 @@
"internalType": "bytes",
"name": "bitcoinHeaders",
"type": "bytes"
},
{
"internalType": "bytes32",
"name": "coinbasePreimage",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "coinbaseProof",
"type": "bytes"
}
],
"internalType": "struct BitcoinTx.Proof",
Expand Down

0 comments on commit 90a6f35

Please sign in to comment.