Skip to content

Commit

Permalink
Geopay master (trustwallet#1873)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 15, 2020
1 parent dd5ee5c commit fc235f7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
node-version: 12
- name: Generate list
run: |
npm install
npm run gen:list
git config --local user.email "[email protected]"
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 modified blockchains/ether-1/info/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blockchains/xdc/info/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc235f7

Please sign in to comment.