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
Would be great if we add a TypeScript type which will allow us to use auto-complete and type inferencing for the main DKG operations (create, get, query). No need to cover every single operation from the client IMO
The text was updated successfully, but these errors were encountered:
feat: rename plugin from EVM to Arthera and update README
feat: remove bridge and swap actions from Arthera plugin
feat: update transfer examples and templates to use AA instead of ETH
feat: update viem dependency to version 2.21.58 and adjust pnpm-lock.yaml
feat: remove unused LiFi dependencies and clean up type definitions in Arthera plugin
feat: remove bridge actions and templates from Arthera plugin
feat: remove swap actions and templates from Arthera plugin
feat: update EVM naming to Arthera
feat: update README and types for Arthera mainnet integration
feat: update plugin to use Arthera instead of mainnet
fix: add required devDependencies
fix: remove switchChain
fix: update _options type to Record<string, unknown> in transferAction
fix: correct log message format in transfer action to include wallet client address
test: enhance transfer tests with additional wallet provider and address validation
Plugin arthera merge (#3)
* feat: added arthera to default character and agent
* feat: renamed EVM_PRIVATE_KEY by ARTHERA_PRIVATE_KEY
* fix: roll back core package
* fix: workspace: version
---------
Co-authored-by: Arthera Node <[email protected]>
fix: run transfer test only if private key provided
fix: add missing newline at end of package.json and tsconfig.json files
Would be great if we add a TypeScript type which will allow us to use auto-complete and type inferencing for the main DKG operations (create, get, query). No need to cover every single operation from the client IMO
The text was updated successfully, but these errors were encountered: