Skip to content

Commit 4c0a64a

Browse files
committed
added a warning for now. will need something much safer later
1 parent 12c2f2c commit 4c0a64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cannonfile.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ source = "cow-settlement:2.0.2"
1313
[var.main]
1414
cowSettlement = "<%= cow.Settlement.address %>"
1515

16-
# In particular, the wrappedNativeToken should be overridden in production environments.
17-
# If it is not overridden, the deployment will fail to run
16+
# WARNING: Make sure you override the wrappedNativeToken with the corresponding native token contract address in the network.
17+
# The deployment of CoWSwapEthFlow needs to happen in nonce 0, so there's only one possible attempt.
1818
wrappedNativeToken = "<%= dummyToken.Token.address %>"
1919

2020
deployerAccount = "0x18AA26D5e4A18ef6E49c509D52a4f7d60242b10D"

0 commit comments

Comments
 (0)