-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add allNetwork three chain * feat: lint while pre-commit * fix: lint & use yarn * fix: use fixed version & use coderabbital's suggesstion * fix: revert yarn.lock in connect-examples * fix: revert yarn.lock
- Loading branch information
Showing
9 changed files
with
11,263 additions
and
3,522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
# Run lint:fix | ||
yarn lint:staged | ||
|
||
# Add files modified by lint:fix | ||
git diff --name-only -z | xargs git add |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
packages/connect-examples/expo-example/src/constants/connect.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export const CONNECT_SRC = 'https://jssdk.onekey.so/1.0.12-alpha.0'; | ||
// export const CONNECT_SRC = 'https://localhost:8087/'; | ||
import { version } from '../../package.json'; | ||
|
||
export const CONNECT_SRC = process.env.CONNECT_SRC || `https://jssdk.onekey.so/${version}`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14,458 changes: 10,945 additions & 3,513 deletions
14,458
packages/connect-examples/expo-example/yarn.lock
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.