From 6c065d844f2718e547ae903b43cf85619d19832a Mon Sep 17 00:00:00 2001 From: Nishad Date: Fri, 18 Sep 2020 17:15:21 +0800 Subject: [PATCH] Add FRONT and update serum-js version --- package.json | 2 +- src/utils/tokens/names.js | 5 +++++ yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5535cce..7c4de2b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", - "@project-serum/serum": "^0.12.13", + "@project-serum/serum": "^0.12.17", "@solana/web3.js": "^0.71.9", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", diff --git a/src/utils/tokens/names.js b/src/utils/tokens/names.js index c5ac328..7981fb9 100644 --- a/src/utils/tokens/names.js +++ b/src/utils/tokens/names.js @@ -90,6 +90,11 @@ export const TOKENS = { mintAddress: 'HqB7uswoVg4suaQiDP3wjxob1G5WdZ144zhdStwMCq7e', tokenName: 'Wrapped HNT', }, + { + tokenSymbol: 'FRONT', + mintAddress: '9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw', + tokenName: 'Wrapped FRONT', + }, ], }; diff --git a/yarn.lock b/yarn.lock index fbe796b..7aa412c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1578,10 +1578,10 @@ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== -"@project-serum/serum@^0.12.13": - version "0.12.13" - resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.12.13.tgz#f7aa9c088064abfc96cf460845189a6864e8b4bb" - integrity sha512-xeN1GLdv7+zUg9URjuVlOFDTdMKEiD+8XdbdyUZbqHFfOB/T6r0hgTgb7LmyGJSvTiqe8YDzYmJsne1z8JcVKA== +"@project-serum/serum@^0.12.17": + version "0.12.17" + resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.12.17.tgz#f22dbfd4ef659a722f7720ef87a8f4d4bc929a9f" + integrity sha512-4Tkzg+Hx3F6YvKGDyR5bQ3PlMLf2fLwvWjRhjIeJWAUqyX7ZiGqvZz+NJ2VTFESo9wRoMcBPZccd52E/pkSUXQ== dependencies: "@solana/web3.js" "^0.71.10" bn.js "^5.1.2"