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:
commit
d7d95be042
@ -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';
|
||||
|
@ -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/',
|
||||
|
Loading…
x
Reference in New Issue
Block a user