diff --git a/.github/workflows/fix-pr.yml b/.github/workflows/fix-pr.yml new file mode 100644 index 000000000..d31599354 --- /dev/null +++ b/.github/workflows/fix-pr.yml @@ -0,0 +1,37 @@ +name: Fixes and Consistency Updates - PR +on: + push: + branches: + - '*' + - '!master' + pull_request: + branches: [master] +jobs: + scripts: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + ref: ${{ github.head_ref }} + - uses: actions/setup-node@v1 + with: + node-version: 12 + - name: Install Dependencies + run: npm ci + - name: Run fix script + run: npm run fix + - name: Show fix result (diff); run 'npm run fix' locally + if: success() + run: + - git status + - git diff + - name: Run test + run: npm t + - name: Commit changes if any + if: success() + uses: stefanzweifel/git-auto-commit-action@v4.1.2 + with: + commit_user_name: trust-wallet-merge-bot + commit_user_email: mergebot@trustwallet.com + commit_message: Fixes and Consistency Updates PR diff --git a/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/info.json b/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/info.json new file mode 100644 index 000000000..f40b63fd7 --- /dev/null +++ b/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/info.json @@ -0,0 +1,6 @@ +{ + "name": "Pomp", + "website": "https://pomp.finance", + "short_description": "Pomp - collaborative hedge fund", + "explorer": "https://etherscan.io/token/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea" +} \ No newline at end of file diff --git a/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/logo.png b/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/logo.png new file mode 100644 index 000000000..fa1645c16 Binary files /dev/null and b/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/logo.png differ diff --git a/blockchains/ethereum/whitelist.json b/blockchains/ethereum/whitelist.json index fe182f4d0..ec4df6b93 100644 --- a/blockchains/ethereum/whitelist.json +++ b/blockchains/ethereum/whitelist.json @@ -1398,6 +1398,7 @@ "0x3f06B5D78406cD97bdf10f5C420B241D32759c80", "0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD", "0x3F6f014849DEDB569628e3E1745120f308bb7699", + "0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea", "0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033", "0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2", "0x3Fb1926a7d1cC68d4166d99c3483465885074F2F",