Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliusbtc committed Sep 7, 2022
1 parent c80029b commit ee4c2cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapseprotocol/sdk",
"version": "0.95.1-alpha.34",
"version": "0.95.1-alpha.35",
"description": "Synapse Protocol's NodeJS SDK.",
"repository": "github.com/synapsecns/sdk",
"author": "synapsecns",
Expand Down
4 changes: 3 additions & 1 deletion src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,9 @@ export namespace Tokens {
GAS_JEWEL, JEWEL, SYN_JEWEL,
XJEWEL, MULTIJEWEL, DFK_USDC,
VSTA, H20, WBTC,
SFI, DFK_ETH
SFI, DFK_ETH, KLAY,
WKLAY, MATIC, WMATIC,
FTM, WFTM, BTCB
];

export const isMintBurnToken = (token: Token): boolean => mintBurnTokens.map((t) => t.id).includes(token.id)
Expand Down

0 comments on commit ee4c2cc

Please sign in to comment.