From 6d78112734fcc937967336f6b1ba863af2d87ac6 Mon Sep 17 00:00:00 2001 From: Nishad Date: Mon, 19 Oct 2020 12:30:36 +0800 Subject: [PATCH] Update serum-js, add MATH to popular token list --- 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 bff25c9..40df32f 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.13.4", + "@project-serum/serum": "^0.13.5", "@solana/web3.js": "^0.78.2", "@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 0a852e7..ab0ad37 100644 --- a/src/utils/tokens/names.js +++ b/src/utils/tokens/names.js @@ -132,6 +132,11 @@ export const TOKENS = { mintAddress: 'CsZ5LZkDS7h9TDKjrbL7VAwQZ9nsRu8vJLhRYfmGaN8K', tokenName: 'Wrapped ALEPH', }, + { + tokenSymbol: 'MATH', + mintAddress: 'GeDS162t9yGJuLEHPWXXGrb1zwkzinCgRwnT8vHYjKza', + tokenName: 'Wrapped MATH', + }, ], }; diff --git a/yarn.lock b/yarn.lock index e5a0ec0..dc61433 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.13.4": - version "0.13.4" - resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.4.tgz#5a7a2d6e418fa986a92c3e9dd3c04776ce3b5f5d" - integrity sha512-fUruHI17rUrrl5DhuLIChGO1fhcJWwkc/GROToMwfsrHGUDA1FX0MOiXfDYQJaXvMJKJg/cMa6aNThShr05tmQ== +"@project-serum/serum@^0.13.5": + version "0.13.5" + resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.5.tgz#9e8591886b3fc7f2486a94c242e5728d97da0938" + integrity sha512-qMnxYKR/z8pqN+LFUIPRFwdSsJ1bGD39Jy6nooQl+aFp+ZpS8+hjIsJQGjpJA4kf+H+U8v6kcMhgMJ6diAWUHw== dependencies: "@solana/web3.js" "^0.71.10" bn.js "^5.1.2"