Skip to content

Commit

Permalink
Deployment scripts for Alpha release on Sepolia (#178)
Browse files Browse the repository at this point in the history
* deploy stroy protocol contracts to Sepolia

* redeploy with latest change

* redeploy for with PR#181

* redeploy for with active license PR#176

* Update script/foundry/deployment/Main.s.sol

* Update script/foundry/deployment/Main.s.sol

---------

Co-authored-by: Ramarti <[email protected]>
  • Loading branch information
kingster-will and Ramarti authored Nov 20, 2023
1 parent 22ce9c0 commit 6e0897c
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 186 deletions.
18 changes: 18 additions & 0 deletions deployment-11155111.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"main": {
"AccessControlSingleton-Impl": "0x9d78608605409d997f452b7E47410F6317b5312A",
"AccessControlSingleton-Proxy": "0xF3A6064ba0DBd98AdBb794136f534A53A2aC1aE5",
"IPAssetRegistry": "0x177175a4b26f6EA050676F8c9a14D395F896492C",
"IPOrgController-Impl": "0x01CCa0268c92b55FBC5360c76b3d39125DD39c9E",
"IPOrgController-Proxy": "0x73fCB515cEE99e4991465ef586CfE2B072EbB512",
"LicenseRegistry": "0x14b3b2b1700C9A1d5A5217dB92F0Ab54C7900563",
"LicensingModule": "0xa906E2589A7F8385A376BABBb70a39dad551603b",
"MockERC721": "0xe37983Ad02c0BEB88b334727d5A5a0dA6801F964",
"ModuleRegistry": "0x8DFd8d6673c5EDf13ACD0992a0Cd21dFB198F969",
"RegistrationModule": "0x091e5F55135155bb8Cb5868aDb39e5C34eB32CFd",
"RelationshipModule": "0x49477130a70a37E0D6e22b674ef9E923E6D0202c",
"StoryProtocol": "0x79448112dB0F3EaC69124e4bAd728ab74e1575Ea",
"TermsRepository": "0xCD5d06cFf106131A0845E2a18f8429D8115b3fD8",
"TokenGatedHook": "0xC0F6E387aC0B324Ec18EAcf22EE7271207dCE3d5"
}
}
21 changes: 14 additions & 7 deletions deployment-31337.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"main": {
"AccessControlSingleton-Impl": "0x6E447CeC286dbaBe885fDbD9723DD63Cc2DE0Bd2",
"AccessControlSingleton-Proxy": "0xC06CBc0B7A136bda48865BE24228396Dea4094Ec",
"FranchiseRegistry-Impl": "0x446ce25bff9fe7049Aaf3339124F51F301e9c220",
"FranchiseRegistry-Proxy": "0x687E4e5a4471c259a8f56F1f06b0E5c5FEa808c8",
"IPAssetRegistryFactory": "0x7B4f9313d7a12aa902462860eeBD97ab2B68176F",
"ProtocolRelationshipModule-Impl": "0xa1833d78f09e2198774E612ca3d9879597ACc859",
"ProtocolRelationshipModule-Proxy": "0xd8562c2C2f7497D96C7Cf2f9E15392fe4c31c84f"
"AccessControlSingleton-Impl": "0x7B4f9313d7a12aa902462860eeBD97ab2B68176F",
"AccessControlSingleton-Proxy": "0x6E447CeC286dbaBe885fDbD9723DD63Cc2DE0Bd2",
"IPAssetRegistry": "0x446ce25bff9fe7049Aaf3339124F51F301e9c220",
"IPOrgController-Impl": "0xa1833d78f09e2198774E612ca3d9879597ACc859",
"IPOrgController-Proxy": "0xd8562c2C2f7497D96C7Cf2f9E15392fe4c31c84f",
"LicenseRegistry": "0x687E4e5a4471c259a8f56F1f06b0E5c5FEa808c8",
"LicensingModule": "0xb9162E7d63aDAC660f987755D45f55710EB5542a",
"MockERC721": "0x29715b74703b258D045fed347A8B3909aBdE5179",
"ModuleRegistry": "0xC06CBc0B7A136bda48865BE24228396Dea4094Ec",
"RegistrationModule": "0x869b721BbF176D0130d87E3aD2eEA02CEBB883eE",
"RelationshipModule": "0x812d70D430362c56E56F7Cfc73464FE2F1670ec9",
"StoryProtocol": "0xB61c296B51f542EeD7B76022c736488A571ac05b",
"TermsRepository": "0x0e0C15Fe242628fce34A123A0317C97f1D3256c8",
"TokenGatedHook": "0xdCc500f52a509F65023696FE7B717c81F8a432d5"
},
"relationship-processors": {
"DstOwnerRelationshipProcessor": "0x6E447CeC286dbaBe885fDbD9723DD63Cc2DE0Bd2",
Expand Down
Loading

0 comments on commit 6e0897c

Please sign in to comment.