
Action Adapter & Multichain Compatibility
After implementation of sRFC 31, action developers can specify a target blockchain for an action by including metadata in responses. The action metadata is accessible within theActionContext
across ActionAdapter
functions.
Chrome extension developers can also specify supported blockchains by defining them within the ActionAdapter
. Additionally, other functions can be implemented to handle the action’s blockchain based on the ActionContext
.
For backward compatibility, the absence of blockchain IDs should be interpreted by Blink clients as actions targeting the Solana mainnet.