use asset-swapper instead of Asset-Swapper
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -107,7 +107,8 @@ const txHash = await yourSmartContract.methods
|
||||
function liquidityRequiringMethod(bytes calldata calldataHexString) {
|
||||
zeroExExchangeAddress.call(calldataHexString);
|
||||
}
|
||||
}`,
|
||||
}
|
||||
`,
|
||||
label: 'smartContract.sol',
|
||||
language: 'typescript',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user