mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
* offchain signatures wip * offchain signing wip * offchain signatures wip * offchain signatures wip * save signatures to the history service * fix eth signer & useEfefct hook * offchain signatures wip * signature check, mainnet testing wip * dep update * disable offchain signing for smart contract wallets * Refactor EIP712 signer * bring back .env.example * Check if save version is >1.1.1 * use canTryoffchainSigning boolean variable, add comment about 4001 error * move semver selector for safe version/offchain signatures to a constant, make use of empty_data for isContractWallet * remove TYPE when sending txs to history service * add eth_signTypedData_v4 signer, dep bump, add missing await * add comments about version check for canTryOffchainSigning variable * hide "please sign notification" * dep bump * dep bump * Check if connected is ledger before trying offchain signatures * minor fixes, temp deployment to test trezor * add hardwareWallet boolean property to wallet model, disable offchain signatures for hw wallets
22 lines
536 B
Plaintext
22 lines
536 B
Plaintext
# You can leave this empty for rinkeby or use "mainnet"
|
|
REACT_APP_NETWORK=
|
|
|
|
# For Rinkeby network
|
|
REACT_APP_GOOGLE_ANALYTICS_ID_RINKEBY=
|
|
|
|
# For Mainnet network (no needed on dev mode)
|
|
REACT_APP_GOOGLE_ANALYTICS_ID_MAINNET=
|
|
|
|
# For production environments
|
|
REACT_APP_INTERCOM_ID=
|
|
REACT_APP_PORTIS_ID=
|
|
REACT_APP_SQUARELINK_ID=
|
|
REACT_APP_FORTMATIC_KEY=
|
|
|
|
# Versions
|
|
REACT_APP_LATEST_SAFE_VERSION=
|
|
# Leave it untouched, version will set using dotenv-expand
|
|
REACT_APP_APP_VERSION=$npm_package_version
|
|
|
|
# all environments
|
|
REACT_APP_INFURA_TOKEN= |