From a60b62555adafcb308ae5cbee6e2f3420efe25b7 Mon Sep 17 00:00:00 2001 From: Cryptocool1 Date: Mon, 10 May 2021 13:57:38 +0000 Subject: [PATCH] Fixes (sanity and consistency, auto), history --- blockchains/ethereum/allowlist.json | 1 + .../info.json | 2 +- blockchains/smartchain/allowlist.json | 2 ++ .../info.json | 20 +++++++++--------- history/LATEST.json | 6 +++--- history/versions/1211.json | 21 +++++++++++++++++++ 6 files changed, 38 insertions(+), 14 deletions(-) create mode 100644 history/versions/1211.json diff --git a/blockchains/ethereum/allowlist.json b/blockchains/ethereum/allowlist.json index ad8bc1bbf..e039a4029 100644 --- a/blockchains/ethereum/allowlist.json +++ b/blockchains/ethereum/allowlist.json @@ -6395,6 +6395,7 @@ "0xfEC2583f80eF0889E08Ef4eef6DaEd7CB29E4542", "0xFecEd69CceD4D3CD55812c922e553A50E684fd4d", "0xfeD347E43835Da08F8a00654fb4b38bB1C46E071", + "0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418", "0xfEE0d0871EAe9dB0be0362e444d224927149F649", "0xfeea6031805661daaCAabAfD99412C31D59E8D44", "0xFEF3884b603C33EF8eD4183346E093A173C94da6", diff --git a/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/info.json b/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/info.json index 28f0bb54b..c3db335b8 100644 --- a/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/info.json +++ b/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/info.json @@ -8,4 +8,4 @@ "decimals": 9, "status": "active", "id": "0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418" -} +} \ No newline at end of file diff --git a/blockchains/smartchain/allowlist.json b/blockchains/smartchain/allowlist.json index 4263fe076..59068b0f7 100644 --- a/blockchains/smartchain/allowlist.json +++ b/blockchains/smartchain/allowlist.json @@ -222,6 +222,7 @@ "0x5A41F637C3f7553dBa6dDC2D3cA92641096577ea", "0x5Ac52EE5b2a633895292Ff6d8A89bB9190451587", "0x5b17b4d5e4009B5C43e3e3d63A5229F794cBA389", + "0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d", "0x5b8DC8b4f438b1932Ddb2F320b4b7Ea65BA41798", "0x5bf1fCE818a59660433F4C1586F4DA1ea705dE27", "0x5C7e71f46e49Cf816f9863461EEB36e3bc8E3B51", @@ -481,6 +482,7 @@ "0xc25D94fc3f8D7bD1d88f89802fe075338F71dEC7", "0xc2e1acef50aE55661855E8dcB72adB182A3cC259", "0xc35f46aAEb8aD17bCbAa78c03540FEffa44790Cb", + "0xC481E366aaD63dF7304DF888705B86523c3E8681", "0xc4957a864245AA4373Be1f33ae24E93876b7Dfe1", "0xC4B35d3A24E3e8941c5d87fD21D0725642F50308", "0xC4b790e1D5f0c3d8AA526F0A8098eD2A1ff0886a", diff --git a/blockchains/smartchain/assets/0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d/info.json b/blockchains/smartchain/assets/0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d/info.json index bb98b8652..af31f1b61 100644 --- a/blockchains/smartchain/assets/0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d/info.json +++ b/blockchains/smartchain/assets/0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d/info.json @@ -1,11 +1,11 @@ -{ - "name": "PIXL", - "website": "https://pixl.one/", - "description": "Leading the world in blockchain advertisement.", - "explorer": "https://bscscan.com/token/0x5b2b5bd1e5c53870fe135fb7b289d686f762858d", - "type": "BEP20", - "symbol": "PXL", - "decimals": 9, - "status": "active", - "id": "0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d" +{ + "name": "PIXL", + "website": "https://pixl.one/", + "description": "Leading the world in blockchain advertisement.", + "explorer": "https://bscscan.com/token/0x5b2b5bd1e5c53870fe135fb7b289d686f762858d", + "type": "BEP20", + "symbol": "PXL", + "decimals": 9, + "status": "active", + "id": "0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d" } \ No newline at end of file diff --git a/history/LATEST.json b/history/LATEST.json index 4c1b40f75..33f7815ac 100644 --- a/history/LATEST.json +++ b/history/LATEST.json @@ -1,5 +1,5 @@ { - "versionNum": 1210, - "commit": "207608eb90fae40dc5a5bcbde999240da0a350bb", - "date": "2021-05-10T12:53:21.316Z" + "versionNum": 1211, + "commit": "ae6b1eb88eeced9b13028e19b8c5a6d61fed694f", + "date": "2021-05-10T13:57:26.359Z" } \ No newline at end of file diff --git a/history/versions/1211.json b/history/versions/1211.json new file mode 100644 index 000000000..9bfbe05b6 --- /dev/null +++ b/history/versions/1211.json @@ -0,0 +1,21 @@ +{ + "versionEnd": { + "versionNum": 1211, + "commit": "ae6b1eb88eeced9b13028e19b8c5a6d61fed694f", + "date": "2021-05-10T13:57:26.359Z" + }, + "versionStart": { + "versionNum": 1210, + "commit": "207608eb90fae40dc5a5bcbde999240da0a350bb", + "date": "2021-05-10T12:53:21.316Z" + }, + "changes": [ + "blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/info.json", + "blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/logo.png", + "blockchains/smartchain/assets/0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d/info.json", + "blockchains/smartchain/assets/0x5B2b5BD1e5C53870fE135Fb7b289D686f762858d/logo.png", + "blockchains/smartchain/assets/0xC481E366aaD63dF7304DF888705B86523c3E8681/info.json", + "blockchains/smartchain/assets/0xC481E366aaD63dF7304DF888705B86523c3E8681/logo.png", + "dapps/filmvault.io.png" + ] +} \ No newline at end of file