Skip to content

Commit 3105e6f

Browse files
update readme
1 parent 2920834 commit 3105e6f

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -516,29 +516,27 @@ The `chains.json` file, located in every iExec project, describes the parameters
516516
"default": "kovan",
517517
"chains": {
518518
"development": {
519-
"host": "localhost",
519+
"host": "http://localhost:8545",
520520
"id": "*",
521-
"server": "https://localhost:443"
521+
"sms": "http://localhost:5000"
522522
},
523523
"ropsten": {
524-
"host": "https://ropsten.infura.io/berv5GTB5cSdOJPPnqOq",
525-
"id": "3",
526-
"server": "https://testxw.iex.ec:443"
524+
"host": "https://ropsten.infura.io/v3/apiKey",
525+
"id": "3"
527526
},
528527
"rinkeby": {
529-
"host": "https://rinkeby.infura.io/berv5GTB5cSdOJPPnqOq",
530-
"id": "4",
531-
"server": "https://testxw.iex.ec:443"
528+
"host": "https://rinkeby.infura.io/v3/apiKey",
529+
"id": "4"
532530
},
533531
"kovan": {
534-
"host": "https://kovan.infura.io/berv5GTB5cSdOJPPnqOq",
532+
"host": "https://kovan.infura.io/v3/apiKey",
535533
"id": "42",
536-
"server": "https://testxw.iex.ec:443"
534+
"sms": "https://sms-kovan.iex.ec"
537535
},
538536
"mainnet": {
539-
"host": "https://mainnet.infura.io/berv5GTB5cSdOJPPnqOq ",
537+
"host": "https://mainnet.infura.io/v3/apiKey ",
540538
"id": "1",
541-
"server": "https://mainxw.iex.ec:443"
539+
"sms": "https://sms-mainnet.iex.ec"
542540
}
543541
}
544542
}

0 commit comments

Comments
 (0)