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
Attempting to create an AssetType for Ethereum Mainnet using eip155:1/slip44:60 with caip-js results in an invalid assetType error.
eip155:1/slip44:60
const { AssetType } = require('caip-js'); const assetType = new AssetType('eip155:1/slip44:60');
Invalid assetType provided: eip155:1/slip44:60
AssetType.fromString('eip155:1/slip44:60') should successfully create an AssetType for Ethereum Mainnet as per CAIP-19.
An error is thrown stating the assetType is invalid
caip-js Version: v1.1.1 Node.js Version: e.g.,v22.8.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
caip-js Fails to Create AssetType with eip155:1/slip44:60
Description
Attempting to create an AssetType for Ethereum Mainnet using eip155:1/slip44:60 with caip-js results in an invalid assetType error.
Steps to Reproduce
eip155:1/slip44:60
)Error Encountered:
Expected Behavior
AssetType.fromString('eip155:1/slip44:60') should successfully create an AssetType for Ethereum Mainnet as per CAIP-19.
Actual Behavior
An error is thrown stating the assetType is invalid
caip-js Version: v1.1.1
Node.js Version: e.g.,v22.8.0
The text was updated successfully, but these errors were encountered: