Skip to content

Commit

Permalink
Release 1.147.0 (packages/sources/bitgo-reserves)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
1 parent 1fefa15 commit d7fd387
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/sources/bitgo-reserves/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/bitgo-reserves-adapter

## 2.0.0

### Major Changes

- [#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

## 1.1.4

### Patch Changes
Expand Down
9 changes: 5 additions & 4 deletions packages/sources/bitgo-reserves/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# BITGO_RESERVES

![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)
![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)

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

## Environment Variables

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

---

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/bitgo-reserves/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/bitgo-reserves-adapter",
"version": "1.1.4",
"version": "2.0.0",
"description": "Chainlink bitgo-reserves adapter.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit d7fd387

Please sign in to comment.