Skip to content

Commit

Permalink
Update xcm fee
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Nov 29, 2023
1 parent 37d9701 commit 901cf7b
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: '63199000' },
fee: { token: 'SUB', amount: '65000000' },
},
},
])
Expand Down

0 comments on commit 901cf7b

Please sign in to comment.