Merge pull request #1745 from 0xProject/fix/website/fix-codesandbox

Fix code sandbox link and 0x.js dep in website
This commit is contained in:
Brandon Millman 2019-04-01 10:21:17 -07:00 committed by GitHub
commit d7d95be042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { signatureUtils } from '0x.js';
import { ContractWrappers } from '@0x/contract-wrappers';
import { signatureUtils } from '@0x/order-utils';
import { LedgerSubprovider } from '@0x/subproviders';
import { ECSignature, SignatureType } from '@0x/types';
import { BigNumber, signTypedDataUtils } from '@0x/utils';

View File

@ -97,7 +97,7 @@ export const constants = {
URL_PARITY_CHROME_STORE:
'https://chrome.google.com/webstore/detail/parity-ethereum-integrati/himekenlppkgeaoeddcliojfddemadig',
URL_REDDIT: 'https://reddit.com/r/0xproject',
URL_SANDBOX: 'https://codesandbox.io/s/1qmjyp7p5j',
URL_SANDBOX: 'https://codesandbox.io/s/github/0xproject/0x-codesandbox',
URL_STANDARD_RELAYER_API_GITHUB: 'https://github.com/0xProject/standard-relayer-api/blob/master/README.md',
URL_TWITTER: 'https://twitter.com/0xproject',
URL_FACEBOOK: 'https://www.facebook.com/0xProject/',