mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Adding token info xMark (BEP20) and xMark (ERC20) (#5775)
* Adding token info xMark * short desc * Adding token xMark(ERC20) * Change "bep20" to "BEP20" Co-authored-by: steven <steven.nevins.js@gmail.com> Co-authored-by: Ian E <29373963+Iamdeadlyz@users.noreply.github.com>
This commit is contained in:
parent
2612eb5dfe
commit
8cb78aca77
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Standard",
|
||||
"type": "ERC20",
|
||||
"symbol": "xMARK",
|
||||
"decimals": 9,
|
||||
"website": "https://benchmarkprotocol.finance",
|
||||
"description": "Benchmark Protocol mitigates liquidation events and hedges risk with the MARK token; a supply elastic, stablecoin-alternative. The protocol dynamically adjusts supply based on the CBOE volatility index (VIX) and deviations from 1 Special Drawing Rights (SDR) unit. xMARK represents a share of MARK that is deposited in a token pool affected by rebasements, while xMARK itself is unaffected.",
|
||||
"explorer": "https://etherscan.io/token/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb",
|
||||
"status": "active",
|
||||
"id": "0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "Standard",
|
||||
"type": "BEP20",
|
||||
"symbol": "xMARK",
|
||||
"decimals": 9,
|
||||
"website": "https://benchmarkprotocol.finance",
|
||||
"description": "Benchmark Protocol mitigates liquidation events and hedges risk with the MARK token; a supply elastic, stablecoin-alternative. The protocol dynamically adjusts supply based on the CBOE volatility index (VIX) and deviations from 1 Special Drawing Rights (SDR) unit. xMARK represents a share of MARK that is deposited in a token pool affected by rebasements, while xMARK itself is unaffected.",
|
||||
"explorer": "https://bscscan.com/token/0x26A5dFab467d4f58fB266648CAe769503CEC9580",
|
||||
"status": "active",
|
||||
"id": "0x26A5dFab467d4f58fB266648CAe769503CEC9580"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user