Skip to content

Commit

Permalink
add default proxy contract
Browse files Browse the repository at this point in the history
  • Loading branch information
serdiukov-o-nordwhale committed Jul 1, 2020
1 parent 7996d3a commit 01e9bc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Expand Up @@ -39,4 +39,4 @@ ADMIN_MIN_BALANCE=100000
MARKET_PASSWORD=markettokenmarkettokenmarkettoke
FACEBOOK_GRAPH_API_URL=https://graph.facebook.com/
TORUS_NETWORK=ropsten
TORUS_PROXY_CONTRACT=
TORUS_PROXY_CONTRACT=0x4023d2a0D330bF11426B12C6144Cfb96B7fa6183
2 changes: 1 addition & 1 deletion .env.test
Expand Up @@ -44,4 +44,4 @@ CLAIM_QUEUE_ALLOWED=1
MAUTIC_BASIC_TOKEN=
FACEBOOK_GRAPH_API_URL=https://graph.facebook.com
TORUS_NETWORK=ropsten
TORUS_PROXY_CONTRACT=
TORUS_PROXY_CONTRACT=0x4023d2a0D330bF11426B12C6144Cfb96B7fa6183
2 changes: 1 addition & 1 deletion src/server/server.config.js
Expand Up @@ -429,7 +429,7 @@ const conf = convict({
doc: 'Torus proxy contract address',
format: '*',
env: 'TORUS_PROXY_CONTRACT',
default: null
default: '0x4023d2a0D330bF11426B12C6144Cfb96B7fa6183'
}
})

Expand Down

0 comments on commit 01e9bc5

Please sign in to comment.