Skip to content

Commit

Permalink
feat: adds matic token
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpaladi committed Jun 3, 2024
1 parent a0989fc commit 5102372
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
12 changes: 10 additions & 2 deletions build/voltage-bridge-default.tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Voltage Bridge List",
"timestamp": "2023-10-03T09:12:36.366Z",
"timestamp": "2024-06-03T13:41:06.958Z",
"version": {
"major": 2,
"minor": 1,
"minor": 2,
"patch": 1
},
"tags": {},
Expand Down Expand Up @@ -159,6 +159,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/mul53/token-assets/main/assets/etheruem/0x67c5870b4a41d4ebef24d2456547a03f1f3e094b/logo.png"
},
{
"name": "Matic Token",
"address": "0x861bF3D382593Ed848972cADFACBA9749AdCE101",
"symbol": "MATIC",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x861bF3D382593Ed848972cADFACBA9749AdCE101/logo.png"
},
{
"name": "USD Coin on Fuse",
"address": "0x620fd5fa44BE6af63715Ef4E65DDFA0387aD13F5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voltage-finance/bridge-default-token-list",
"version": "2.1.1",
"version": "2.2.1",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-bridge-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x7641d492c17795Fb4cbaa8DF99116c9c482C81a8/logo.png"
},
{
"name": "Matic Token",
"address": "0x861bF3D382593Ed848972cADFACBA9749AdCE101",
"symbol": "MATIC",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x861bF3D382593Ed848972cADFACBA9749AdCE101/logo.png"
}
]

0 comments on commit 5102372

Please sign in to comment.