Skip to content

Commit

Permalink
Merge branch 'master' into xiaoch05-support-xtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Dec 15, 2023
2 parents a9ecb8e + b368866 commit cc16d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo/src/aggregation/aggregation.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class AggregationResolver {
@Args('toChain') toChain: string,
@Args('bridge') bridge: string,
@Args('results') results: number[],
@Args('provider') provider: string,
@Args('relayer') relayer: string,
@Args('token') token: string,
@Args('order') order: string
) {
Expand All @@ -44,7 +44,7 @@ export class AggregationResolver {
fromChain: fromChain,
toChain: toChain,
bridge: bridge,
relayer: provider,
relayer: relayer,
sendTokenAddress: token,
...resultCondition,
},
Expand Down

0 comments on commit cc16d81

Please sign in to comment.