Skip to content

Commit 066ac55

Browse files
Release 1.147.0 (packages/sources/bitgo-reserves)
1 parent a48d606 commit 066ac55

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

packages/sources/bitgo-reserves/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @chainlink/bitgo-reserves-adapter
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#3601](https://github.com/smartcontractkit/external-adapters-js/pull/3601) [`f4f0ce9`](https://github.com/smartcontractkit/external-adapters-js/commit/f4f0ce91640892459df1ee2044384266d5902d84) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - update bitgo-reserves EA with new payload
8+
9+
### Patch Changes
10+
11+
- [#3616](https://github.com/smartcontractkit/external-adapters-js/pull/3616) [`c04b1e7`](https://github.com/smartcontractkit/external-adapters-js/commit/c04b1e78319f9e5c4143879f561a61f9da6b0098) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Update response payload to only reference totalReserve
12+
313
## 1.1.4
414

515
### Patch Changes

packages/sources/bitgo-reserves/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# BITGO_RESERVES
22

3-
![1.1.4](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bitgo-reserves/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![2.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/bitgo-reserves/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
44

55
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
66

77
## Environment Variables
88

9-
| Required? | Name | Description | Type | Options | Default |
10-
| :-------: | :----------: | :-------------------------------: | :----: | :-----: | :----------------------------------------------: |
11-
| | API_ENDPOINT | An API endpoint for Data Provider | string | | `https://reserves.usdstandard-test.com/por.json` |
9+
| Required? | Name | Description | Type | Options | Default |
10+
| :-------: | :-----------------: | :------------------------------------------: | :----: | :-----: | :----------------------------------------------: |
11+
| | API_ENDPOINT | An API endpoint for Data Provider | string | | `https://reserves.usdstandard-test.com/por.json` |
12+
|| VERIFICATION_PUBKEY | Public key used for verifying data signature | string | | |
1213

1314
---
1415

packages/sources/bitgo-reserves/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/bitgo-reserves-adapter",
3-
"version": "1.1.4",
3+
"version": "2.0.0",
44
"description": "Chainlink bitgo-reserves adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)