...oken initialize-metadata 3QvdZgaBcoqeDrPWVGFaHmo2KCyQfKVQc5J3ygnt3C9M `, and sign with the mint authority.
Address: 3QvdZgaBcoqeDrPWVGFaHmo2KCyQfKVQc5J3ygnt3C9M
Decimals: 9
Signature: 32stG9bPaLod4t3bG95SMVfPDQiPCQ7CN826ixawLHmB3PSSUu23qsT2H7qcp8euN7LBNcksQ8pH59uUtwxbz2in
```
### **...
...essage) external override {
| ^ (Relevant source part starts here and spans across multiple lines).
Note: Overridden function is here:
--> contracts/chain-adapters/interfaces/AdapterInterface.sol:22:5:
|
22 | function relayMessage(address target, bytes calldata message) externa...
...datasize())
// Call the implementation.
// out and outsize are 0 because we don't know the size yet.
let result := delegatecall(gas(), implementation, 0, calldatasize(), 0, 0)
// Copy the returned data.
returndatacopy(0, 0, returnd...