alpha config

This commit is contained in:
Tim Olson
2023-11-18 02:45:43 -04:00
parent daaa7ca46a
commit c540cb2687
3 changed files with 12 additions and 16 deletions

View File

@@ -1,15 +0,0 @@
DEXORDER_PORT=3001
DEXORDER_CORS=http://localhost:3000
DEXORDER_DB_URL=postgresql://dexorder:redroxed@localhost:5432/dexorder
DEXORDER_REDIS_URL=redis://localhost:6379
# Arbitrum
DEXORDER_DEPLOYMENT_42161=latest
DEXORDER_RPC_URL_42161=http://localhost:8545
# Mockchain
DEXORDER_DEPLOYMENT_31337=latest
DEXORDER_RPC_URL_31337=http://localhost:8545
# dev account #2
DEXORDER_ACCOUNTS_31337=0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a

11
.env.alpha Normal file
View File

@@ -0,0 +1,11 @@
DEXORDER_PORT=3001
DEXORDER_CORS=*
DEXORDER_DB_URL=postgresql://dexorder:redroxed@postgres:5432/dexorder
DEXORDER_REDIS_URL=redis://redis:6379
# Dexorder Alpha chain
DEXORDER_DEPLOYMENT_53261=alpha
DEXORDER_RPC_URL_53261=http://anvil:8545
# dev account #2
DEXORDER_ACCOUNTS_53261=0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a

View File

@@ -1,7 +1,7 @@
DEXORDER_PORT=3001
DEXORDER_CORS=http://localhost:3000
DEXORDER_DB_URL=postgresql://dexorder:redoxed@localhost:5432/dexorder
DEXORDER_DB_URL=postgresql://dexorder:redroxed@localhost:5432/dexorder
DEXORDER_REDIS_URL=redis://localhost:6379
# Arbitrum