Accessing a already deployed contract with remixd in read-only mode
SvenMeyer opened this issue · 1 comments
I have a deployed contract (on Base Sepolia)
I want to connect Remix to that contract.
To provide remix with either the Solidity source code or the abi / json, I run remixd in a console in read-only mode (to secure my local filesystem).
However, although I tried all options the [At Address] button next to the inout field which I populated with the deployed address, is greyed-out.
-
As suggested by the opo up, I selected the abi json in the File Explorer and opened it in the editor, went back to the "Deploy & Run Transactions" tab, but [At Address] button is greyed-out
-
When I click the small 'sync' cirle next to the CONTRACT selector field (within "Deploy & Run Transactions" tab), I see all contract quickly showing up in the drop down selector, but at the end there is only one contract left to be selected, and its not the once I want.
-
I compiled the contract, some problem [At Address] button is greyed-out. It does not make a difference if I compile with hardhat or the internal compiler.
Hello @SvenMeyer , I can reproduce this.
Can this try this: Remove the address from textbox first, Compile a contract or select an abi file then put the address again in textbox. See if that enables the At address
button