Skip to content
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(wallets): Add sanchonet wallet option #2937

Merged
merged 12 commits into from
Dec 12, 2023

Conversation

michaeljscript
Copy link
Collaborator

@michaeljscript michaeljscript commented Dec 11, 2023

@michaeljscript michaeljscript changed the base branch from develop to feature/governance December 11, 2023 13:48
CHAIN_NETWORK_ID: CHAIN_NETWORK_ID.toString(),
COIN_TYPE,
ENABLED: true,
EXPLORER_URL_FOR_ADDRESS: (address: string) => `https://preprod.cardanoscan.io/address/${address}`,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No sanchonet explorers yet

@@ -5,8 +5,7 @@ import {Text} from '../../../../../components'
import {COLORS} from '../../../../../theme'
import {useStrings} from '../strings'

// TODO: replace with real link
const LEARN_MORE_LINK = 'https://google.com'
const LEARN_MORE_LINK = ''
Copy link
Collaborator Author

@michaeljscript michaeljscript Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Links will be hidden until we have them ready YOMO-1025

@@ -11,6 +11,8 @@ type Props = {
onSubmit?: (drepId: string) => void
}

const FIND_DREPS_LINK = ''
Copy link
Collaborator Author

@michaeljscript michaeljscript Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Links will be hidden until we have them ready YOMO-1025

@michaeljscript michaeljscript merged commit 2a305b6 into feature/governance Dec 12, 2023
2 checks passed
@michaeljscript michaeljscript deleted the feat/sanchonet-integration branch January 25, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants