Skip to content

Commit

Permalink
separated berrachain
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Mozharivsky committed Jan 9, 2025
1 parent 65460db commit 3153aca
Show file tree
Hide file tree
Showing 18 changed files with 2,815 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions berrachain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Everstake Wallet SDK - Berrachain

## Getting Started
```sh
$ npm install @everstake/wallet-sdk-berrachain
```

File renamed without changes.
File renamed without changes.
8 changes: 5 additions & 3 deletions utils/package.json → berrachain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@everstake/wallet-sdk-utils",
"name": "@everstake/wallet-sdk-berrachain",
"version": "0.0.1",
"description": "Everstake Wallet SDK utils",
"description": "Berrachain - Everstake Wallet SDK",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,7 +24,7 @@
"prebuild": "pnpm run type-check && pnpm run lint"
},
"keywords": [
"utils",
"berrachain",
"blockchain",
"everstake",
"wallet sdk"
Expand All @@ -40,6 +40,8 @@
},
"homepage": "https://github.com/everstake/wallet-sdk#readme",
"dependencies": {
"bignumber.js": "^9.1.2",
"web3": "^4.14.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
Expand Down
725 changes: 725 additions & 0 deletions utils/pnpm-lock.yaml → berrachain/pnpm-lock.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 3153aca

Please sign in to comment.