Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from RequestNetwork/infura-v3
Browse files Browse the repository at this point in the history
update infura token
  • Loading branch information
vrolland committed Mar 20, 2019
2 parents 32fc413 + 437a407 commit 4e234e1
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions packages/requestNetwork.js/src/config-json.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,29 @@
{
"ethereum":
{
"ethereum": {
"default": "main",
"nodeUrlDefault":
{
"nodeUrlDefault": {
"private": "http://localhost:8545",
"kovan": "https://kovan.infura.io/BQBjfSi5EKSCQQpXebO",
"rinkeby": "https://rinkeby.infura.io/BQBjfSi5EKSCQQpXebO",
"main": "https://mainnet.infura.io/BQBjfSi5EKSCQQpXebO"
"rinkeby": "https://rinkeby.infura.io/v3/aeae830838614da186df7984467a2d2d",
"main": "https://mainnet.infura.io/v3/aeae830838614da186df7984467a2d2d"
},
"defaultNumberOfConfirmation": 1,
"gasPriceDefault": "4",
"gasPriceDefaultUnit": "gwei",
"gasPriceMinimumCriticalInWei": 100000000
"gasPriceMinimumCriticalInWei": 100000000
},
"bitcoin":
{
"bitcoin": {
"default": 0
},
"ipfs":
{
"ipfs": {
"nodeUrlDefault": {
"private": {
"host": "localhost",
"port": "5001",
"host": "localhost",
"port": "5001",
"protocol": "http"
},
"public": {
"host": "ipfs.infura.io",
"port": "5001",
"host": "ipfs.infura.io",
"port": "5001",
"protocol": "https"
}
},
Expand Down

0 comments on commit 4e234e1

Please sign in to comment.