Skip to content

Commit

Permalink
add game master naming (solana-labs#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 authored Oct 28, 2023
1 parent c06d205 commit 9ca944a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions components/instructions/tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions stores/useGovernanceAssetsStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const additionalPossibleMintAccounts = {
Mango: [
new PublicKey('EGk8Gw7Z484mzAKb7GwCcqrZd4KwwsyU2Dv9woY6uDQu'),
new PublicKey('8gjzxiqcU87cvRc7hFiUJgxqLSV7AQnSttfWC5fD9aim'),
new PublicKey('G1Yc5696GcfL28uAWG6iCaKJwZd8sQzwPJTc2UacsjHN'),
],
}
const tokenAccountOwnerOffset = 32
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6313,12 +6313,12 @@ ansi-escapes@^4.2.1:
dependencies:
type-fest "^0.21.3"

[email protected], ansi-regex@^2.0.0:
[email protected]:
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==
Expand Down

0 comments on commit 9ca944a

Please sign in to comment.