fix ephemery test net

pull/4745/head
yann300 7 months ago committed by Aniket
parent ffdf082529
commit 86a3850b73
  1. 7
      apps/remix-ide/src/app/udapp/run-tab.js

@ -172,7 +172,12 @@ export class RunTab extends ViewPlugin {
"symbol": "sFUEL",
"decimals": 18
})
await addCustomInjectedProvider(33, event, 'Ephemery Testnet', '', ['https://arb1.arbitrum.io/rpc'])
await addCustomInjectedProvider(33, event, 'Ephemery Testnet', '', ['https://otter.bordel.wtf/erigon', 'https://eth.ephemeral.zeus.fyi'],
{
"name": "Ephemery ETH",
"symbol": "ETH",
"decimals": 18
})
}
}

Loading…
Cancel
Save