Skip to content

Commit 5481b35

Browse files
Disable mycryptoapi rpc endpoint.
1 parent 7bb131f commit 5481b35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

js/build/bundle.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = {
8181
infuraKey: '87ee3513fad045acb1522ef7a30bd652',
8282
alchemyKey: 'ozV51x-gVqsq09qRjj7FQ-Y1sGJee62t',
8383
jsonRpcUrls: [ //public rpc providers by url
84-
"https://api.mycryptoapi.com/eth",
84+
//"https://api.mycryptoapi.com/eth",
8585
//"https://main-rpc.linkpool.io"
8686
],
8787
providerTimeout: 3000, // 3 sec

js/build/bundle.config.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = {
8080
infuraKey: '87ee3513fad045acb1522ef7a30bd652',
8181
alchemyKey: 'ozV51x-gVqsq09qRjj7FQ-Y1sGJee62t',
8282
jsonRpcUrls: [ //public rpc providers by url
83-
"https://api.mycryptoapi.com/eth",
83+
//"https://api.mycryptoapi.com/eth",
8484
//"https://main-rpc.linkpool.io"
8585
],
8686
providerTimeout: 3000, // 3 sec

0 commit comments

Comments
 (0)