Skip to content

Commit d45b3a2

Browse files
committed
typo
1 parent 84c9804 commit d45b3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadence/contracts/connectors/evm/UniswapV3SwapConnectors.cdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ access(all) contract UniswapV3SwapConnectors {
8989
maxPriceImpactBps == nil || (maxPriceImpactBps! > 0 && maxPriceImpactBps! <= 5000):
9090
"maxPriceImpactBps must be between 1 and 5000 (0.01% to 50%)"
9191
maxSlippageBps == nil || (maxSlippageBps! > 0 && maxSlippageBps! <= 1000):
92-
"maxPriceImpactBps must be between 1 and 5000 (0.01% to 10%)"
92+
"maxPriceImpactBps must be between 1 and 1000 (0.01% to 10%)"
9393
}
9494
self.factoryAddress = factoryAddress
9595
self.routerAddress = routerAddress

0 commit comments

Comments
 (0)