8b010f887d
* Add console.table * First steps in validate script * env rename * Added parameter names * Descriptions * Print and configuration * Added more parameters * Rename gas oracle to gas supplier * More changes * Removed env examples for now * RPC rename * Bridge address rename * More changes * jobs * Renames * Typo * jobs * Changes * jobs * Changes * Monitor changes * jovs * Typo * Changes * REACT_APP_ env prefix * Typo * Rollback changes * Oracle deployment * Defaults * Monitor * Naming * Typo * Typo * Envs * ui deployment * ALl jobs * Vars in ultimate * Lint * Lint * Lint * Another way to add REACT_APP prefixing * Unnecessary mapping * No output timeout * No output timeout * Got rid of ERC20_TOKEN_ADDRESS * Configuration readme * Configuration * Prefixes * timeout * Docs * Docs * docs * docs * docs * Roll back ERC20_TOKEN_ADDRESS for erc-to-erc * Typo * lint * Rollback * ROllback validator * Rollback yarn.lock * dai and wetc update * Rollback ERC20_TOKEN_ADDRESS * erc to native * examples * all jobs * roll back * roll back ERC20_TOKEN_ADDRESS: "0xdbeE25CbE97e4A5CC6c499875774dc7067E9426B" * ui env example * typo * Allow rpc for ultimate * Test * ERC20_TOKEN_ADDRESS rollback * Specify port * React port * All jobs * cosmetics * Values * Restore erc20 token * Rearrange example for easier comparision * Rearrange ultimate for easier comparision * Rearrange for easier comparision * Refactor * Conditional app styles * Loading environment variables in react app * Add missing vars for UI in wetc and dai * Bring back test parameters readme * Readme for monitor vars * Reading environment variables in e2e-commons (#207)
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
#ORACLE_BRIDGE_MODE=ERC_TO_ERC
|
|
ORACLE_HOME_RPC_POLLING_INTERVAL=5000
|
|
ORACLE_FOREIGN_RPC_POLLING_INTERVAL=1000
|
|
ORACLE_ALLOW_HTTP_FOR_RPC=no
|
|
COMMON_HOME_RPC_URL=https://kovan.infura.io/mew
|
|
COMMON_FOREIGN_RPC_URL=https://kovan.infura.io/mew
|
|
COMMON_HOME_BRIDGE_ADDRESS=0x86b621b839Ff86Bb59fA57015b02318f9a870d80
|
|
COMMON_FOREIGN_BRIDGE_ADDRESS=0x8dDCa2eB86D22FcB93342753515986e258A90169
|
|
ERC20_TOKEN_ADDRESS=0x7AA0A62497B5f4120fbe5D26c95bC612c2b96C14
|
|
|
|
ORACLE_VALIDATOR_ADDRESS_PRIVATE_KEY=
|
|
|
|
COMMON_HOME_GAS_PRICE_SUPPLIER_URL=https://gasprice.poa.network/
|
|
COMMON_HOME_GAS_PRICE_SPEED_TYPE=standard
|
|
COMMON_HOME_GAS_PRICE_FALLBACK=1000000000
|
|
ORACLE_HOME_GAS_PRICE_UPDATE_INTERVAL=600000
|
|
COMMON_HOME_GAS_PRICE_FACTOR=1
|
|
|
|
COMMON_FOREIGN_GAS_PRICE_SUPPLIER_URL=https://gasprice.poa.network/
|
|
COMMON_FOREIGN_GAS_PRICE_SPEED_TYPE=standard
|
|
COMMON_FOREIGN_GAS_PRICE_FALLBACK=1000000000
|
|
ORACLE_FOREIGN_GAS_PRICE_UPDATE_INTERVAL=600000
|
|
COMMON_FOREIGN_GAS_PRICE_FACTOR=1
|
|
|
|
ORACLE_QUEUE_URL=amqp://rabbit
|
|
ORACLE_REDIS_URL=redis://redis
|
|
|
|
ORACLE_HOME_START_BLOCK=
|
|
ORACLE_FOREIGN_START_BLOCK=
|
|
|
|
ORACLE_LOG_LEVEL=debug
|
|
ORACLE_MAX_PROCESSING_TIME=20000
|
|
|
|
#Uncomment these lines only if you are going to send transaction by testing scripts
|
|
#USER_ADDRESS=0x59c4474184579b9c31b5e51445b6eef91cebf370
|
|
#USER_ADDRESS_PRIVATE_KEY=
|
|
#HOME_MIN_AMOUNT_PER_TX=0.001
|
|
#FOREIGN_MIN_AMOUNT_PER_TX=0.001
|
|
#HOME_TEST_TX_GAS_PRICE=1000000000
|
|
#FOREIGN_TEST_TX_GAS_PRICE=1000000000
|