Skip to content

Commit

Permalink
Merge pull request #491 from RootstockCollective/hotfix/bb-nft
Browse files Browse the repository at this point in the history
hotfix - Fix environment variable name
  • Loading branch information
jessgusclark authored Dec 19, 2024
2 parents 9a37d5c + 1d36b8b commit b086233
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NEXT_PUBLIC_OG_FOUNDERS=0x0025e59f281bc06e7A54afe780673bd6A8D3a7E9
NEXT_PUBLIC_OG_PARTNERS=0x8158aBDAEdD7770F372031aC0AaB8FB4BC9ABe75
NEXT_PUBLIC_OG_CONTRIBUTORS=0x5b20eDd661a2B87A9C9AE55d3e3b09281Dc71C48
NEXT_PUBLIC_VANGUARD=0x1EEA464C8632A71A2E9B364725da6e09aaed2Ddc
NEXT_PUBLIC_BETA_BUILDERS=0x7a67640BC00Dacc3b73cCb579B9Fe98EAd5451cf
NEXT_PUBLIC_BB_NFT_ADDRESS=0x7a67640BC00Dacc3b73cCb579B9Fe98EAd5451cf

# RNS
NEXT_PUBLIC_RNS_REGISTRY_ADDRESS=0xcb868aeabd31e2b66f74e9a55cf064abb31a4ad5
Expand Down
2 changes: 1 addition & 1 deletion .env.staging.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NEXT_PUBLIC_OG_FOUNDERS=0x0025e59f281bc06e7A54afe780673bd6A8D3a7E9
NEXT_PUBLIC_OG_PARTNERS=0x8158aBDAEdD7770F372031aC0AaB8FB4BC9ABe75
NEXT_PUBLIC_OG_CONTRIBUTORS=0x5b20eDd661a2B87A9C9AE55d3e3b09281Dc71C48
NEXT_PUBLIC_VANGUARD=0x1EEA464C8632A71A2E9B364725da6e09aaed2Ddc
NEXT_PUBLIC_BETA_BUILDERS=0x7a67640BC00Dacc3b73cCb579B9Fe98EAd5451cf
NEXT_PUBLIC_BB_NFT_ADDRESS=0x7a67640BC00Dacc3b73cCb579B9Fe98EAd5451cf

# RNS
NEXT_PUBLIC_RNS_REGISTRY_ADDRESS=0xcb868aeabd31e2b66f74e9a55cf064abb31a4ad5
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dao-frontend",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit b086233

Please sign in to comment.