Skip to content

Commit 18d4c3c

Browse files
committed
Add META token mint
1 parent f227284 commit 18d4c3c

6 files changed

Lines changed: 836 additions & 599 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ and what they do can be found at [themetadao.org](https://themetadao.org).
1313
| conditional_vault | v0 | vaU1tVLj8RFk7mNj1BxqgAsMKKaL8UvEUHvU3tdbZPe |
1414

1515
All programs are immutable and verifiable, and have been verified with the OtterSec API.
16+
17+
The META token mint is METADDFL6wWMWEoKTFJwcThTbUmtarRJZjRpzUvkxhr.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
},
66
"dependencies": {
77
"@coral-xyz/anchor": "0.28.1-beta.2",
8+
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
9+
"@noble/ed25519": "^2.0.0",
10+
"@noble/secp256k1": "^2.0.0",
811
"@openbook-dex/openbook-v2": "^0.0.11",
912
"@solana/spl-token": "^0.3.0",
1013
"anchor-bankrun": "^0.2.0",
14+
"arweave": "^1.14.4",
1115
"solana-bankrun": "^0.2.0",
1216
"spl-token-bankrun": "^0.2.1"
1317
},

0 commit comments

Comments
 (0)