Skip to content

Commit

Permalink
Feat: re-adds btc_bep20 on SKYBRIDGE_BRIDGES
Browse files Browse the repository at this point in the history
  • Loading branch information
Agupane committed Apr 25, 2022
1 parent 1dcc766 commit 45beb66
Showing 1 changed file with 1 addition and 1 deletion.
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'] as const;
export const SKYBRIDGE_BRIDGES = ['btc_erc', 'btc_skypool', "btc_bep20"] as const;
export type SkybridgeBridge = typeof SKYBRIDGE_BRIDGES[number];

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

0 comments on commit 45beb66

Please sign in to comment.