K pfp
K
@kijijij
I have deployed smart contract which buys token using 0x Settler. I am seeing an error ```shortMessage: 'contract runner does not support calling'``` Here is the process * call 0x API and get quote for swapping ETH for TokenA * response has `transaction.data` which is passed to below 'swapCallData' . Pass Settler address and TokenA address you will see error ```shortMessage: 'contract runner does not support calling'``` @matchaxyz do you have updated docs ? https://bitbucket.org/blockx20/workspace/snippets/k7b6na
5 replies
0 recast
4 reactions

dekz pfp
dekz
@dekz
“contract runner does not support calling” is an Ethersjs error. Can you provide more code? Check how you’ve constructed your providers and ensure and promises are awaited.
0 reply
0 recast
1 reaction