Skip to content

Commit e918186

Browse files
Deletes Blockcypher EA (#4074)
* Deletes blockcypher EA --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent d094f3f commit e918186

38 files changed

+23
-1811
lines changed

.changeset/lucky-vans-draw.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@chainlink/reference-transform-adapter': patch
3+
'@chainlink/proof-of-reserves-adapter': patch
4+
---
5+
6+
Deletes Blockcypher EA

.pnp.cjs

Lines changed: 0 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-40.2 KB
Binary file not shown.
-7.65 KB
Binary file not shown.
-24.3 KB
Binary file not shown.
-16 KB
Binary file not shown.
-201 KB
Binary file not shown.
-3.68 KB
Binary file not shown.

packages/composites/proof-of-reserves/README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ At least one of each of the following categories must be set as an environment v
3737
| | `BITCOIN_JSON_RPC_ADAPTER_URL` | The location of an Bitcoin JSON RPC external adapter | | |
3838
| | `BLOCKCHAIN_COM_ADAPTER_URL` | The location of a Blockchain.com external adapter | | |
3939
| | `BLOCKCHAIR_ADAPTER_URL` | The location of a Blockchair external adapter | | |
40-
| | `BLOCKCYPHER_ADAPTER_URL` | The location of a Blockcypher external adapter | | |
4140
| | `BTC_COM_ADAPTER_URL` | The location of a BTC.com external adapter | | |
4241
| | `CEFFU_ADAPTER_URL` | The location of a Ceffu external adapter | | |
4342
| | `CRYPTOAPIS_ADAPTER_URL` | The location of a Crypto APIs external adapter | | |
@@ -57,18 +56,18 @@ See the [Composite Adapter README](../README.md) for more information on how to
5756

5857
### Input Params
5958

60-
| Required? | Name | Description | Options | Defaults to |
61-
| :-------: | :--------------------------------: | :--------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------: |
62-
|| `protocol` | The protocol external adapter to use | `celsius_address_list`, `chain_reserve_wallet`, `coinbase_prime`, `coinbase_prime_eth` `gemini`, `ignition_address_list`, `list`, `moonbeam_address_list`, `multi_address_list`, `por_address_list`, `renvm`, `stader_address_list`, `swell_address_list`, `wbtc`, `wrapped` | |
63-
| | `protocolEndpoint` | Optional endpoint for the protocol external adapter to use | | |
64-
|| `indexer` | The indexer external adapter to use | `ada_balance`, `amberdata`, `avalanche_platform`, `bitcoin_json_rpc`, `blockchain_com`. `blockchair`, `blockcypher`, `btc_com`, `ceffu`, `cryptoapis`, `ethereum_cl_indexer`, `eth_balance`, `eth_beacon`, `lotus`, `polkadot_balance`, `por_indexer`, `sochain`, `stader_balance`, `token_balance` | |
65-
| | `indexerEndpoint` | Optional endpoint for the indexer external adapter to use | | |
66-
| | `indexerParams` | Additional param for indexer external adapter to use | | |
67-
| | `confirmations` | The number of confirmations required for a transaction to be counted when getting an address balance | | 6 |
68-
| | `addresses` | An array of addresses to get the balance from, when "protocol" is set to `list` | | |
69-
| | `disableAddressValidation` | if this parameter is set to `true` address validation will be turned off | `true`, `false` | `false` |
70-
| | `disableDuplicateAddressFiltering` | if this parameter is set to `true` duplicate address filtering will be turned off | `true`, `false` | `false` |
71-
| | `description` | Optional human readable description on what this request is about | | |
59+
| Required? | Name | Description | Options | Defaults to |
60+
| :-------: | :--------------------------------: | :--------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------: |
61+
|| `protocol` | The protocol external adapter to use | `celsius_address_list`, `chain_reserve_wallet`, `coinbase_prime`, `coinbase_prime_eth` `gemini`, `ignition_address_list`, `list`, `moonbeam_address_list`, `multi_address_list`, `por_address_list`, `renvm`, `stader_address_list`, `swell_address_list`, `wbtc`, `wrapped` | |
62+
| | `protocolEndpoint` | Optional endpoint for the protocol external adapter to use | | |
63+
|| `indexer` | The indexer external adapter to use | `ada_balance`, `amberdata`, `avalanche_platform`, `bitcoin_json_rpc`, `blockchain_com`. `blockchair`, `btc_com`, `ceffu`, `cryptoapis`, `ethereum_cl_indexer`, `eth_balance`, `eth_beacon`, `lotus`, `polkadot_balance`, `por_indexer`, `sochain`, `stader_balance`, `token_balance` | |
64+
| | `indexerEndpoint` | Optional endpoint for the indexer external adapter to use | | |
65+
| | `indexerParams` | Additional param for indexer external adapter to use | | |
66+
| | `confirmations` | The number of confirmations required for a transaction to be counted when getting an address balance | | 6 |
67+
| | `addresses` | An array of addresses to get the balance from, when "protocol" is set to `list` | | |
68+
| | `disableAddressValidation` | if this parameter is set to `true` address validation will be turned off | `true`, `false` | `false` |
69+
| | `disableDuplicateAddressFiltering` | if this parameter is set to `true` duplicate address filtering will be turned off | `true`, `false` | `false` |
70+
| | `description` | Optional human readable description on what this request is about | | |
7271

7372
Additionally the first underlying adapter in the sequence, in this case the protocol adapter, may have parameters.
7473

packages/composites/proof-of-reserves/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@chainlink/bitcoin-json-rpc-adapter": "workspace:*",
3838
"@chainlink/blockchain.com-adapter": "workspace:*",
3939
"@chainlink/blockchair-adapter": "workspace:*",
40-
"@chainlink/blockcypher-adapter": "workspace:*",
4140
"@chainlink/btc.com-adapter": "workspace:*",
4241
"@chainlink/ceffu-adapter": "workspace:*",
4342
"@chainlink/celsius-address-list-adapter": "workspace:*",

0 commit comments

Comments
 (0)