mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-22 11:38:26 +00:00
Disable creating master edition for solana nft
This commit is contained in:
parent
501a56e88e
commit
29f221d30d
@ -158,15 +158,15 @@ public class SolanaKeygenWallet : Wallet
|
||||
true,
|
||||
false
|
||||
));
|
||||
instructions.Add(MetadataProgram.CreateMasterEdition(
|
||||
1,
|
||||
masterEditionAddress,
|
||||
mint,
|
||||
walletAddress,
|
||||
walletAddress,
|
||||
walletAddress,
|
||||
metadataAddress
|
||||
));
|
||||
// instructions.Add(MetadataProgram.CreateMasterEdition(
|
||||
// 1,
|
||||
// masterEditionAddress,
|
||||
// mint,
|
||||
// walletAddress,
|
||||
// walletAddress,
|
||||
// walletAddress,
|
||||
// metadataAddress
|
||||
// ));
|
||||
|
||||
var blockHash = (await client.GetRecentBlockHashAsync()).Result.Value.Blockhash;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user