Skip to content

Commit

Permalink
feat: undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Agupane committed Apr 25, 2022
1 parent 45beb66 commit a5ccfe0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,235 deletions.
2 changes: 1 addition & 1 deletion src/modules/bridges/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SKYBRIDGE_BRIDGES = ['btc_erc', 'btc_skypool', "btc_bep20"] as const;
export const SKYBRIDGE_BRIDGES = ['btc_erc', 'btc_skypool'] as const;
export type SkybridgeBridge = typeof SKYBRIDGE_BRIDGES[number];

export const isSkybridgeBridge = (value: any): value is SkybridgeBridge =>
Expand Down
Loading

0 comments on commit a5ccfe0

Please sign in to comment.