diff --git a/package.json b/package.json
index 905826a8..faedcdfa 100644
--- a/package.json
+++ b/package.json
@@ -30,6 +30,7 @@
"hdkey": "^2.0.1",
"js-file-download": "^0.4.12",
"marked": "^3.0.8",
+ "multicoin-address-validator": "^0.5.10",
"node-fetch": "^2.6.0",
"simple-vue-validator": "^0.16.0",
"v-markdown-editor": "^1.2.6",
@@ -106,4 +107,4 @@
"last 2 versions",
"not ie <= 8"
]
-}
\ No newline at end of file
+}
diff --git a/src/assets/cardano_128.png b/src/assets/cardano_128.png
new file mode 100644
index 00000000..3e04f2e3
Binary files /dev/null and b/src/assets/cardano_128.png differ
diff --git a/src/components/admin/createProjectSlider/CreateProjectSlide.vue b/src/components/admin/createProjectSlider/CreateProjectSlide.vue
index 5b33945e..dcff4580 100644
--- a/src/components/admin/createProjectSlider/CreateProjectSlide.vue
+++ b/src/components/admin/createProjectSlider/CreateProjectSlide.vue
@@ -562,6 +562,7 @@ export default {
{ text: "Avalanche", value: "BLOCKCHAIN_AVAX" },
{ text: "Reef", value: "BLOCKCHAIN_REEF" },
{ text: "Tezos", value: "BLOCKCHAIN_TEZ" },
+ { text: "Cardano", value: "BLOCKCHAIN_CARDANO" },
],
smartContractAction: [
{ text: "Select Contract Type", value: null },
diff --git a/src/components/admin/createProjectSlider/components/EventActionConfig.vue b/src/components/admin/createProjectSlider/components/EventActionConfig.vue
index e9f1cb85..345c3373 100644
--- a/src/components/admin/createProjectSlider/components/EventActionConfig.vue
+++ b/src/components/admin/createProjectSlider/components/EventActionConfig.vue
@@ -177,6 +177,12 @@
src="../../../../assets/tezos.png"
v-if="eventAction.type.includes('BLOCKCHAIN_TEZ')"
height="22px"
+ />
+
+
+
+
+
+
+
+
+ {{ data.title }}
+
+
+
+
+ {{ data.score }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/admin/Events.vue b/src/views/admin/Events.vue
index 2b15b4b1..9eda50d8 100644
--- a/src/views/admin/Events.vue
+++ b/src/views/admin/Events.vue
@@ -1076,9 +1076,11 @@ export default {
x.type !== "BLOCKCHAIN_AVAX" &&
x.type !== "BLOCKCHAIN_REEF" &&
x.type !== "BLOCKCHAIN_TEZ" &&
+ x.type !== "BLOCKCHAIN_CARDANO" &&
x.type !== "PRIZE_CARD" &&
x.type !== "PUSH_NOTIFICATION"&&
x.type!=="SUMSUB_KYC"
+
);
const filteredValueList = checkValue(eventActionValue, "value");
if (filteredValueList.includes(false)) {