You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed a js contract on test.guantong.testnet, and followed the README generate the ABI.
When I use near cli near contract inspect test.guantong.testnet network-config testnet now, it says
NEAR ABI version Info: Contact does not support NEAR ABI (https://github.com/near/abi), so there
is no way to get details about the function argument and return values.
I want to know is there any docs about config the contract abi? Make the js contract support near abi.
The text was updated successfully, but these errors were encountered:
I have deployed a js contract on
test.guantong.testnet
, and followed the README generate the ABI.When I use near cli
near contract inspect test.guantong.testnet network-config testnet now
, it saysI want to know is there any docs about config the contract abi? Make the js contract support near abi.
The text was updated successfully, but these errors were encountered: