Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Apr 9, 2024
1 parent df2ee31 commit d6925ba
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
uses: wpdas/alem/.github/workflows/deploy-testnet.yml@main
with:
signer-account-address: wendersonpires.testnet
signer-public-key: ed25519:8NTXtouT5r4g18XJTErBeqEgDbDXsNxysVgD7DjUnL2N
signer-public-key: ed25519:43XNk6CdzdtYzu67vjGzrCyXJ1N6jFwv3mSUkyFkP73H
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.TESTNET_SIGNER_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion src/Main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useRoutes, context, useMemo } from "alem";
import Routes from "./screens/Routes";
import TopBar from "@components/TopBar";
import BottomBar from "@components/BottomBar";
import { useRoutes, context, useMemo } from "alem";
import routesPath from "./screens/routesPath";
import CenterMessage from "./components/CenterMessage";

Expand Down
1 change: 0 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { isDevelopment } from "alem";

// export const APP_INDEX_KEY = "widget-chatv2-dev";
export const APP_INDEX_KEY = isDevelopment ? "bitbabble-dev-0" : "bitbabble-prod-0";
export const CHAT_LIST_KEY = isDevelopment ? "chatlist-dev-0" : "chatlist-prod-0";
25 changes: 0 additions & 25 deletions src/observable.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/services/registerMessage.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import buildChatId from "@app/utils/buildChatId";
import { Social } from "alem";

// TODO: a busca deve ser feita tentando as duas direcoes (from-to e to-from)
type Props = {
from: string;
to: string;
Expand Down

0 comments on commit d6925ba

Please sign in to comment.