Skip to content

Commit

Permalink
Updated Sochain api key
Browse files Browse the repository at this point in the history
  • Loading branch information
SDargarh committed Jan 9, 2024
1 parent 3a6634f commit 5a6a796
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -66,4 +66,8 @@

##### GetFees() update

- Added await for the async call to get transactionSize and updated tests
- Added await for the async call to get transactionSize and updated tests

### 2.0.4 (2024-01-09)

- Updated Sochain api key
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@getsafle/vault-bitcoin-controller",
"version": "2.0.3",
"version": "2.0.4",
"description": "",
"engines": {
"node": ">= 10"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.js
@@ -1,5 +1,5 @@
module.exports = {
SOCHAIN_API_KEY: 'F7RKphrzItSQV-MUoPY_S0XIuwTzxFpt',
SOCHAIN_API_KEY: 'jsGr7ioLvkz1Hfo6uwH_CGYdOnIpWtrJ',
SOCHAIN_BASE_URL: "https://sochain.com/api/v3/",
BLOCKCYPHER_BASE_URL: "https://api.blockcypher.com/v1/btc/"
}

0 comments on commit 5a6a796

Please sign in to comment.