-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: bee-js revamp #690
base: master
Are you sure you want to change the base?
feat: bee-js revamp #690
Conversation
@@ -8,7 +8,7 @@ import { Flex } from './Flex' | |||
import QRCodeModal from './QRCodeModal' | |||
|
|||
interface Props { | |||
address: string | undefined | |||
address: EthAddress | undefined |
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.
This component is a mess. BLOCKCHAIN_EXPLORER_URL
is no longer available, it is used for transaction IDs, not ethereum addresses, and only used by CashoutModal ?!
src/utils/rpc.ts
Outdated
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.
Would be great to standardise this and re-use between projects.
No description provided.