{
configName: 'some-name',
preScreening: {
enabled: true
},
failureHandling: {
enabled: true,
type: 'REVERSE'
},
configOperations: {
type: 'TRANSFER',
params: {
source: {
accountId: 'xyz',
accountType: 'EXCHANGE_ACCOUNT',
},
assetId: 'USDC_POLYGON',
destination: {
accountType: 'VAULT_ACCOUNT',
accountId: '0',
},
},
},
{
type: 'TRANSFER',
params: {
destination: {
accountType: 'EXCHANGE_ACCOUNT',
accountId: 'abc',
},
source: {
accountType: 'VAULT_ACCOUNT',
accountId: '0',
},
assetId: 'USDC_POLYGON',
},
},
}