Skip to content

Commit

Permalink
Merge pull request #133 from open-format/feature/of-280-record-addres…
Browse files Browse the repository at this point in the history
…s-and-update-any-docs

Feature/of 280 record address and update any docs
  • Loading branch information
george-openformat authored Jul 11, 2024
2 parents 89247c2 + 99e5bca commit 3b69696
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
17 changes: 16 additions & 1 deletion deployed/421614-staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -51,6 +59,10 @@
"address": "0xe0aaaf2A2F05DbE1feDa6aA6336fF2533D079BF0",
"startBlock": 53194585
},
"XP": {
"address": "0x77507D3F8727e640f469b41DaebBC767De055b16",
"startBlock": 62963455
},
"doNotRemoveUsedToParseFile": [
"Globals",
"Registry",
Expand All @@ -64,6 +76,9 @@
"SettingsFacet",
"ERC721FactoryFacet",
"ERC20FactoryFacet",
"ERC721LazyDropFacet"
"ERC721LazyDropFacet",
"Open_Format_App",
"XP",
"OFT"
]
}
17 changes: 16 additions & 1 deletion deployed/421614.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -59,6 +67,10 @@
"address": "0xfa286f52075bCc6EE9716a765f8928762B3CD2d6",
"startBlock": 32298341
},
"XP": {
"address": "0xb2f9f79F166fDbB64445414fbEa3d9aD8fA348B5",
"startBlock": 62959261
},
"doNotRemoveUsedToParseFile": [
"Globals",
"Registry",
Expand All @@ -74,6 +86,9 @@
"ERC20FactoryFacet",
"ERC721LazyDropFacet",
"AppFactory",
"ERC721Badge"
"ERC721Badge",
"Open_Format_App",
"XP",
"OFT"
]
}

0 comments on commit 3b69696

Please sign in to comment.