From 0f1473c6fdeb37c5b47f848d1df5240a19da954f Mon Sep 17 00:00:00 2001 From: olekon Date: Wed, 21 Aug 2019 12:58:37 +0700 Subject: [PATCH] unused file deleted --- src/scripts/ethnodes.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/scripts/ethnodes.js diff --git a/src/scripts/ethnodes.js b/src/scripts/ethnodes.js deleted file mode 100644 index b2bb8c8..0000000 --- a/src/scripts/ethnodes.js +++ /dev/null @@ -1,19 +0,0 @@ -let ethnodes = [ - { - name: 'Main (Infura)', - endpoint: 'https://mainnet.infura.io/v3/66da5cb67dd949f585d950b0c588c06e', - id: 1 - }, - { - name: 'Ropsten (Infura)', - endpoint: 'https://ropsten.infura.io/v3/66da5cb67dd949f585d950b0c588c06e', - id: 3 - }, - { - name: 'Rinkeby (Infura)', - endpooint: 'https://rinkeby.infura.io/v3/66da5cb67dd949f585d950b0c588c06e', - id: 4 - } -]; - -export default ethnodes; \ No newline at end of file