diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-29 06:11:06 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-29 06:11:06 +0800 |
commit | f4cc14f43862c639d2cf9f6e5359e4822f1bcacf (patch) | |
tree | 02d2d8e4e2851145053f0e3ee0dd0d353d0e3efa /packages/instant/src/components | |
parent | ca894935f269a385f28e5d3a51720282ab403697 (diff) | |
download | dexon-sol-tools-f4cc14f43862c639d2cf9f6e5359e4822f1bcacf.tar dexon-sol-tools-f4cc14f43862c639d2cf9f6e5359e4822f1bcacf.tar.gz dexon-sol-tools-f4cc14f43862c639d2cf9f6e5359e4822f1bcacf.tar.bz2 dexon-sol-tools-f4cc14f43862c639d2cf9f6e5359e4822f1bcacf.tar.lz dexon-sol-tools-f4cc14f43862c639d2cf9f6e5359e4822f1bcacf.tar.xz dexon-sol-tools-f4cc14f43862c639d2cf9f6e5359e4822f1bcacf.tar.zst dexon-sol-tools-f4cc14f43862c639d2cf9f6e5359e4822f1bcacf.zip |
QuoteFetchedVia -> QuoteFetchOrigin
Diffstat (limited to 'packages/instant/src/components')
-rw-r--r-- | packages/instant/src/components/zero_ex_instant_provider.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/instant/src/components/zero_ex_instant_provider.tsx b/packages/instant/src/components/zero_ex_instant_provider.tsx index 9f2c95e36..7841f5bf7 100644 --- a/packages/instant/src/components/zero_ex_instant_provider.tsx +++ b/packages/instant/src/components/zero_ex_instant_provider.tsx @@ -11,7 +11,7 @@ import { asyncData } from '../redux/async_data'; import { DEFAULT_STATE, DefaultState, State } from '../redux/reducer'; import { store, Store } from '../redux/store'; import { fonts } from '../style/fonts'; -import { AccountState, AffiliateInfo, AssetMetaData, Network, OrderSource, QuoteFetchedVia } from '../types'; +import { AccountState, AffiliateInfo, AssetMetaData, Network, OrderSource, QuoteFetchOrigin } from '../types'; import { analytics, disableAnalytics } from '../util/analytics'; import { assetUtils } from '../util/asset'; import { errorFlasher } from '../util/error_flasher'; @@ -117,7 +117,7 @@ export class ZeroExInstantProvider extends React.Component<ZeroExInstantProvider // tslint:disable-next-line:no-floating-promises asyncData.fetchCurrentBuyQuoteAndDispatchToStore(state, dispatch, { updateSilently: false, - fetchedVia: QuoteFetchedVia.Manual, + fetchedVia: QuoteFetchOrigin.Manual, }); // warm up the gas price estimator cache just in case we can't // grab the gas price estimate when submitting the transaction |