Skip to content

Commit

Permalink
Update Solv endpoint (#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiao-cll authored Nov 26, 2024
1 parent 46b9d57 commit 9d3814e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/plenty-badgers-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/por-address-list-adapter': patch
---

Update Solv endpoint
2 changes: 1 addition & 1 deletion packages/sources/por-address-list/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export const config = new AdapterConfig({
SOLVBTC_API_ENDPOINT: {
description: 'An API endpoint for SolvBTC native BTC wallet address',
type: 'string',
default: 'https://solv-btcaddress-test.s3.us-east-1.amazonaws.com/solv-btc-addresses.json',
default: 'https://por.sft-api.com/solv-btc-addresses.json',
},
})

0 comments on commit 9d3814e

Please sign in to comment.