Browse Source

fix: default values for fees

Filip Dunder 1 year ago
parent
commit
7186467d10
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
 # default or warp
 TRANSACTION_EXECUTOR=default
 TRANSACTION_EXECUTOR=default
 # if using default executor fee below will be applied
 # 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
 # if using warp executor fee below will be applied
 WARP_FEE=0.006
 WARP_FEE=0.006