Skip to content

Commit

Permalink
Merge pull request #99 from mintlayer/dev
Browse files Browse the repository at this point in the history
Update API server list
  • Loading branch information
owlsua authored Jan 19, 2024
2 parents 521e33b + cddd061 commit 180fa46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ INLINE_RUNTIME_CHUNK=false
GENERATE_SOURCEMAP=false
MAINNET_ELECTRUM_SERVERS='https://blockstream.info/api'
TESTNET_ELECTRUM_SERVERS='http://51.158.172.176:3001, https://blockstream.info/testnet/api'
TESTNET_MINTLAYER_SERVERS='http://51.158.120.139'
TESTNET_MINTLAYER_SERVERS='https://api-server-lovelace.mintlayer.org'
MAINNET_MINTLAYER_SERVERS=''
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ INLINE_RUNTIME_CHUNK=false
GENERATE_SOURCEMAP=false
MAINNET_ELECTRUM_SERVERS='https://blockstream.info/api'
TESTNET_ELECTRUM_SERVERS='http://51.158.172.176:3001, https://blockstream.info/testnet/api'
TESTNET_MINTLAYER_SERVERS='http://51.158.120.139'
TESTNET_MINTLAYER_SERVERS='https://api-server-lovelace.mintlayer.org'
MAINNET_MINTLAYER_SERVERS=''
2 changes: 1 addition & 1 deletion .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ INLINE_RUNTIME_CHUNK=false
GENERATE_SOURCEMAP=true
MAINNET_ELECTRUM_SERVERS='https://blockstream.info/api'
TESTNET_ELECTRUM_SERVERS='http://51.158.172.176:3001, https://blockstream.info/testnet/api'
TESTNET_MINTLAYER_SERVERS='http://51.158.120.139'
TESTNET_MINTLAYER_SERVERS='https://api-server-lovelace.mintlayer.org'
MAINNET_MINTLAYER_SERVERS=''

0 comments on commit 180fa46

Please sign in to comment.