Skip to content

Commit

Permalink
Merge pull request #319 from getsafle/feature-bevm-integration
Browse files Browse the repository at this point in the history
Added BEVM controller
  • Loading branch information
sshubhamagg authored Aug 8, 2024
2 parents d43ad11 + 683e1ed commit 4cadfdc
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 29 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,4 +659,8 @@
### 2.7.0 (2024-07-25)

* Integrated solana chain in safle vault
* Updated test cases
* Updated test cases

### 2.8.0 (2024-08-08)

* Integrated BEVM chain in safle vault
283 changes: 261 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/safle-vault",
"version": "2.7.0",
"version": "2.8.0",
"description": "Safle Vault is a non-custodial, flexible and highly available crypto wallet which can be used to access dapps, send/receive crypto and store identity. Vault SDK is used to manage the vault and provide methods to generate vault, add new accounts, update the state and also enable the user to perform several vault related operations.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -49,6 +49,7 @@
"@getsafle/vault-arbitrum-controller": "^1.0.8",
"@getsafle/vault-avalanche-controller": "^1.2.2",
"@getsafle/vault-base-controller": "^1.0.2",
"@getsafle/vault-bevm-controller": "^1.0.1",
"@getsafle/vault-bitcoin-controller": "^2.0.7",
"@getsafle/vault-bsc-controller": "^1.2.4",
"@getsafle/vault-eth-controller": "^1.4.6",
Expand Down
Loading

0 comments on commit 4cadfdc

Please sign in to comment.