mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
adding BEP20 tokens 09-16 (#3994)
* adding BEP20 tokens 09-16 * Fixes (sanity and consistency, auto) Co-authored-by: zachzwei <zachzwei@users.noreply.github.com>
This commit is contained in:
parent
281a1cef7d
commit
4c82c2a409
|
@ -2,5 +2,6 @@
|
|||
"name": "YFII",
|
||||
"website": "https://yfii.finance/",
|
||||
"short_description": "YFII is a fork of Yearn.finance YFI with YIP 8 implemented.",
|
||||
"explorer": "https://etherscan.io/token/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
|
||||
"explorer": "https://etherscan.io/token/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
|
||||
"research": "https://research.binance.com/en/projects/dfimoney"
|
||||
}
|
|
@ -1,8 +1,9 @@
|
|||
[
|
||||
"0x0Eb3a705fc54725037CC9e008bDede697f62F335",
|
||||
"0x16939ef78684453bfDFb47825F8a5F714f12623a",
|
||||
"0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3",
|
||||
"0x1Ba42e5193dfA8B03D15dd1B86a3113bbBEF8Eeb",
|
||||
"0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE",
|
||||
"0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A",
|
||||
"0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
|
||||
"0x3EE2200Efb3400fAbB9AacF31297cBdD1d435D47",
|
||||
"0x40929FB2008c830731A3d972950bC13f70161c75",
|
||||
|
@ -11,6 +12,7 @@
|
|||
"0x56b6fB708fC5732DEC1Afc8D8556423A2EDcCbD6",
|
||||
"0x7083609fCE4d1d8Dc0C979AAb8c869Ea2C873402",
|
||||
"0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c",
|
||||
"0x7F70642d88cf1C4a3a7abb072B53B929b653edA5",
|
||||
"0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF",
|
||||
"0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf",
|
||||
"0xaCd6b5f76Db153FB45EAE6D5be5BDbd45d1b2A8C",
|
||||
|
@ -18,6 +20,7 @@
|
|||
"0xAe9269f27437f0fcBC232d39Ec814844a51d6b8f",
|
||||
"0xaF53d56ff99f1322515E54FdDE93FF8b3b7DAFd5",
|
||||
"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
|
||||
"0xd4CB328A82bDf5f03eB737f37Fa6B370aef3e888",
|
||||
"0xE02dF9e3e622DeBdD69fb838bB799E3F168902c5",
|
||||
"0xE4Ae305ebE1AbE663f261Bc00534067C80ad677C",
|
||||
"0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Cosmos Token",
|
||||
"website": "https://cosmos.network",
|
||||
"short_description": "Cosmos is a decentralized network of independent parallel blockchains, each powered by BFT consensus algorithms like Tendermint consensus.",
|
||||
"explorer": "https://bscscan.com/token/0x0eb3a705fc54725037cc9e008bdede697f62f335",
|
||||
"research": "https://research.binance.com/en/projects/cosmos-network"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Zcash Token",
|
||||
"website": "https://z.cash",
|
||||
"short_description": "Zcash (ZEC) is a decentralized and open-source privacy-focused cryptocurrency that enables selective transparency of transactions.",
|
||||
"explorer": "https://bscscan.com/token/0x1ba42e5193dfa8b03d15dd1b86a3113bbbef8eeb",
|
||||
"research": "https://research.binance.com/en/projects/zcash"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "YFII.finance Token",
|
||||
"website": "https://yfii.finance",
|
||||
"short_description": "DFI.Money (YFII) is a DeFi platform which aims to build products on aggregated liquidity provision, leveraged trading, automated marketing making.",
|
||||
"explorer": "https://bscscan.com/token/0x7f70642d88cf1c4a3a7abb072b53b929b653eda5",
|
||||
"research": "https://research.binance.com/en/projects/dfimoney"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -2,5 +2,5 @@
|
|||
"name": "CREAM",
|
||||
"website": "https://cream.finance",
|
||||
"short_description": "Cream - Crypto Rules Everything Around Me",
|
||||
"explorer": "https://etherscan.io/token/0x2ba592F78dB6436527729929AAf6c908497cB200"
|
||||
"explorer": "https://bscscan.com/token/0xd4cb328a82bdf5f03eb737f37fa6b370aef3e888"
|
||||
}
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
@ -1 +1,3 @@
|
|||
[]
|
||||
[
|
||||
"0x1Ffe17B99b439bE0aFC831239dDECda2A790fF3A"
|
||||
]
|
Loading…
Reference in New Issue
Block a user