Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builder: migration testnet env variables #697

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ NEXT_PUBLIC_BB_NFT_ADDRESS=0x10eEf0E20F4874E35a4247Bf9FDED7b872A127f5
NEXT_PUBLIC_RNS_REGISTRY_ADDRESS=0x7d284aaac6e925aad802a53c0c69efe3764597b8

# CR-related env variables
NEXT_PUBLIC_BACKERS_MANAGER_ADDRESS=0x41841e316F85933247fC7b51c79B76F22eB239bc
NEXT_PUBLIC_REWARD_DISTRIBUTOR_ADDRESS=0x83Eac3Abe6AAF4a4AAe8B067888FAD600c4cF6B3
NEXT_PUBLIC_BACKERS_MANAGER_ADDRESS=0x70AC0FE4F8BCA42Aa7e713E1EDA2E8166d0f8Ed8
NEXT_PUBLIC_REWARD_DISTRIBUTOR_ADDRESS=0x35EB7d3e0907BCB838fbA3b08C4c65DB5431169f

# Rif Wallet Services
NEXT_PUBLIC_RIF_WALLET_SERVICES=https://dev.rws.app.rootstockcollective.xyz
Expand Down
7 changes: 5 additions & 2 deletions .env.qa
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ NEXT_PUBLIC_BB_NFT_ADDRESS=0x10eEf0E20F4874E35a4247Bf9FDED7b872A127f5
NEXT_PUBLIC_RNS_REGISTRY_ADDRESS=0x7d284aaac6e925aad802a53c0c69efe3764597b8

# CR-related env variables
NEXT_PUBLIC_BACKERS_MANAGER_ADDRESS=0x41841e316F85933247fC7b51c79B76F22eB239bc
NEXT_PUBLIC_REWARD_DISTRIBUTOR_ADDRESS=0x83Eac3Abe6AAF4a4AAe8B067888FAD600c4cF6B3
NEXT_PUBLIC_BACKERS_MANAGER_ADDRESS=0xb7143af8C7afa3a170E183bE24127bF781Fb89B7
NEXT_PUBLIC_REWARD_DISTRIBUTOR_ADDRESS=0xa7CC0f00Ec08F8F4D02Ca8f32aE78b05628c5D69
NEXT_PUBLIC_BUILDER_REGISTRY_ADDRESS=0xDf1ED223f6EC3cC5e57ed5BeaE8031d6BD37516d

NEXT_PUBLIC_CR_MIGRATING=true

# Rif Wallet Services
NEXT_PUBLIC_RIF_WALLET_SERVICES=https://dev.rws.app.rootstockcollective.xyz
Expand Down
Loading