Skip to content

Commit

Permalink
Update env for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Garcia committed Aug 11, 2023
1 parent f6b100e commit 45ff9c4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions momoka-rs/.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
ETHEREUM_NETWORK=POLYGON
# ETHEREUM_NETWORK=MUMBAI
ETHEREUM_NETWORK=MUMBAI
# ETHEREUM_NETWORK=POLYGON
NODE_URL=https://polygon-mainnet.g.alchemy.com/v2/WaQlz3BZ9rps6PTOiJmcdTm7XaFVnJhs
NODE_URL=https://polygon-mumbai.g.alchemy.com/v2/s1Hq6Tyswh1mDXOlgawIqSCndvsNfYb6
# NODE_URL=https://polygon-mainnet.g.alchemy.com/v2/WaQlz3BZ9rps6PTOiJmcdTm7XaFVnJhs
# NODE_URL='ws://127.0.0.1:8545/'
# NODE_URL=https://matic-mumbai.chainstacklabs.com
# NODE_URL(FREE)=https://polygon-mumbai.g.alchemy.com/v2/s1Hq6Tyswh1mDXOlgawIqSCndvsNfYb6
DEPLOYMENT=PRODUCTION
# DEPLOYMENT=STAGING
DEPLOYMENT=STAGING
# DEPLOYMENT=PRODUCTION
CONCURRENCY=10
CONCURRENCY=3

0 comments on commit 45ff9c4

Please sign in to comment.