mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Add POMP token logo (#3098)
* Add POMP token Contract Address: 0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea Website: https://pomp.finance Etherscan: https://etherscan.io/address/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea Contact: contact@pomp.finance * Update logo.png compress image * Update whitelist.json updated whitelist * Experiment with fix build running on the PR, 2nd take, now with GH_T (fix-pr) * Fixes (whitelist, info formatting). Co-authored-by: zachzwei <35627271+zachzwei@users.noreply.github.com> Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
39539b302d
commit
333e6a3f82
37
.github/workflows/fix-pr.yml
vendored
Normal file
37
.github/workflows/fix-pr.yml
vendored
Normal file
|
@ -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
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Pomp",
|
||||||
|
"website": "https://pomp.finance",
|
||||||
|
"short_description": "Pomp - collaborative hedge fund",
|
||||||
|
"explorer": "https://etherscan.io/token/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea"
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -1398,6 +1398,7 @@
|
||||||
"0x3f06B5D78406cD97bdf10f5C420B241D32759c80",
|
"0x3f06B5D78406cD97bdf10f5C420B241D32759c80",
|
||||||
"0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD",
|
"0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD",
|
||||||
"0x3F6f014849DEDB569628e3E1745120f308bb7699",
|
"0x3F6f014849DEDB569628e3E1745120f308bb7699",
|
||||||
|
"0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea",
|
||||||
"0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033",
|
"0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033",
|
||||||
"0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2",
|
"0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2",
|
||||||
"0x3Fb1926a7d1cC68d4166d99c3483465885074F2F",
|
"0x3Fb1926a7d1cC68d4166d99c3483465885074F2F",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user