fetch code from sepolia only

pull/4872/head
aniket-engg 6 months ago committed by Aniket
parent 14337c1cca
commit 623e20f3ee
  1. 5
      libs/remix-ui/workspace/src/lib/actions/index.ts

@ -136,10 +136,7 @@ export const initWorkspace = (filePanelPlugin) => async (reducerDispatch: React.
if (!etherscanKey) etherscanKey = '2HKUX5ZVASZIKWJM8MIQVCRUVZ6JAWT531'
const networks = [
{ id: 1, name: 'mainnet' },
{ id: 3, name: 'ropsten' },
{ id: 4, name: 'rinkeby' },
{ id: 42, name: 'kovan' },
{ id: 5, name: 'goerli' }
{ id: 11155111, name: 'sepolia' }
]
let found = false
const workspaceName = 'code-sample'

Loading…
Cancel
Save