Skip to content

Commit

Permalink
feat(billboard): deploy to mumbai
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Nov 20, 2023
1 parent d0454af commit 10ae7eb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ THESPACE_INCENTIVES_ADDRESS=
THESPACE_INCENTIVES_TOKENS=
THESPACE_LP_ADDRESS=
THESPACE_LP_TOKENS=
BILLBOARD_REGISTRY_ADDRESS=
BILLBOARD_REGISTRY_ADDRESS=0x0000000000000000000000000000000000000000
2 changes: 1 addition & 1 deletion .env.polygon-mainnet.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ THESPACE_INCENTIVES_ADDRESS=
THESPACE_INCENTIVES_TOKENS=
THESPACE_LP_ADDRESS=
THESPACE_LP_TOKENS=
BILLBOARD_REGISTRY_ADDRESS=
BILLBOARD_REGISTRY_ADDRESS=0x0000000000000000000000000000000000000000
2 changes: 1 addition & 1 deletion .env.polygon-mumbai.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ THESPACE_INCENTIVES_ADDRESS=
THESPACE_INCENTIVES_TOKENS=
THESPACE_LP_ADDRESS=
THESPACE_LP_TOKENS=
BILLBOARD_REGISTRY_ADDRESS=
BILLBOARD_REGISTRY_ADDRESS=0x0000000000000000000000000000000000000000
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ deploy-curation: clean

## Billboard
deploy-billboard: clean
@forge create Billboard --rpc-url ${ETH_RPC_URL} --private-key ${DEPLOYER_PRIVATE_KEY} --constructor-args ${BILLBOARD_REGISTRY_ADDRESS} 1 "Billboard" "BLBD" --legacy
@forge create Billboard --rpc-url ${ETH_RPC_URL} --private-key ${DEPLOYER_PRIVATE_KEY} --constructor-args ${BILLBOARD_REGISTRY_ADDRESS} 1 "Billboard" "BLBD" --legacy --verify --etherscan-api-key ${ETHERSCAN_API_KEY}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
| SpaceToken | Polygon Mainnet | [0x264808855b0a6a5a318d238c6ee9f299179f27fc](https://polygonscan.com/address/0x264808855b0a6a5a318d238c6ee9f299179f27fc) |
| TheSpace | Polygon Mainnet | [0x9b71045ac2a1563dc5ff8e0c537413a6aae16cd1](https://polygonscan.com/address/0x9b71045ac2a1563dc5ff8e0c537413a6aae16cd1) |
| TheSpaceRegistry | Polygon Mainnet | [0x8da7a7a48ebbd870358f2fd824e52e5142f44257](https://polygonscan.com/address/0x8da7a7a48ebbd870358f2fd824e52e5142f44257) |
| Billboard | Polygon Mumbai | [0x88EA16c2a69f50B9bc2E8f7684D425f33f29225F](https://mumbai.polygonscan.com/address/0x88EA16c2a69f50B9bc2E8f7684D425f33f29225F) |
| Billboard | Polygon Mainnet | / |

In the "Contract" tab of Polygonscan/Etherscan, you can see the contract code and ABI.

Expand Down

0 comments on commit 10ae7eb

Please sign in to comment.