Skip to content

Commit

Permalink
build: migration testnet env variables (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscotobar authored Feb 14, 2025
1 parent 8bffe86 commit 37e706d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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

0 comments on commit 37e706d

Please sign in to comment.