Skip to content

Commit

Permalink
Update fee for Subsocial XCM
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Nov 29, 2023
1 parent fe919c9 commit c47470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/fees/custom/SubsocialAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const subsocialRouteConfigs = createRouteConfigs('subsocial' as any, [
to: 'hydradx',
token: 'SUB',
xcm: {
fee: { token: 'SUB', amount: '225000000' }, // TODO: need to be updated
fee: { token: 'SUB', amount: '63199000' },
},
},
])
Expand Down

0 comments on commit c47470b

Please sign in to comment.