Browse Source

Merge pull request #85 from fdundjer/master

fix: default values for fees
Filip Dunđer 1 year ago
parent
commit
a0ba6cd6ca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .env.copy

+ 2 - 2
.env.copy

@@ -14,8 +14,8 @@ CACHE_NEW_MARKETS=false
 # default or warp
 TRANSACTION_EXECUTOR=default
 # if using default executor fee below will be applied
-COMPUTE_UNIT_LIMIT=421197
-COMPUTE_UNIT_PRICE=101337
+COMPUTE_UNIT_LIMIT=101337
+COMPUTE_UNIT_PRICE=421197
 # if using warp executor fee below will be applied
 WARP_FEE=0.006