mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Geopay master (#1873)
* Include iBBT Utility Token to the Trustwallet * InterGalactic Credits CREE InterGalactic Credits (CREE) are used as a multi-purpose mediation instrument to interact with other decentralized interPlanetary Nodes. * Add 2 more coins for iBBT. iBBT Alexander Commemorative Token, and GEO Rewards ORCA. * Added 4 new iBBT.io Tokens Added to Trust Wallet 4 new ibbt.io tokens; Mythril Ore (ORE) Med. Cannabis Note (₵) Dollar Blocknote ($) Realblock.io (REAL) * Add Generator actions * Checksum * Optimised images with calibre/image-actions * rm lowercase * Fix syntax * Change syntax * Add on push * Move uses from step * Define uses in run in each step * try * Fix token handler * Use action to push changes to pr branch * GITHUB_REF Co-authored-by: Antonis Valamontes <tony@geopay.me> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
dd5ee5ca57
commit
fc235f7602
.github/workflows
blockchains
ether-1/info
ethereum/assets
0x04A289fe4cE5fa87a76F58d0214340fb5893A58c
0x2915acaa744E36bEFb3C539c3d99d7F82ad8e6c9
0x73489CE024bF775498D6eEC5dC56688f66Db48e1
0x7F77a0cc3caCE8c58ccE9D153c070f312D1a1088
0xafcCbdA168681038419908470e79E2353a798E1f
xdc/info
26
.github/workflows/generator.yml
vendored
Normal file
26
.github/workflows/generator.yml
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
name: Generator
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1.4.1
|
||||
with:
|
||||
node-version: 12
|
||||
- name: Generate list
|
||||
run: |
|
||||
npm install
|
||||
npm run gen:list
|
||||
git config --local user.email "trustbot@trustwallet.com"
|
||||
git config --local user.name "Trust Wallet Actions Bot"
|
||||
git commit -m "Generate whitelist and blacklist" -a
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
|
||||
branch: ${GITHUB_REF}
|
Binary file not shown.
Before ![]() (image error) Size: 9.7 KiB After ![]() (image error) Size: 7.0 KiB ![]() ![]() |
Binary file not shown.
After ![]() (image error) Size: 28 KiB |
Binary file not shown.
After ![]() (image error) Size: 31 KiB |
Binary file not shown.
After ![]() (image error) Size: 36 KiB |
Binary file not shown.
After ![]() (image error) Size: 32 KiB |
Binary file not shown.
After ![]() (image error) Size: 32 KiB |
Binary file not shown.
Before ![]() (image error) Size: 7.3 KiB After ![]() (image error) Size: 5.2 KiB ![]() ![]() |
Loading…
Reference in New Issue
Block a user