Skip to content

Commit

Permalink
Merge pull request #20 from voltfinance/feat/bnbv2
Browse files Browse the repository at this point in the history
add bnb v2
  • Loading branch information
mul53 authored May 28, 2024
2 parents c6f599e + fff05b2 commit 11eedf3
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-16T09:33:59.966Z",
"timestamp": "2024-05-28T11:07:53.965Z",
"version": {
"major": 3,
"minor": 19,
"minor": 20,
"patch": 0
},
"tags": {},
Expand Down Expand Up @@ -62,6 +62,14 @@
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x6acb34b1Df86E254b544189Ec32Cf737e2482058/logo.png"
},
{
"name": "BNB V2",
"address": "0x117C0419352DDB6FE575A67FAa70315BDc4a93f3",
"symbol": "BNB V2",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x6acb34b1Df86E254b544189Ec32Cf737e2482058/logo.png"
},
{
"name": "Bitazza",
"address": "0x7641d492c17795Fb4cbaa8DF99116c9c482C81a8",
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.19.0",
"version": "3.20.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 @@ -263,5 +263,13 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0xE3Df2C1f1ca54707AB49747eeBc7658bb1c8Bf1C/logo.png"
},
{
"name": "BNB V2",
"address": "0x117C0419352DDB6FE575A67FAa70315BDc4a93f3",
"symbol": "BNB V2",
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/token-logos/main/logos/0x6acb34b1Df86E254b544189Ec32Cf737e2482058/logo.png"
}
]

0 comments on commit 11eedf3

Please sign in to comment.