Skip to content

Commit

Permalink
Escape - char (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyborn authored Nov 22, 2024
1 parent 0312554 commit 0841613
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bin/stacks/analytics-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,12 @@ export class AnalyticsStack extends cdk.NestedStack {
{ name: 'forceOpenOrders', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceImprovementBps', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'largeAuctionPeriodSecs', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_external-api', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_external-api:mobile', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_uniswap-android', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_uniswap-extension', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_uniswap-ios', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_uniswap-web', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_external\-api', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_external\-api:mobile', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_uniswap\-android', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_uniswap\-extension', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_uniswap\-ios', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_uniswap\-web', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'priceBufferBps_unknown', dataType: RS_DATA_TYPES.INTEGER },
{ name: 'mpsPerPriorityFeeWei', dataType: RS_DATA_TYPES.INTEGER },
],
Expand Down

0 comments on commit 0841613

Please sign in to comment.