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