-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/mask-labs
* develop: (25 commits) chore: set gh-actions name (#3542) Hotfix/1.33.2 to develop (#3537) chore: github bot auto add conflict label to pr (#3539) fix: add notistack for theme (#3534) feat: add new token selector and show balance (#3482) feat: ITO lazy load history list (#3524) chore: clean blob (#3528) chore: clean file reader (#3527) feat: migrate VCent plugin to new plugin infra (#3497) chore: remove unused code (#3525) fix: handle change (#3523) fix: file service label (#3526) feat: migrate Transak plugin to new plugin infra (#3496) chore: clean event bound (#3522) refactor: ito new proxy contract (#3487) feat: migrate Polls plugin to new plugin infra (#3500) chore: clean jsx (#3520) chore: fix storybook build issue (#3380) refactor: remove web3-shared dependency in shared package (#3519) chore: update github bot configuration (#3516) ...
- Loading branch information
Showing
386 changed files
with
5,448 additions
and
2,882 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Bot | ||
|
||
on: | ||
push: | ||
branches: [master, develop, released] | ||
pull_request: | ||
branches: [master, develop, released] | ||
|
||
jobs: | ||
triage: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: mschilde/auto-label-merge-conflicts@master | ||
with: | ||
CONFLICT_LABEL_NAME: "Blocked: Has Conflict" | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
MAX_RETRIES: 5 | ||
WAIT_MS: 5000 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"TOKEN_ASSET_BASE_URI": { | ||
"Mainnet": [ | ||
"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum", | ||
"https://rawcdn.githack.com/trustwallet/assets/master/blockchains/ethereum" | ||
], | ||
"Ropsten": [ | ||
"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum", | ||
"https://rawcdn.githack.com/trustwallet/assets/master/blockchains/ethereum" | ||
], | ||
"Rinkeby": [ | ||
"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum", | ||
"https://rawcdn.githack.com/trustwallet/assets/master/blockchains/ethereum" | ||
], | ||
"Kovan": [ | ||
"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum", | ||
"https://rawcdn.githack.com/trustwallet/assets/master/blockchains/ethereum" | ||
], | ||
"Gorli": [ | ||
"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum", | ||
"https://rawcdn.githack.com/trustwallet/assets/master/blockchains/ethereum" | ||
], | ||
"BSC": [ | ||
"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/smartchain", | ||
"https://rawcdn.githack.com/trustwallet/assets/master/blockchains/smartchain" | ||
], | ||
"BSCT": [ | ||
"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/smartchain", | ||
"https://rawcdn.githack.com/trustwallet/assets/master/blockchains/smartchain" | ||
], | ||
"Matic": [ | ||
"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/polygon", | ||
"https://rawcdn.githack.com/trustwallet/assets/master/blockchains/polygon" | ||
], | ||
"Mumbai": [ | ||
"https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/polygon", | ||
"https://rawcdn.githack.com/trustwallet/assets/master/blockchains/polygon" | ||
] | ||
} | ||
} |
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.