-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect the seed by refactoring the application as two independent pr…
…ocesses running on a microkernel.
- Loading branch information
1 parent
4f483e1
commit 7837a77
Showing
572 changed files
with
14,195 additions
and
11,385 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
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 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,12 +1,15 @@ | ||
module.exports = { | ||
ROOT_URL: 'https://blockchain.info', | ||
API_DOMAIN: 'https://api.blockchain.info', | ||
WEB_SOCKET_URL: 'wss://ws.blockchain.info', | ||
COINIFY_URL: 'https://app-api.coinify.com', | ||
COINIFY_PAYMENT_DOMAIN: 'https://pay.coinify.com', | ||
COM_WALLET_APP: 'https://login.blockchain.com', | ||
COM_ROOT: 'https://blockchain.com', | ||
WALLET_HELPER_DOMAIN: 'https://wallet-helper.blockchain.info', | ||
LEDGER_URL: 'https://manager.api.live.ledger.com', | ||
LEDGER_SOCKET_URL: 'wss://api.ledgerwallet.com', | ||
HORIZON_URL: 'https://horizon.stellar.org', | ||
LEDGER_SOCKET_URL: 'wss://api.ledgerwallet.com', | ||
LEDGER_URL: 'https://manager.api.live.ledger.com', | ||
ROOT_URL: 'https://blockchain.info', | ||
THE_PIT_URL: 'https://pit.blockchain.com', | ||
WEB_SOCKET_URL: 'wss://ws.blockchain.info', | ||
WALLET_HELPER_DOMAIN: 'https://wallet-helper.blockchain.info', | ||
VERIFF_URL: 'https://magic.veriff.me' | ||
} |
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,10 +1,13 @@ | ||
module.exports = { | ||
ROOT_URL: 'https://testnet.blockchain.info', | ||
API_DOMAIN: 'https://api-testnet.blockchain.info', | ||
WEB_SOCKET_URL: 'wss://ws.blockchain.info/testnet3', | ||
WALLET_HELPER_DOMAIN: 'https://wallet-helper.blockchain.info', | ||
LEDGER_URL: 'https://manager.api.live.ledger.com', | ||
LEDGER_SOCKET_URL: 'wss://api.ledgerwallet.com', | ||
COINIFY_URL: 'https://app-api.coinify.com', | ||
COINIFY_PAYMENT_DOMAIN: 'https://pay.sandbox.coinify.com', | ||
HORIZON_URL: 'https://horizon-testnet.stellar.org', | ||
NETWORK_TYPE: 'testnet' | ||
LEDGER_SOCKET_URL: 'wss://api.ledgerwallet.com', | ||
LEDGER_URL: 'https://manager.api.live.ledger.com', | ||
NETWORK_TYPE: 'testnet', | ||
WALLET_HELPER_DOMAIN: 'https://wallet-helper.blockchain.info', | ||
WEB_SOCKET_URL: 'wss://ws.blockchain.info/testnet3', | ||
ROOT_URL: 'https://testnet.blockchain.info', | ||
THE_PIT_URL: 'https://dev.blockchain.info' | ||
} |
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 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 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.