diff --git a/.mergify.yml b/.github/.mergify.yml similarity index 100% rename from .mergify.yml rename to .github/.mergify.yml diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index e93c0b82868..00000000000 --- a/RELEASE.md +++ /dev/null @@ -1,9 +0,0 @@ -# Making releases - -run - -```sh -make distclean build-reproducible -``` - -and then upload the binaries from the artifacts folder. diff --git a/config.yml b/config.yml deleted file mode 100644 index 1ddfcc94dc8..00000000000 --- a/config.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 1 -accounts: - - name: alice - coins: ["1000token", "100000000stake"] - - name: bob - coins: ["500token"] -validator: - name: alice - staked: "100000000stake"