We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From my understanding of CAIP-19, the tokenId suffix is optional, as in the example provided for DAI under Test Cases:
# DAI Token eip155:1/erc20:0x6b175474e89094c44da98b954eedeac495271d0f
However this test doesn't pass using that exact same string:
it("should instantiate from string", async () => { const result = new AssetId( "eip155:1/erc20:0x6b175474e89094c44da98b954eedeac495271d0f" ); assertInterface(result); });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From my understanding of CAIP-19, the tokenId suffix is optional, as in the example provided for DAI under Test Cases:
However this test doesn't pass using that exact same string:
The text was updated successfully, but these errors were encountered: