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:
mykola.eth 2020-04-14 21:50:28 -07:00 committed by GitHub
parent dd5ee5ca57
commit fc235f7602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 0 deletions

26
.github/workflows/generator.yml vendored Normal file
View 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

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB