use asset-swapper instead of Asset-Swapper

This commit is contained in:
fragosti
2019-08-20 15:31:50 -07:00
parent 0f06737fb6
commit d1af9fc780
2 changed files with 3 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ export class CFL extends React.Component<Props> {
</InlineIconWrap>
<Paragraph size="large" isCentered={true} isMuted={1} padding={['large', 0, 'default', 0]}>
Use Asset-Swapper to programmatically exchange assets with a single line of code or build custom
Use asset-swapper to programmatically exchange assets with a single line of code or build custom
integrations for more advanced token trades.
</Paragraph>

View File

@@ -107,7 +107,8 @@ const txHash = await yourSmartContract.methods
function liquidityRequiringMethod(bytes calldata calldataHexString) {
zeroExExchangeAddress.call(calldataHexString);
}
}`,
}
`,
label: 'smartContract.sol',
language: 'typescript',
},