Skip to content

Commit

Permalink
Merge pull request #23 from getsafle/dev
Browse files Browse the repository at this point in the history
Downgraded ethereumjs module to 3.4.0 version
  • Loading branch information
sshubhamagg authored Feb 15, 2024
2 parents e1c32a7 + 1659523 commit 21cc73e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 129 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@
- Added getFee() method for gas estimation for the Type-2 transactions.
- Added support for EIP 1559 Type-2 transactions.

### 1.0.0 (2023-12-18)
### 1.0.1 (2023-12-18)

#### Bugfix changed path in package.json

- Changed 'main' path in package.json.
- Updated version.
- Updated version.

### 1.0.2 (2024-02-14)

- Downgraded ethereumjs module to 3.4.0 version.
- Updated test rpc url
132 changes: 8 additions & 124 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/vault-base-controller",
"version": "1.0.1",
"version": "1.0.2",
"description": "Base blockchain controller for Safle Vault",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"nyc": "^15.0.0"
},
"dependencies": {
"@ethereumjs/tx": "^5.1.0",
"@ethereumjs/tx": "^3.4.0",
"axios": "^1.6.2",
"bip39": "^3.0.4",
"browser-passworder": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion test/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
TESTNET: {
NETWORK: "TESTNET",
CHAIN_ID: 84531,
URL: 'https://goerli.base.org'
URL: 'https://base-goerli.blockpi.network/v1/rpc/public'
}
}
}

0 comments on commit 21cc73e

Please sign in to comment.