xcm-tools
xcm-tools copied to clipboard
XCM ROUTER: Add EVM signer as an option to XCM Router
If you send XCM ROUTER Call from EVM chain you get error on Exchange chain that the AccountID20 signer is not supported (This is because currently implemented exchange chains use Key32 addresses)
This involves:
- Update code
- Update readme
- Update docs