-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #607 from bcnmy/revert-606-refactor/tw-merge
Revert "TrustWallet <-> Shared Production merge"
- Loading branch information
Showing
468 changed files
with
1,602 additions
and
48,928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1 @@ | ||
BUNDLER_CONFIG_PASSPHRASE= | ||
BUNDLER_NODE_PATH_INDEX=0 | ||
BUNDLER_CHAIN_ID=80001 | ||
BUNDLER_MIN_RELAYER_COUNT=5 | ||
BUNDLER_MAX_RELAYER_COUNT=10 | ||
BUNDLER_FUNDING_BALANCE_THRESHOLD=0.1 | ||
BUNDLER_FUNDING_RELAYER_AMOUNT=0.2 | ||
BUNDLER_SIMULATION_DATA_JSON='{"tenderlyData": {}}' | ||
BUNDLER_TOKEN_PRICE_JSON='{"coinMarketCapApi": ""}' | ||
BUNDLER_SLACK_JSON='{"token": "","channel": ""}' | ||
BUNDLER_PROVIDER_JSON='{"137": "", "42161": "", "56": "", "10": "", "43114": "", "8453": "", "80001": ""}' | ||
BUNDLER_DATASOURCES_JSON= '{"mongoUrl": "", "redisUrl": ""}' | ||
BUNDLER_SOCKET_SERVICE_JSON='{"wssUrl": "","httpUrl": "","token": "","apiKey": ""}' | ||
BUNDLER_QUEUE_URL="" | ||
BUNDLER_IS_TRUSTWALLET_SETUP=true | ||
BUNDLER_FALLBACK_PROVIDER_JSON='{"137": ["", ""], "42161": ["", ""], "56": ["", ""], "10": ["", ""], "43114": ["", ""], "8453": ["", ""], "80001": ["", ""]}' | ||
CONFIG_PASSPHRASE= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,14 @@ | ||
node_modules | ||
.env | ||
yarn-error.log | ||
centrifugo_config.json | ||
relayer/dist | ||
server/dist | ||
coverage | ||
config.json | ||
config.json.enc | ||
*heapsnapshot | ||
refundAddresses.ts | ||
*.enc | ||
# Ignore all JSON files | ||
*.json | ||
*json.enc | ||
# But not these specific files | ||
!static-config.json | ||
!config-example.json | ||
!centrifugo_config.json | ||
|
||
# If index.ts is not a .json file, you don't need to explicitly exclude it. | ||
# However, if it's actually index.json, include it like so: | ||
#!index.json | ||
|
||
!example.cfg | ||
.vscode | ||
dist/ | ||
*.code-workspace | ||
config/development.json | ||
config/production.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.