From 45d92328aaebed9139761e63696ce46db7a507d7 Mon Sep 17 00:00:00 2001 From: george-openformat Date: Thu, 11 Jul 2024 08:53:25 +0100 Subject: [PATCH 1/2] feat: deploy to arbitrum sepolia --- deployed/421614-staging.json | 17 ++++++++++++++++- deployed/421614.json | 17 ++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/deployed/421614-staging.json b/deployed/421614-staging.json index ee2f565..0e93e49 100644 --- a/deployed/421614-staging.json +++ b/deployed/421614-staging.json @@ -35,6 +35,14 @@ "address": "0x58d82389CaedB0323660D98F2CadE93D365a38a3", "startBlock": 53180821 }, + "OFT": { + "address": "0xa51132d47d948a795782a50B8a0FB65Ad3601Bb6", + "startBlock": 62963504 + }, + "Open_Format_App": { + "address": "0xCC103a90F00bA5fee98E0cA89EaF98E8225a2d53", + "startBlock": 62963409 + }, "Proxy": { "address": "0x560cd99485820DEb7514ff9b9fBbe1b201c76Af4", "startBlock": 53210918 @@ -51,6 +59,10 @@ "address": "0xe0aaaf2A2F05DbE1feDa6aA6336fF2533D079BF0", "startBlock": 53194585 }, + "XP": { + "address": "0x77507D3F8727e640f469b41DaebBC767De055b16", + "startBlock": 62963455 + }, "doNotRemoveUsedToParseFile": [ "Globals", "Registry", @@ -64,6 +76,9 @@ "SettingsFacet", "ERC721FactoryFacet", "ERC20FactoryFacet", - "ERC721LazyDropFacet" + "ERC721LazyDropFacet", + "Open_Format_App", + "XP", + "OFT" ] } \ No newline at end of file diff --git a/deployed/421614.json b/deployed/421614.json index 0a6662b..9bbde6a 100644 --- a/deployed/421614.json +++ b/deployed/421614.json @@ -39,6 +39,14 @@ "address": "0xa424149b165F81341b41fF72a2Db489b27AecAf5", "startBlock": 32647089 }, + "OFT": { + "address": "0xEF2be11D2077724987c5D0A10A462B3cDcFCfB4d", + "startBlock": 62959319 + }, + "Open_Format_App": { + "address": "0x79d4763803A88e4963f4df9C2ebe493BD32Fbf56", + "startBlock": 62959217 + }, "Proxy": { "address": "0x7aFE68988db5158B68ce64cEFBe750E5D3539e71", "startBlock": 32647188 @@ -59,6 +67,10 @@ "address": "0xfa286f52075bCc6EE9716a765f8928762B3CD2d6", "startBlock": 32298341 }, + "XP": { + "address": "0xb2f9f79F166fDbB64445414fbEa3d9aD8fA348B5", + "startBlock": 62959261 + }, "doNotRemoveUsedToParseFile": [ "Globals", "Registry", @@ -74,6 +86,9 @@ "ERC20FactoryFacet", "ERC721LazyDropFacet", "AppFactory", - "ERC721Badge" + "ERC721Badge", + "Open_Format_App", + "XP", + "OFT" ] } \ No newline at end of file From 99e5bca93baf00f2b934c86e0252edbbe27e24e8 Mon Sep 17 00:00:00 2001 From: george-openformat Date: Thu, 11 Jul 2024 08:53:44 +0100 Subject: [PATCH 2/2] docs: add contract addresses to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4fcb0b5..e78cf61 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,16 @@ The Open Format Smart Contracts are the core of the Open Format ecosystem. 🔨 ERC-4626 - Tokenised vaults +## Deployments +### Arbitrum Sepolia (testnet) +| Contract Name | Contract Address | Contract Type | +| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------- | +| App Factory | [0x19781Af95cA4E113D5D1412452225D11A84ce992](https://sepolia.arbiscan.io/address/0x19781Af95cA4E113D5D1412452225D11A84ce992) | AppFactory | +| Open Format App | [0x79d4763803A88e4963f4df9C2ebe493BD32Fbf56](https://sepolia.arbiscan.io/address/0x79d4763803A88e4963f4df9C2ebe493BD32Fbf56) | App | +| OFT (Open Format Token) | [0xEF2be11D2077724987c5D0A10A462B3cDcFCfB4d](https://sepolia.arbiscan.io/address/0xEF2be11D2077724987c5D0A10A462B3cDcFCfB4d) | ERC20Base | +| XP | [0xb2f9f79F166fDbB64445414fbEa3d9aD8fA348B5](https://sepolia.arbiscan.io/address/0xb2f9f79f166fdbb64445414fbea3d9ad8fa348b5) | ERC20Base | + + ## Getting Started These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.