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

Commit

Permalink
wmovr name -> wftm name
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliusbtc committed Sep 7, 2022
1 parent 9e61117 commit e2e473b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.37",
"version": "0.95.1-alpha.38",
"description": "Synapse Protocol's NodeJS SDK.",
"repository": "github.com/synapsecns/sdk",
"author": "synapsecns",
Expand Down
4 changes: 2 additions & 2 deletions src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ export namespace Tokens {
});

export const WFTM = new WrapperToken({
name: "Wrapped MOVR",
symbol: "wMOVR",
name: "Wrapped Fantom",
symbol: "WFTM",
decimals: 18,
addresses: {
[ChainId.FANTOM]: "0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83",
Expand Down

0 comments on commit e2e473b

Please sign in to comment.