Skip to content

Commit

Permalink
Updated test rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
SDargarh committed Feb 15, 2024
1 parent fa883b5 commit 5470d76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@

### 1.0.2 (2024-02-14)

- Downgraded ethereumjs module to 3.4.0 version.
- Downgraded ethereumjs module to 3.4.0 version.
- Updated test rpc url
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 5470d76

Please sign in to comment.