Skip to content

Commit

Permalink
Merge pull request #187 from bnb-chain/feat/addressCheck
Browse files Browse the repository at this point in the history
Feat/address check
  • Loading branch information
Halibao-Lala authored Dec 12, 2024
2 parents 2f4d584 + 1bb2cd1 commit 50d62ed
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .release/.changeset/nice-worms-turn.md

This file was deleted.

11 changes: 0 additions & 11 deletions .release/.changeset/pre.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ describe('deBridge test cases', () => {
let bridge: DeBridge;

beforeEach(() => {
//
bridge = new DeBridge({
endpoint: 'http://localhost:3000',
statsEndpoint: 'http://localhost:3000',
Expand Down
13 changes: 13 additions & 0 deletions packages/canonical-bridge-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bnb-chain/canonical-bridge-widget

## 0.5.9

### Patch Changes

- 6e1cd4e: Use own token address for deBridge
- 1b33d4f: Fix from & to chain search

## 0.5.9-alpha.1

### Patch Changes

- Use own token address for deBridge

## 0.5.9-alpha.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/canonical-bridge-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/canonical-bridge-widget",
"version": "0.5.9-alpha.0",
"version": "0.5.9",
"description": "canonical bridge widget",
"author": "bnb-chain",
"private": false,
Expand Down

0 comments on commit 50d62ed

Please sign in to comment.