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
5 changes: 0 additions & 5 deletions .changeset/big-ducks-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/honest-points-drum.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-buckets-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-cats-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-tips-tease.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# xchainjs-aggregator

## 0.0.16

### Patch Changes

- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/aggregator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-aggregator",
"private": true,
"version": "0.0.15",
"version": "0.0.16",
"scripts": {
"swapHistory": "npx ts-node swap-history.ts",
"estimateSwap": "npx ts-node swap-estimate.ts",
Expand Down
6 changes: 6 additions & 0 deletions examples/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# xchainjs-bitcoin

## 0.0.5

### Patch Changes

- @xchainjs/[email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-bitcoin",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"taprootAddress": "npx ts-node address-taproot.ts",
"build": "tsc --noEmit"
Expand Down
20 changes: 20 additions & 0 deletions examples/do-swap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# xchainjs-do-swap

## 1.0.46

### Patch Changes

- Updated dependencies [153dead]
- Updated dependencies [cac8322]
- Updated dependencies [0e432f2]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/do-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-do-swap",
"private": true,
"version": "1.0.45",
"version": "1.0.46",
"scripts": {
"doSwap": "npx ts-node doSwap.ts",
"doStreamingSwap": "npx ts-node doStreamingSwap.ts",
Expand Down
6 changes: 6 additions & 0 deletions examples/liquidity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# xchainjs-liquidity

## 1.0.46

### Patch Changes

- @xchainjs/[email protected]

## 1.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/liquidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xchainjs-liquidity",
"version": "1.0.45",
"version": "1.0.46",
"private": true,
"scripts": {
"checkLiquidity": "npx ts-node check-liquidity.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/loans/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# xchainjs-loans

## 1.0.46

### Patch Changes

- Updated dependencies [153dead]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/loans/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xchainjs-loans",
"version": "1.0.45",
"version": "1.0.46",
"private": true,
"scripts": {
"loanQuoteOpen": "npx ts-node loanQuoteOpen.ts",
Expand Down
14 changes: 14 additions & 0 deletions examples/mayachain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# xchainjs-maya-do-swap

## 1.0.40

### Patch Changes

- Updated dependencies [6c30cb9]
- Updated dependencies [0e432f2]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/mayachain-amm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-mayachain-amm",
"private": true,
"version": "1.0.39",
"version": "1.0.40",
"scripts": {
"approveRouter": "npx ts-node approve-router.ts",
"doSwap": "npx ts-node do-swap.ts",
Expand Down
6 changes: 6 additions & 0 deletions examples/prepareTx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# xchainjs-prepare-tx

## 1.0.24

### Patch Changes

- @xchainjs/[email protected]

## 1.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prepareTx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xchainjs-prepare-tx",
"version": "1.0.23",
"version": "1.0.24",
"private": true,
"scripts": {
"preparetx": "npx ts-node prepare-tx.ts",
Expand Down
17 changes: 17 additions & 0 deletions examples/thorchain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# xchainjs-thorchain-amm

## 0.0.26

### Patch Changes

- Updated dependencies [cac8322]
- Updated dependencies [0e432f2]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 0.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/thorchain-amm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-thorchain-amm",
"private": true,
"version": "0.0.25",
"version": "0.0.26",
"scripts": {
"depositRunePool": "npx ts-node runepool-deposit.ts",
"withdrawRunePool": "npx ts-node runepool-withdraw.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/thorchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# xchainjs-thorchain

## 0.0.8

### Patch Changes

- Updated dependencies [0e432f2]
- @xchainjs/[email protected]

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/thorchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-thorchain",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"scripts": {
"transfer": "npx ts-node transaction-transfer.ts",
"build": "tsc --noEmit"
Expand Down
12 changes: 12 additions & 0 deletions examples/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# xchainjs-wallet

## 1.0.36

### Patch Changes

- Updated dependencies [6c30cb9]
- Updated dependencies [0e432f2]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xchainjs-wallet",
"version": "1.0.35",
"version": "1.0.36",
"private": true,
"scripts": {
"wallet": "npx ts-node wallet.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/xchain-aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.27

### Patch Changes

- Updated dependencies [0e432f2]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-aggregator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xchainjs/xchain-aggregator",
"description": "Protocol aggregator to make actions in different protocols",
"version": "1.0.26",
"version": "1.0.27",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-avax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.15

### Patch Changes

- cac8322: Add ankr api key param to provider

## 1.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-avax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-avax",
"version": "1.0.14",
"version": "1.0.15",
"description": "Avax EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down
8 changes: 8 additions & 0 deletions packages/xchain-bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.2.3

### Patch Changes

- Updated dependencies [153dead]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-bitcoin",
"version": "1.2.2",
"version": "1.2.3",
"description": "Custom Bitcoin client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down
8 changes: 8 additions & 0 deletions packages/xchain-bitcoincash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.11

### Patch Changes

- Updated dependencies [153dead]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-bitcoincash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-bitcoincash",
"version": "1.0.10",
"version": "1.0.11",
"description": "Custom bitcoincash client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-bsc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.15

### Patch Changes

- cac8322: Add ankr api key param to provider

## 1.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-bsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-bsc",
"version": "1.0.14",
"version": "1.0.15",
"description": "Binance Smart Chain EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down
Loading