From 9ca944a85ef1bc59b7a26f7230e08687f85b8b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Brzezi=C5=84ski?= Date: Sat, 28 Oct 2023 12:13:49 +0200 Subject: [PATCH] add game master naming (#1898) --- components/instructions/tools.tsx | 3 +++ stores/useGovernanceAssetsStore.tsx | 1 + yarn.lock | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/instructions/tools.tsx b/components/instructions/tools.tsx index 3ebe59687d..49fd4d795b 100644 --- a/components/instructions/tools.tsx +++ b/components/instructions/tools.tsx @@ -51,9 +51,12 @@ export const ACCOUNT_NAMES = { '9pDEi3yT9ooT1uw1PApQDYK65advJs4Nt65EJG1m59Yq': 'Mango Developer Council Mint', Guiwem4qBivtkSFrxZAEfuthBz6YuWyCwS4G3fjBYu5Z: 'Mango DAO MNGO Treasury Vault', + HvBKrep6TbUpLVB4Lyd5T56LohhpPf3ZdNt7wpTiKqn3: 'Mango DAO Game Master Wallet', DiSDgMz4DeNKHXkpqUGoukr1YM9xxc1wH9gusZnMa1ga: 'Mango DAO Dual Realm Deposit', '8gjzxiqcU87cvRc7hFiUJgxqLSV7AQnSttfWC5fD9aim': 'Mango DAO Treasury Council Mint', + G1Yc5696GcfL28uAWG6iCaKJwZd8sQzwPJTc2UacsjHN: + 'Mango DAO Game master Council Mint', A9xaHx54B9bRYBga4V6LKFrRaARpMJFYVooEXRAanru5: 'Mango DAO Treasury Council USDC Treasury', '7zGXUAeUkY9pEGfApsY26amibvqsf2dmty1cbtxHdfaQ': 'Mango DAO Wallet Governance', diff --git a/stores/useGovernanceAssetsStore.tsx b/stores/useGovernanceAssetsStore.tsx index c5b22864ef..d8eff6e898 100644 --- a/stores/useGovernanceAssetsStore.tsx +++ b/stores/useGovernanceAssetsStore.tsx @@ -56,6 +56,7 @@ const additionalPossibleMintAccounts = { Mango: [ new PublicKey('EGk8Gw7Z484mzAKb7GwCcqrZd4KwwsyU2Dv9woY6uDQu'), new PublicKey('8gjzxiqcU87cvRc7hFiUJgxqLSV7AQnSttfWC5fD9aim'), + new PublicKey('G1Yc5696GcfL28uAWG6iCaKJwZd8sQzwPJTc2UacsjHN'), ], } const tokenAccountOwnerOffset = 32 diff --git a/yarn.lock b/yarn.lock index 9e2ec0b356..8944b9416a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6313,12 +6313,12 @@ ansi-escapes@^4.2.1: dependencies: type-fest "^0.21.3" -ansi-regex@3.0.1, ansi-regex@^2.0.0: +ansi-regex@3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1" integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw== -"ansi-regex@>=3.0.1 <=5.0.1", ansi-regex@^3.0.0, ansi-regex@^4.1.0, ansi-regex@^5.0.0, ansi-regex@^5.0.1: +"ansi-regex@>=3.0.1 <=5.0.1", ansi-regex@^2.0.0, ansi-regex@^3.0.0, ansi-regex@^4.1.0, ansi-regex@^5.0.0, ansi-regex@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==