UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

8 lines (6 loc) 136 B
module.exports = (tokenAddress, chainId) => ({ data: Buffer.from( `00${tokenAddress}000000000000000${chainId}`, 'hex' ) })