generated from storyprotocol/solidity-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployment scripts for Alpha release on Sepolia (#178)
* 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
1 parent
22ce9c0
commit 6e0897c
Showing
4 changed files
with
307 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.