Skip to content

Commit

Permalink
refactor: updating values on example env file
Browse files Browse the repository at this point in the history
  • Loading branch information
annipi authored and alexjavabraz committed Apr 30, 2024
1 parent a6102c1 commit eee3696
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions .env.local.test
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
VUE_COIN='test'
VUE_MANIFEST_EMAIL='user@rsk.co'
VUE_MANIFEST_APP_URL='https://2wp-app.testnet.rsk.co'
VUE_API_BASE_URL='http://127.0.0.6:3000'
VUE_RSK_NODE_HOST='https://public-node.testnet.rsk.co'
VUE_WALLET_ADDRESSES_HARD_STOP=100
VUE_WALLET_ADDRESS_PER_CALL=5
VUE_RSK_EXPLORER=https://explorer.testnet.rsk.co/
# replace VALUE with the hotjar id for the environment the app is being deployed to.
#VUE_APP_CLARITY_ID=VALUE
VUE_APP_PEGOUT_MIN_AMOUNT_ALLOWED_IN_RBTC=0.004
VUE_APP_COIN='test'
VUE_APP_API_BASE_URL='http://localhost:3000'
VUE_APP_RSK_NODE_HOST='https://public-node.testnet.rsk.co'

VUE_APP_MANIFEST_EMAIL='user@rsk.co'
VUE_APP_MANIFEST_APP_URL='https://2wp-app.testnet.rsk.co'

VUE_APP_WALLET_ADDRESSES_HARD_STOP=100
VUE_APP_WALLET_ADDRESS_PER_CALL=20
VUE_APP_RSK_EXPLORER=https://explorer.testnet.rsk.co/

# replace VALUE with the clarity id for the environment the app is being deployed to.
VUE_APP_PEGOUT_MIN_AMOUNT_ALLOWED_IN_RBTC=0.005
VUE_APP_PEGOUT_MAX_AMOUNT_ALLOWED_IN_RBTC=1
#VUE_APP_CLARITY_ID=VALUE

## fee boundaries
VUE_APP_MIN_FEE_SAT_PER_BYTE_FAST=8
VUE_APP_MIN_FEE_SAT_PER_BYTE_AVG=4
VUE_APP_MIN_FEE_SAT_PER_BYTE_SLOW=1
VUE_APP_FEE_PER_KB_FAST_MIN=8
VUE_APP_FEE_PER_KB_AVERAGE_MIN=4
VUE_APP_FEE_PER_KB_SLOW_MIN=1

VUE_APP_FAST_MINING_BLOCK=1
VUE_APP_AVERAGE_MINING_BLOCK=6
VUE_APP_SLOW_MINING_BLOCK=12

NODE_ENV=test
VUE_APP_LBC_ADDRESS='0xc2A630c053D12D63d32b025082f6Ba268db18300'
VUE_APP_DEBUG_MODE='true'

0 comments on commit eee3696

Please sign in to comment.