Skip to content

Commit

Permalink
patch workflow and remove token added
Browse files Browse the repository at this point in the history
  • Loading branch information
adityajirafe committed Apr 3, 2024
1 parent 453b808 commit 5738b72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Build ./dist
run: yarn build

- name: CI Check
run: yarn ci-check-auto

- name: Generate Token List
run: yarn generate-auto
run: yarn generate-auto

- name: CI Check
run: yarn ci-check-auto
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"author": "adityajirafe <[email protected]>",
"license": "MIT",
"scripts": {
"generate": "yarn build && node ./dist ci-check && node ./dist generate bolt-default-list patch",
"generate": "yarn build-list && yarn ci-check",
"build": "rm -rf ./dist && rollup -c",
"build-list": "yarn build && node ./dist generate bolt-default-list patch",
"ci-check": "yarn build && node ./dist ci-check",
"ci-check-auto": "node ./dist ci-check",
"ci-check-auto": "yarn build && node ./dist ci-check",
"generate-auto": "node ./dist generate bolt-default-list patch"
},
"dependencies": {
Expand Down
8 changes: 0 additions & 8 deletions src/tokens/bolt-default-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@
"decimals": 18,
"chainId": 42070,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png"
},
{
"name": "OurToken",
"address": "0x3962f6bfade976e707ef1c3d3cf94d9200f9072d",
"symbol": "OTK",
"decimals": 18,
"chainId": 42070,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png"
}
]

0 comments on commit 5738b72

Please sign in to comment.