diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-29 06:11:53 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-29 06:11:53 +0800 |
commit | ec01893e9c987fcbd3fd7bcb4ec34498a6f516cc (patch) | |
tree | af7714c79643c1bbf51a2c8ac19277205ef4e310 /packages/instant/src/components | |
parent | f4cc14f43862c639d2cf9f6e5359e4822f1bcacf (diff) | |
download | dexon-sol-tools-ec01893e9c987fcbd3fd7bcb4ec34498a6f516cc.tar dexon-sol-tools-ec01893e9c987fcbd3fd7bcb4ec34498a6f516cc.tar.gz dexon-sol-tools-ec01893e9c987fcbd3fd7bcb4ec34498a6f516cc.tar.bz2 dexon-sol-tools-ec01893e9c987fcbd3fd7bcb4ec34498a6f516cc.tar.lz dexon-sol-tools-ec01893e9c987fcbd3fd7bcb4ec34498a6f516cc.tar.xz dexon-sol-tools-ec01893e9c987fcbd3fd7bcb4ec34498a6f516cc.tar.zst dexon-sol-tools-ec01893e9c987fcbd3fd7bcb4ec34498a6f516cc.zip |
fetchedVia -> fetchOrigin
Diffstat (limited to 'packages/instant/src/components')
-rw-r--r-- | packages/instant/src/components/zero_ex_instant_provider.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/components/zero_ex_instant_provider.tsx b/packages/instant/src/components/zero_ex_instant_provider.tsx index 7841f5bf7..f7880fc12 100644 --- a/packages/instant/src/components/zero_ex_instant_provider.tsx +++ b/packages/instant/src/components/zero_ex_instant_provider.tsx @@ -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: QuoteFetchOrigin.Manual, + fetchOrigin: QuoteFetchOrigin.Manual, }); // warm up the gas price estimator cache just in case we can't // grab the gas price estimate when submitting the transaction |