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 11eedf3 commit 63c13e7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
12 changes: 10 additions & 2 deletions build/voltage-swap-default.tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Voltage Swap List",
"timestamp": "2024-05-28T11:07:53.965Z",
"timestamp": "2024-06-03T13:37:43.881Z",
"version": {
"major": 3,
"minor": 20,
"minor": 21,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -174,6 +174,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xF2C6C1AA2bf8ec40F564Ea8A483F64907ea37A3F/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": "Meridian MST",
"address": "0x2363Df84fDb7D4ee9d4E1A15c763BB6b7177eAEe",
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/swap-default-token-list",
"version": "3.20.0",
"version": "3.21.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-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 @@ -271,5 +271,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x6acb34b1Df86E254b544189Ec32Cf737e2482058/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 63c13e7

Please sign in to comment.