From f20629657238c4028da1a7c1b64330d075622d7c Mon Sep 17 00:00:00 2001 From: Nathaniel Parke Date: Thu, 11 Mar 2021 13:05:38 +0800 Subject: [PATCH] Add OXY token --- src/utils/tokens/names.js | 7 +++++++ yarn.lock | 13 ++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/utils/tokens/names.js b/src/utils/tokens/names.js index cd2854a..d2f2f7a 100644 --- a/src/utils/tokens/names.js +++ b/src/utils/tokens/names.js @@ -235,6 +235,13 @@ export const TOKENS = { icon: 'https://raw.githubusercontent.com/raydium-io/media-assets/master/logo.svg', }, + { + tokenSymbol: 'OXY', + mintAddress: 'z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M', + tokenName: 'Oxygen Protocol', + icon: + 'https://raw.githubusercontent.com/nathanielparke/awesome-serum-markets/master/icons/oxy.svg' + }, ], }; diff --git a/yarn.lock b/yarn.lock index c1bfe4a..30d3bad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3867,15 +3867,10 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111: - version "1.0.30001116" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001116.tgz#f3a3dea347f9294a3bdc4292309039cc84117fb8" - integrity sha512-f2lcYnmAI5Mst9+g0nkMIznFGsArRmZ0qU+dnq8l91hymdc2J3SFbiPhOJEeDqC1vtE8nc1qNQyklzB8veJefQ== - -caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001165: - version "1.0.30001168" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001168.tgz#6fcd098c139d003b9bd484cbb9ca26cb89907f9a" - integrity sha512-P2zmX7swIXKu+GMMR01TWa4csIKELTNnZKc+f1CjebmZJQtTAEXmpQSoKVJVVcvPGAA0TEYTOUp3VehavZSFPQ== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001165: + version "1.0.30001198" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001198.tgz" + integrity sha512-r5GGgESqOPZzwvdLVER374FpQu2WluCF1Z2DSiFJ89KSmGjT0LVKjgv4NcAqHmGWF9ihNpqRI9KXO9Ex4sKsgA== capture-exit@^2.0.0: version "2.0.0"