Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/multi-chain-refuel-receipts.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @walletconnect/cli-sdk

## 0.8.5

### Patch Changes

- [#45](https://github.com/WalletConnect/agent-sdk/pull/45) [`4d091c0`](https://github.com/WalletConnect/agent-sdk/commit/4d091c0df32e117586ef679ea09b8380caf48a32) Thanks [@arein](https://github.com/arein)! - Add multi-chain gas support, automatic refuel, and on-chain receipt verification

- Expand EVM chain support from 3 to 8 chains with per-chain gasToken and gasCost rankings
- Add automatic destination gas refuel before cross-chain bridges
- Add on-chain receipt verification after send-transaction (confirmed/reverted)
- Export rpcUrl, waitForReceipt, and TxReceipt for downstream CLI consumers
- Add Hyperliquid (HyperEVM) to default EVM chain aliases

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/cli-sdk",
"description": "WalletConnect CLI SDK — wallet connection and signing for terminal applications",
"version": "0.8.4",
"version": "0.8.5",
"private": false,
"author": "WalletConnect, Inc. <walletconnect.com>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/companion-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @walletconnect/companion-wallet

## 0.8.5

### Patch Changes

- Updated dependencies [[`4d091c0`](https://github.com/WalletConnect/agent-sdk/commit/4d091c0df32e117586ef679ea09b8380caf48a32)]:
- @walletconnect/cli-sdk@0.8.5

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/companion-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/companion-wallet",
"description": "Companion wallet (BETA) — CWP provider with local key generation and signing. Not for production use with real funds.",
"version": "0.8.4",
"version": "0.8.5",
"private": false,
"author": "WalletConnect, Inc. <walletconnect.com>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/pay-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @walletconnect/pay-cli

## 0.8.5

### Patch Changes

- Updated dependencies [[`4d091c0`](https://github.com/WalletConnect/agent-sdk/commit/4d091c0df32e117586ef679ea09b8380caf48a32)]:
- @walletconnect/cli-sdk@0.8.5

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pay-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/pay-cli",
"description": "WalletConnect Pay CLI — create and complete payments from the terminal",
"version": "0.8.4",
"version": "0.8.5",
"private": false,
"author": "WalletConnect, Inc. <walletconnect.com>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/staking-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @walletconnect/staking-cli

## 0.8.5

### Patch Changes

- Updated dependencies [[`4d091c0`](https://github.com/WalletConnect/agent-sdk/commit/4d091c0df32e117586ef679ea09b8380caf48a32)]:
- @walletconnect/cli-sdk@0.8.5

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/staking-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/staking-cli",
"description": "WalletConnect WCT staking CLI — stake, unstake, claim rewards from the terminal",
"version": "0.8.4",
"version": "0.8.5",
"private": false,
"author": "WalletConnect, Inc. <walletconnect.com>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down