diff --git a/.env.example b/.env.example index e5066ca..d563968 100644 --- a/.env.example +++ b/.env.example @@ -4,4 +4,5 @@ REACT_APP_DEFAULT_GAS_PRICE=0.025 # Reference: https://github.com/cosmos/cosmos-sdk/issues/16020 REACT_APP_GAS_ADJUSTMENT=2 REACT_APP_LACONICD_RPC_URL=https://laconicd-sapo.laconic.com + REACT_APP_DEPLOY_APP_URL= diff --git a/src/App.tsx b/src/App.tsx index 827b397..8066c61 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -392,7 +392,7 @@ const App = (): React.JSX.Element => { }} /> ; +type SignRequestProps = NativeStackScreenProps; const SignMessageEmbed = ({ route }: SignRequestProps) => { const [displayAccount, setDisplayAccount] = useState(); diff --git a/src/types.ts b/src/types.ts index 84ce968..31d4c3f 100644 --- a/src/types.ts +++ b/src/types.ts @@ -40,7 +40,7 @@ export type StackParamsList = { }; "wallet-embed": undefined; "auto-sign-in": undefined; - "sign-message-embed": undefined; + "sign-request-embed": undefined; }; export type Account = {