Browse Source

add fusion to program list (#379)

* add fusion

* fix transfer delegate page

* add newline
MarkSackerberg 3 months ago
parent
commit
3c068934ed
2 changed files with 7 additions and 1 deletions
  1. 6 1
      src/pages/core/plugins/transfer-delegate.md
  2. 1 0
      src/pages/official-links.md

+ 6 - 1
src/pages/core/plugins/transfer-delegate.md

@@ -238,6 +238,7 @@ const { signature } = await transfer(umi, {
     collection: collectionItem,
   })
   .sendAndConfirm(umi);
+```
 
 {% /dialect %}
 
@@ -250,4 +251,8 @@ TransferV1CpiBuilder::new(&ctx.accounts.mpl_core_program.to_account_info())
     .authority(Some(&ctx.accounts.delegate_authority.to_account_info()))
     .system_program(&ctx.accounts.system_program.to_account_info())
     .invoke()?;
-```
+```
+
+{% /dialect %}`
+{% /dialect-switcher %}
+

+ 1 - 0
src/pages/official-links.md

@@ -56,6 +56,7 @@ description: Official Links for Metaplex
 | Hydra              | hyDQ4Nz1eYyegS6JfenyKwKzYxRsCWCriYSAjtzP4Vg  | [Link](https://github.com/metaplex-foundation/mpl-hydra)                                                    | [Link](/hydra)
 | Inscriptions       | 1NSCRfGeyo7wPUazGbaPBUsTM49e1k2aXewHGARfzSo  | [Link](https://github.com/metaplex-foundation/mpl-inscription)                                              | [Link](/inscription)
 | MPL-Hybrid         | MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb  | [Link](https://github.com/metaplex-foundation/mpl-inscription)                                              | [Link](/mpl-hybrid)
+| MPL-Trifle (Fusion) | trifMWutwBxkSuatmpPVnEe7NoE3BJKgjVi8sSyoXWX | [Link](https://github.com/metaplex-foundation/mpl-trifle)                                                  | [Link](/fusion)
 | Token Auth Rules   | auth9SigNpDKz4sJJ1DfCTuZrZNSAgh9sFD3rboVmgg  | [Link](https://github.com/metaplex-foundation/mpl-token-auth-rules)                                         | [Link](/token-auth-rules)
 | Token Metadata     | metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s  | [Link](https://github.com/metaplex-foundation/mpl-token-metadata)                                           | [Link](/token-metadata)
 | MPL System Extras  | SysExL2WDyJi9aRZrXorrjHJut3JwHQ7R9bTyctbNNG  | [Link](https://github.com/metaplex-foundation/mpl-toolbox)                                                  | [Link](/umi/toolbox)