File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23901,7 +23901,6 @@ components:
2390123901 - TRANSFER
2390223902 - BURN
2390323903 - CONTRACT_CALL
23904- - PROGRAM_CALL
2390523904 - MINT
2390623905 - RAW
2390723906 - TYPED_MESSAGE
@@ -30102,7 +30101,7 @@ components:
3010230101 Defines the type of transaction to which the rule applies.
3010330102 * TRANSFER - Default. Transfers funds from one account to another
3010430103 * CONTRACT_CALL - Calls a smart contract, mainly for DeFi operations.
30105- * ` PROGRAM_CALL` - Calls a smart contract for web3 operations on the Solana blockchain.
30104+ * PROGRAM_CALL - Calls a smart contract for web3 operations on the Solana blockchain.
3010630105 * APPROVE - Allows a smart contract to withdraw from a designated wallet.
3010730106 * MINT - Perform a mint operation (increase supply) on a supported token
3010830107 * BURN - Perform a burn operation (reduce supply) on a supported token
You can’t perform that action at this time.
0 commit comments