From 5e5cf0ced6f1fe679d852e4da18201a5a8ac73ce Mon Sep 17 00:00:00 2001 From: catenocrypt Date: Mon, 29 Mar 2021 20:59:59 +0000 Subject: [PATCH] Fixes (sanity and consistency, auto), history --- blockchains/avalanchec/info/info.json | 2 +- blockchains/avalanchex/info/info.json | 2 +- history/LATEST.json | 6 +++--- history/versions/332.json | 18 ++++++++++++++++++ 4 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 history/versions/332.json diff --git a/blockchains/avalanchec/info/info.json b/blockchains/avalanchec/info/info.json index 7a39d00a4..1c76067b9 100644 --- a/blockchains/avalanchec/info/info.json +++ b/blockchains/avalanchec/info/info.json @@ -13,4 +13,4 @@ "tags": [ "staking-native" ] -} +} \ No newline at end of file diff --git a/blockchains/avalanchex/info/info.json b/blockchains/avalanchex/info/info.json index 08849fc7d..2bbb45b17 100644 --- a/blockchains/avalanchex/info/info.json +++ b/blockchains/avalanchex/info/info.json @@ -13,4 +13,4 @@ "tags": [ "staking-native" ] -} +} \ No newline at end of file diff --git a/history/LATEST.json b/history/LATEST.json index c65712185..b49a8bed6 100644 --- a/history/LATEST.json +++ b/history/LATEST.json @@ -1,5 +1,5 @@ { - "versionNum": 331, - "commit": "7da6089f35439dc3c541e3d9acd6653ffd3ce504", - "date": "2021-03-29T20:57:55.493Z" + "versionNum": 332, + "commit": "ad9877fa835987a0bc140ec0544e67e452026cf1", + "date": "2021-03-29T20:59:42.776Z" } \ No newline at end of file diff --git a/history/versions/332.json b/history/versions/332.json new file mode 100644 index 000000000..adc781dba --- /dev/null +++ b/history/versions/332.json @@ -0,0 +1,18 @@ +{ + "versionEnd": { + "versionNum": 332, + "commit": "ad9877fa835987a0bc140ec0544e67e452026cf1", + "date": "2021-03-29T20:59:42.776Z" + }, + "versionStart": { + "versionNum": 331, + "commit": "7da6089f35439dc3c541e3d9acd6653ffd3ce504", + "date": "2021-03-29T20:57:55.493Z" + }, + "changes": [ + "blockchains/avalanchec/info/info.json", + "blockchains/avalanchec/info/logo.png", + "blockchains/avalanchex/info/info.json", + "blockchains/avalanchex/info/logo.png" + ] +} \ No newline at end of file