Skip to content

Commit

Permalink
🚀 optimism: deploy vote previewer beefy support
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Oct 16, 2023
1 parent 4e319bf commit e766ecf
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 16 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-snails-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@exactly/protocol": patch
---

🚀 optimism: deploy vote previewer beefy support
8 changes: 8 additions & 0 deletions .openzeppelin/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -11681,6 +11681,14 @@
"storage": [],
"types": {}
}
},
"0x543E3e0eF9a0FF2D24b5E412763F637A2aD10ae9": {
"address": "0x543E3e0eF9a0FF2D24b5E412763F637A2aD10ae9",
"layout": {
"solcVersion": "0.8.17",
"storage": [],
"types": {}
}
}
}
}
37 changes: 35 additions & 2 deletions deployments/optimism/VotePreviewer.json

Large diffs are not rendered by default.

70 changes: 57 additions & 13 deletions deployments/optimism/VotePreviewer_Implementation.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion deployments/optimism/VotePreviewer_Proxy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"address": "0x6012BD4f60cef7773CA2a4c79bE850b0B3b22Efc",
"abi": [
{
"name": "upgradeTo",
"inputs": [{ "internalType": "address", "name": "newImplementation", "type": "address" }],
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -147,4 +154,4 @@
"storage": [],
"types": null
}
}
}

0 comments on commit e766ecf

Please sign in to comment.