-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show RPC block number on chain page #187
Conversation
✅ Deploy Preview for evm-chainlist ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
}: Pick<ChainData, "chainId"> & { | ||
rpcs: ChainData["rpc"]; | ||
handleRpcClick: (rpc: string) => void; | ||
}) => { | ||
const { isConnected, handleConnect } = useContext(Web3Context); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Metamask
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oliver.2023.avalos.cb.id
0x2cb8170c91fDd19FDB3dC8f1e687baa2B6DAC337
CoinBase.
#187 (comment)
const { isConnected, handleConnect } = useContext(Web3Context); + const [rpcResults, setRpcResults] = useState<RpcResult[] | null>(null); + + useEffect(() => {0x2cb8170c91fDd19FDB3dC8f1e687baa2B6DAC337}
const { isConnected, handleConnect } = useContext(Web3Context); | ||
const [rpcResults, setRpcResults] = useState<RpcResult[] | null>(null); | ||
|
||
useEffect(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chainlist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0x2cb8170c91fDd19FDB3dC8f1e687baa2B6DAC337
CoinBase
Oliver.2023.avalos.cb.id
Metamask.0xf931a800B8B96453674d78A75D83593432Ae26d4.wallet
#187 (comment)
const { isConnected, handleConnect } = useContext(Web3Context);
- const [rpcResults, setRpcResults] = useState<RpcResult[] | null>(null);
- useEffect(() => {0x2cb8170c91fDd19FDB3dC8f1e687baa2B6DAC337}
Oliver Joaquín Madera Avalos
Oliver23Avalos
Show RPC block number and latency on the chain details page.
Closes #43