Skip to content

Commit

Permalink
chore(merge): development
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Nov 27, 2021
2 parents 15f2b8b + 66920c4 commit 1e55d80
Show file tree
Hide file tree
Showing 350 changed files with 4,354 additions and 3,193 deletions.
15 changes: 8 additions & 7 deletions config/mocks/wallet-options-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
"apiKey": "0ecd212038"
},
"featureFlags": {
"nfts": true,
"addCheckoutPaymentProvider": false,
"addStripePaymentProvider": false,
"cEURRewards": true,
"eddInterestFileUpload": true,
"developerMobilePairing": true,
"withdrawalLocksFundsOnHold": true,
"eddInterestFileUpload": true,
"pollForMagicLinkData": true,
"recurringBuys": true,
"signupCountry": true
"signupCountry": true,
"withdrawalLocksFundsOnHold": true,
"useNewPaymentProviders": true
}
}
},
Expand All @@ -41,7 +43,6 @@
"root": "https://blockchain.info",
"veriff": "https://magic.veriff.me",
"walletHelper": "https://wallet-helper.blockchain.com",
"webSocket": "wss://ws.blockchain.info",
"yapilyCallbackUrl": "https://blockchain.com/brokerage-link-success"
"webSocket": "wss://ws.blockchain.info"
}
}
}
22 changes: 22 additions & 0 deletions packages/blockchain-info-components/src/Images/Images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import allowCamera from './img/allow-camera.png'
import allowCamera2 from './img/allow-camera@2x.png'
import allowCamera3 from './img/allow-camera@3x.png'
import appleAppStoreBadge from './img/apple-app-store-badge.svg'
import arrowLeft from './img/arrow-left.svg'
import bank from './img/bank.svg'
import bankEmpty from './img/bank-empty.svg'
import bankError from './img/bank-error.svg'
import bankExpired from './img/bank-expired.svg'
import bankRejected from './img/bank-rejected.svg'
Expand All @@ -35,6 +37,7 @@ import bankLogoUsaa from './img/banks/bank-logo-usaa.svg'
import bankLogoVenmo from './img/banks/bank-logo-venmo.svg'
import bankLogoWellsFargo from './img/banks/bank-logo-wells-fargo.svg'
import bankLogoDagSite from './img/banks/bank-logo-yodlee-test.svg'
import barChart from './img/bar-chart.svg'
import blockchainIcon from './img/bc-icon.svg'
import blockchainLogo from './img/bc-logo.svg'
import blockchainLogoCircle from './img/bc-logo-circle.svg'
Expand All @@ -43,6 +46,8 @@ import bgBannerPatternLg from './img/bg-banner-pattern-lg.svg'
import bgPattern from './img/bg-pattern.svg'
import bitpayLogo from './img/bitpay-logo.svg'
import blankCard from './img/blank-card.svg'
import blockchainGold from './img/blockchain-gold.svg'
import blockchainSilver from './img/blockchain-silver.svg'
import buySellColor from './img/buy-sell-color.svg'
import buySellGrey from './img/buy-sell-grey.svg'
import buySellLearnMore from './img/buy-sell-learn-more.png'
Expand All @@ -55,6 +60,7 @@ import closeError from './img/close-error.svg'
import cloudCheck from './img/cloud_check.svg'
import coinPax from './img/coin-pax.svg'
import coins from './img/coins'
import creditCard from './img/credit-card.svg'
import emailError from './img/email-error.svg'
import emailSuccess from './img/email-success.svg'
import emptySearch from './img/empty-search.svg'
Expand All @@ -76,6 +82,7 @@ import goldVerified from './img/gold-verified.svg'
import googleAuthenticator from './img/google-authenticator.png'
import googlePlayBadge from './img/google-play-badge.svg'
import identityVerification from './img/identity-verification.svg'
import interest from './img/interest.svg'
import introBankGif from './img/intro-bank.gif'
import introCartGif from './img/intro-cart.gif'
import introHand from './img/intro-hand.png'
Expand Down Expand Up @@ -125,17 +132,21 @@ import nft from './img/nft.png'
import printer from './img/printer.svg'
import proofOfAddress from './img/proof-of-address.svg'
import qrCode from './img/qr-code.png'
import qrCodeNew from './img/qr-code.svg'
import recoverPadlock from './img/recover-padlock.svg'
import recurringBuyBackground from './img/recurring-buy-background.png'
import recurringBuyGetStarted from './img/recurring-buys-get-started.svg'
import refresh from './img/refresh.svg'
import safeConnect from './img/safe-connect.svg'
import search from './img/search.svg'
import selectArrow from './img/select-arrow.png'
import sell from './img/sell.svg'
import sendCrypto from './img/send-crypto.svg'
import silverApproved from './img/silver-approved.svg'
import smartphone from './img/smartphone.png'
import sourceOfWealth from './img/source-of-wealth.svg'
import starfieldBannerBg from './img/starfield-banner-bg.png'
import swap from './img/swap.svg'
import swapCarousel1 from './img/swap-carousel1.png'
import swapCarousel2 from './img/swap-carousel2.png'
import swapCarousel3 from './img/swap-carousel3.png'
Expand Down Expand Up @@ -174,7 +185,9 @@ const Images = {
'allow-camera2': allowCamera2,
'allow-camera3': allowCamera3,
'apple-app-store-badge': appleAppStoreBadge,
'arrow-left': arrowLeft,
bank,
'bank-empty': bankEmpty,
'bank-error': bankError,
'bank-expired': bankExpired,
'bank-logo-acorns': bankLogoAcorns,
Expand All @@ -198,14 +211,17 @@ const Images = {
'bank-logo-wells-fargo': bankLogoWellsFargo,
'bank-rejected': bankRejected,
'bank-success': bankSuccess,
'bar-chart': barChart,
'bg-banner-pattern': bgBannerPattern,
'bg-banner-pattern-lg': bgBannerPatternLg,
'bg-pattern': bgPattern,
'bitpay-logo': bitpayLogo,
'blank-card': blankCard,
'blockchain-gold': blockchainGold,
'blockchain-icon': blockchainIcon,
'blockchain-logo': blockchainLogo,
'blockchain-logo-circle': blockchainLogoCircle,
'blockchain-silver': blockchainSilver,
'buy-sell-color': buySellColor,
'buy-sell-grey': buySellGrey,
'buy-sell-learn-more': buySellLearnMore,
Expand All @@ -218,6 +234,7 @@ const Images = {
'cloud-check': cloudCheck,
'coin-pax': coinPax,
coins,
'credit-card': creditCard,
'email-error': emailError,
'email-success': emailSuccess,
'empty-search': emptySearch,
Expand All @@ -243,6 +260,7 @@ const Images = {
'google-play-badge': googlePlayBadge,
'graph-recurring-buy-background': recurringBuyBackground,
'identity-verification': identityVerification,
interest,
'intro-bank-gif': introBankGif,
'intro-cart-gif': introCartGif,
'intro-hand': introHand,
Expand Down Expand Up @@ -289,16 +307,20 @@ const Images = {
printer,
'proof-of-address': proofOfAddress,
'qr-code': qrCode,
'qr-code-new': qrCodeNew,
'recover-padlock': recoverPadlock,
'recurring-buy-get-started': recurringBuyGetStarted,
refresh,
'safe-connect': safeConnect,
search,
'select-arrow': selectArrow,
sell,
'send-crypto': sendCrypto,
'silver-approved': silverApproved,
smartphone,
'source-of-wealth': sourceOfWealth,
'starfield-banner-bg': starfieldBannerBg,
swap,
'swap-carousel1': swapCarousel1,
'swap-carousel2': swapCarousel2,
'swap-carousel3': swapCarousel3,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/blockchain-info-components/src/Images/img/sell.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/blockchain-info-components/src/Images/img/swap.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10236,7 +10236,7 @@
"id": "modals.onboarding.linktoexchangeaccount.na.left.point1-2"
},
{
"defaultMessage": "Deposit & WithdrawEuros/Dollars",
"defaultMessage": "Deposit & Withdraw Euros/Dollars",
"id": "modals.onboarding.linktoexchangeaccount.na.left.point2-1"
},
{
Expand Down Expand Up @@ -12774,4 +12774,4 @@
],
"path": "src/services/lockbox/utils.json"
}
]
]

0 comments on commit 1e55d80

Please sign in to comment.