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
2eed09e1fe
commit
c8b62f16ef
|
@ -531,6 +531,7 @@
|
||||||
"0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8",
|
"0x52CE071Bd9b1C4B00A0b92D298c512478CaD67e8",
|
||||||
"0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7",
|
"0x52dCF5BEdc061604D8C592B0079A0FF2ceA22eB7",
|
||||||
"0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7",
|
"0x52e22D2480bC39F4aB13d4788014AEc3195bbCf7",
|
||||||
|
"0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37",
|
||||||
"0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f",
|
"0x53D88d2ffDBE71E81D95b08AE0cA49D0C4A8515f",
|
||||||
"0x53dcD4eF8E21FE014594a0854c4271a0623B31eC",
|
"0x53dcD4eF8E21FE014594a0854c4271a0623B31eC",
|
||||||
"0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657",
|
"0x53E562b9B7E5E94b81f10e96Ee70Ad06df3D2657",
|
||||||
|
|
|
@ -1,29 +1,29 @@
|
||||||
{
|
{
|
||||||
"name": "Tiny Titans",
|
"name": "Tiny Titans",
|
||||||
"website": "https://tinytitans.fi",
|
"website": "https://tinytitans.fi",
|
||||||
"description": "World of Tiny Titans. Tiny Titans — collectable & tradeable NFTs on BSC which you can train, level and win prices.",
|
"description": "World of Tiny Titans. Tiny Titans — collectable & tradeable NFTs on BSC which you can train, level and win prices.",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"name": "twitter",
|
"name": "twitter",
|
||||||
"url": "https://twitter.com/RealTinyTitans"
|
"url": "https://twitter.com/RealTinyTitans"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "medium",
|
"name": "medium",
|
||||||
"url": "https://tinytitans.medium.com/"
|
"url": "https://tinytitans.medium.com/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "telegram",
|
"name": "telegram",
|
||||||
"url": "https://t.me/tinytitans"
|
"url": "https://t.me/tinytitans"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "source_code",
|
"name": "source_code",
|
||||||
"url": "https://bscscan.com/address/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37#code"
|
"url": "https://bscscan.com/address/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37#code"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"explorer": "https://bscscan.com/token/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37",
|
"explorer": "https://bscscan.com/token/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37",
|
||||||
"type": "BEP20",
|
"type": "BEP20",
|
||||||
"symbol": "TITS",
|
"symbol": "TITS",
|
||||||
"decimals": 18,
|
"decimals": 18,
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"id": "0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37"
|
"id": "0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37"
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"versionNum": 3242,
|
"versionNum": 3243,
|
||||||
"commit": "e0dc3b895932d55ffdd9e306f7609e1b739f1567",
|
"commit": "2eed09e1fe67a33f3e8cd40f59ca71765fab60f5",
|
||||||
"date": "2021-08-13T01:27:01.439Z"
|
"date": "2021-08-13T06:13:55.584Z"
|
||||||
}
|
}
|
16
history/versions/3243.json
Normal file
16
history/versions/3243.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"versionEnd": {
|
||||||
|
"versionNum": 3243,
|
||||||
|
"commit": "2eed09e1fe67a33f3e8cd40f59ca71765fab60f5",
|
||||||
|
"date": "2021-08-13T06:13:55.584Z"
|
||||||
|
},
|
||||||
|
"versionStart": {
|
||||||
|
"versionNum": 3242,
|
||||||
|
"commit": "e0dc3b895932d55ffdd9e306f7609e1b739f1567",
|
||||||
|
"date": "2021-08-13T01:27:01.439Z"
|
||||||
|
},
|
||||||
|
"changes": [
|
||||||
|
"blockchains/smartchain/assets/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37/info.json",
|
||||||
|
"blockchains/smartchain/assets/0x534E99ff924038eB4a3aa7fac791D1eF8BB08b37/logo.png"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user