diff --git a/scripts/add_new_protocol.sh b/scripts/add_new_protocol.sh index 4582f46..c65b5b9 100755 --- a/scripts/add_new_protocol.sh +++ b/scripts/add_new_protocol.sh @@ -9,7 +9,7 @@ do else mkdir -p ./$arg mkdir -p ./$arg/calls - touch ./$arg/event.json + touch ./$arg/events.json touch ./$arg/overview.md touch ./$arg/logo.png touch ./$arg/header.png diff --git a/yup/event.json b/yup/events.json similarity index 100% rename from yup/event.json rename to yup/events.json diff --git a/yup/logo.png b/yup/logo.png index e69de29..6f6056d 100644 Binary files a/yup/logo.png and b/yup/logo.png differ