Skip to content

Commit

Permalink
Merge pull request #146 from dappforce/fix/ksm-trf
Browse files Browse the repository at this point in the history
Add custom transfer for kusama
  • Loading branch information
olehmell authored Feb 13, 2024
2 parents ddbc819 + 342a6f5 commit 882c920
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/transfer/configs/same-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ const customSameChainTransferConfig: {
extrinsic: string
}
} = {
[getCustomTransferParamId('KSM', 'kusama')]: {
extrinsic: 'balances.transferAllowDeath',
getParams: (data) => {
return [ data.recipient, data.amount ]
},
},
[getCustomTransferParamId('MGX', 'mangata')]: {
extrinsic: 'tokens.transfer',
getParams: (data) => {
Expand Down

0 comments on commit 882c920

Please sign in to comment.