Skip to content

Commit

Permalink
chore: add base
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhanseng committed Aug 17, 2023
1 parent af25bc2 commit 01084d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Generate and Deploy

on:
schedule:
- cron: '0 0 * * *'
push:
on:
- 'add-base'
workflow_dispatch:

jobs:
Expand Down
10 changes: 10 additions & 0 deletions public/fungible-tokens/specific-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,15 @@
"twitter": "rss3_",
"telegram": "rss3_en"
}
},
{
"pluginID": "com.mask.evm",
"id": "axlusdc",
"address": "0xeb466342c4d449bc9f53a865d5cb90586f405215",
"symbol": "axlusdc",
"name": "Bridged USD Coin (Axelar)",
"source": "CoinGecko",
"type": "FungibleToken",
"logoURL": "https://raw.githubusercontent.com/DackieSwap/dackieswap-tokens/main/images/8453/tokens/0xEB466342C4d449BC9f53A865D5Cb90586f405215.png"
}
]

0 comments on commit 01084d6

Please sign in to comment.