CA SDK
Estimated time to read: 1 minute
Release Date: 17 Feb 2025 09:16:31 UTC
Version: v0.0.5
What is New?
This is a minor update release with the following changes:
- Earlier, to instantiate a
CA
object, you had to pass in theprovider
. Now, there is no input parameter to the constructor. - A new
setEVMProvider
method is added to theCA
class. This method can be used to set the EVM provider later.
let provider: window.ethereum;
const ca = new CA(provider);
let provider: window.ethereum;
const ca = new CA();
ca.setEVMProvider(provider);
Check out the complete list of supported chains and tokens.
Get Started
Previous Releases
Are you using an older version of the Arcana CA SDK?
Refer to the release notes archive. Upgrade to the latest version.
Questions?
Can't find what you are looking for? Contact Arcana Support.
Last update:
December 1, 2024 by