diff --git a/components/CompanionDelegates.tsx b/components/CompanionDelegates.tsx index c58f7057e4..b3df95a005 100644 --- a/components/CompanionDelegates.tsx +++ b/components/CompanionDelegates.tsx @@ -25,7 +25,7 @@ const WatchConnectivity = lazy(() => import('../WatchConnectivity')); const eventEmitter = Platform.OS === 'ios' ? new NativeEventEmitter(NativeModules.EventEmitter) : undefined; const ClipboardContentType = Object.freeze({ - BITCOIN: 'BITCOIN', + BITCOIN: 'GROESTLCOIN', LIGHTNING: 'LIGHTNING', });