Conversation
🦋 Changeset detectedLatest commit: 0fedd80 The changes in this PR will be included in the next version bump. This PR includes changesets to release 25 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
10 Skipped Deployments
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for Bitcoin Signet network, a test network for Bitcoin that provides a more reliable testing environment compared to testnet. The changes include network configuration, connector support, and test coverage updates.
Key changes:
- Added Bitcoin Signet network definition with proper chain configuration
- Extended UnisatConnector to support Bitcoin Signet network switching
- Updated test laboratory to include Bitcoin Signet in available networks
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/appkit/src/networks/bitcoin.ts | Defines Bitcoin Signet network configuration with chain ID and RPC URLs |
| packages/appkit-utils/src/PresetsUtil.ts | Adds Bitcoin Signet network ID mapping for UI components |
| packages/adapters/bitcoin/src/connectors/UnisatConnector/types.ts | Extends Chain type to include BITCOIN_SIGNET |
| packages/adapters/bitcoin/src/connectors/UnisatConnector/index.ts | Implements Bitcoin Signet network switching logic |
| packages/adapters/bitcoin/tests/connectors/UnisatConnector.test.ts | Adds test coverage for Bitcoin Signet network switching |
| apps/laboratory/src/utils/ConstantsUtil.ts | Includes Bitcoin Signet in available networks for testing |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Description
Added bitcoin signet network
Type of change
Associated Issues
For Linear issues: Closes APKT-3640
Showcase (Optional)
Checklist