Skip to content

Commit

Permalink
add HANeP token and vault (#100)
Browse files Browse the repository at this point in the history
* Update tokenlist.json

add HanChain token

* Update vaultsList.json

add WETH/HAN vault

* add HANeP token and vault

* Update tokensList.json

* Update vaultsList.json
  • Loading branch information
han-identity committed Jul 27, 2023
1 parent 13eb264 commit ac2a253
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions tokensList.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,14 @@
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/hanchain-paykhan/hanchain/3058eecc5d26f980db884f1318da6c4de18a7aea/logo/logo.svg"
},
{
"chainId": 10,
"address": "0xC3248A1bd9D72fa3DA6E6ba701E58CbF818354eB",
"decimals": 18,
"name": "HANePlatform",
"symbol": "HANeP",
"logoURI": "https://raw.githubusercontent.com/hanchain-paykhan/HANePlatform/4e3501186fd609d83f1105fca67ecd0b4bbbec16/logo/HANeP_logo.svg"
},
{
"address": "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
"chainId": 137,
Expand Down
8 changes: 7 additions & 1 deletion vaultsList.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,12 @@
"chainId": 10,
"gauge": null
},
{
"name": "Arrakis Vault V1 WETH/HANeP",
"address": "0xbD2545D0A193b8B441745F38F1FdB60179C01Cf9",
"chainId": 10,
"gauge": null
},
{
"name": "Arrakis Vault V1 DAI/MAI",
"address": "0xB197f73B582f76cfc96d269a3A99A3604316BA47",
Expand Down Expand Up @@ -1042,4 +1048,4 @@
}
}
]
}
}

0 comments on commit ac2a253

Please sign in to comment.