Skip to content

Commit

Permalink
chore: deploy on optimism (#75)
Browse files Browse the repository at this point in the history
* chore: deploy on Optimism

* docs: deployment addresses
  • Loading branch information
pedrovalido committed Jul 30, 2024
1 parent c70de80 commit 5e76677
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@ The GovNFT contract can:

## Deployment

GovNFT - TODO: add deployed address
| Name | Address |
| :------------------ | :------------------------------------------------------------------------------------------------------------------------------------ |
| ArtProxy | [0x6A3A9B0fd01D8e2F1DC78c62114D009Ac8966060](https://optimistic.etherscan.io/address/0x6A3A9B0fd01D8e2F1DC78c62114D009Ac8966060#code) |
| GovNFTFactory | [0xefB034F630F7cfA595C3858EaE6b67eF8fdD8e30](https://optimistic.etherscan.io/address/0xefB034F630F7cfA595C3858EaE6b67eF8fdD8e30#code) |
| VaultImplementation | [0xd69D0f1800Fbd43E5DD28701c2c3d2aBA690C388](https://optimistic.etherscan.io/address/0xd69D0f1800Fbd43E5DD28701c2c3d2aBA690C388#code) |
5 changes: 5 additions & 0 deletions script/constants/output/Optimism.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ArtProxy": "0x6A3A9B0fd01D8e2F1DC78c62114D009Ac8966060",
"GovNFTFactory": "0xefB034F630F7cfA595C3858EaE6b67eF8fdD8e30",
"VaultImplementation": "0xd69D0f1800Fbd43E5DD28701c2c3d2aBA690C388"
}

0 comments on commit 5e76677

Please sign in to comment.