mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Fixes (sanity and consistency, auto), history
This commit is contained in:
parent
000090faaa
commit
3a3e297d57
|
@ -1158,6 +1158,7 @@
|
|||
"0xd15C444F1199Ae72795eba15E8C1db44E47abF62",
|
||||
"0xd1948C71362386453Feb698BC5d902ABba38598F",
|
||||
"0xD22202d23fE7dE9E3DbE11a2a88F42f4CB9507cf",
|
||||
"0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152",
|
||||
"0xd27D3F7f329D93d897612E413F207A4dbe8bF799",
|
||||
"0xd29EaCE1FcFF9e9252B4A54f5Cbe858ceeFE959c",
|
||||
"0xD2f9B51C6a1b5598f0ea51eF95d70cB045692D0F",
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
{
|
||||
"name": "Uncle Doge",
|
||||
"website": "https://uncle-doge.com/",
|
||||
"description": "Uncle Doge is a community focused token with unique tokenomics. At the center of the tokenomics is the “Kraken” the buy back mechanism that ensures price stability. In addition token olders recieve 1% in reflections and benefit from the burned tokens through the Kraken. The community is global, with over 12,000 holders on launch day and over 16M volume.",
|
||||
"explorer": "https://bscscan.com/token/0xd2618bc9c9cdc40ff19e200a7d14a09799c0a152",
|
||||
"type": "BEP20",
|
||||
"symbol": "UDOGE",
|
||||
"decimals": 9,
|
||||
"status": "active",
|
||||
"id": "0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152",
|
||||
"links": [
|
||||
{
|
||||
"name": "twitter",
|
||||
"url": "https://twitter.com/UncleDogeBSC"
|
||||
},
|
||||
{
|
||||
"name": "telegram",
|
||||
"url": "https://t.me/UncleDogeOfficial"
|
||||
},
|
||||
{
|
||||
"name": "coinmarketcap",
|
||||
"url": "https://coinmarketcap.com/currencies/uncle-doge/"
|
||||
},
|
||||
{
|
||||
"name": "coingecko",
|
||||
"url": "https://coingecko.com/en/coins/uncle-doge"
|
||||
},
|
||||
{
|
||||
"name": "source_code",
|
||||
"url": "https://bscscan.com/address/0xd2618bc9c9cdc40ff19e200a7d14a09799c0a152#code"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
{
|
||||
"name": "Uncle Doge",
|
||||
"website": "https://uncle-doge.com/",
|
||||
"description": "Uncle Doge is a community focused token with unique tokenomics. At the center of the tokenomics is the “Kraken” the buy back mechanism that ensures price stability. In addition token olders recieve 1% in reflections and benefit from the burned tokens through the Kraken. The community is global, with over 12,000 holders on launch day and over 16M volume.",
|
||||
"explorer": "https://bscscan.com/token/0xd2618bc9c9cdc40ff19e200a7d14a09799c0a152",
|
||||
"type": "BEP20",
|
||||
"symbol": "UDOGE",
|
||||
"decimals": 9,
|
||||
"status": "active",
|
||||
"id": "0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152",
|
||||
"links": [
|
||||
{
|
||||
"name": "twitter",
|
||||
"url": "https://twitter.com/UncleDogeBSC"
|
||||
},
|
||||
{
|
||||
"name": "telegram",
|
||||
"url": "https://t.me/UncleDogeOfficial"
|
||||
},
|
||||
{
|
||||
"name": "coinmarketcap",
|
||||
"url": "https://coinmarketcap.com/currencies/uncle-doge/"
|
||||
},
|
||||
{
|
||||
"name": "coingecko",
|
||||
"url": "https://coingecko.com/en/coins/uncle-doge"
|
||||
},
|
||||
{
|
||||
"name": "source_code",
|
||||
"url": "https://bscscan.com/address/0xd2618bc9c9cdc40ff19e200a7d14a09799c0a152#code"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"versionNum": 2878,
|
||||
"commit": "a2ade7be9ba3282a3ef0b2733c81968c3631d185",
|
||||
"date": "2021-07-09T01:28:13.318Z"
|
||||
"versionNum": 2879,
|
||||
"commit": "000090faaa70461a1442815b573f222cb0bef1ed",
|
||||
"date": "2021-07-09T17:26:36.533Z"
|
||||
}
|
16
history/versions/2879.json
Normal file
16
history/versions/2879.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"versionEnd": {
|
||||
"versionNum": 2879,
|
||||
"commit": "000090faaa70461a1442815b573f222cb0bef1ed",
|
||||
"date": "2021-07-09T17:26:36.533Z"
|
||||
},
|
||||
"versionStart": {
|
||||
"versionNum": 2878,
|
||||
"commit": "a2ade7be9ba3282a3ef0b2733c81968c3631d185",
|
||||
"date": "2021-07-09T01:28:13.318Z"
|
||||
},
|
||||
"changes": [
|
||||
"blockchains/smartchain/assets/0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152/info.json",
|
||||
"blockchains/smartchain/assets/0xD2618bC9c9cDC40ff19e200a7d14A09799C0a152/logo.png"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user