From b46de65044bb2901547b3e116b39354d3eca97f7 Mon Sep 17 00:00:00 2001 From: ligi Date: Sat, 30 Oct 2021 01:01:27 +0200 Subject: [PATCH] Revert "Create MITRA_ETH (#481)" (#523) This reverts commit 673f2a745a062bc7b2c0873a07525ebb7e030bb9. --- MITRA_ETH | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 MITRA_ETH diff --git a/MITRA_ETH b/MITRA_ETH deleted file mode 100644 index 70b35cf8..00000000 --- a/MITRA_ETH +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "MITRA_ETH", - "chain": "ETH", - "network": "mainnet", - "rpc": [ - "https://mainnet.infura.io/v3/b7927146d78c4a61ae49d0604c7f6344", - "https://api.mycryptoapi.com/eth" - ], - "faucets": [], - "nativeCurrency": { - "name": "MITRA", - "symbol": "MITRA", - "decimals": 8 - }, - "infoURL": "https://ethereum.org", - "shortName": "eth", - "chainId": 1, - "networkId": 1, - "icon": "ethereum", - "explorers": [{ - "name": "etherscan", - "url": "https://etherscan.io", - "icon": "etherscan", - "standard": "EIP3091" - }] -}