From d51661260207e02fc94622cf06468a7f4a8f985b Mon Sep 17 00:00:00 2001 From: vincentgeneste Date: Mon, 19 Dec 2022 23:47:00 -0800 Subject: [PATCH] bump version & payload --- package-lock.json | 2 +- package.json | 2 +- src/manifest.development.json | 2 +- src/manifest.production.json | 2 +- src/popup/PopupState.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4daea9c..540332a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ecto", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3dd621d..70a8515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecto", - "version": "1.5.0", + "version": "1.5.1", "private": true, "scripts": { "build": "vue-cli-service build", diff --git a/src/manifest.development.json b/src/manifest.development.json index bd51bcc..6f0513d 100644 --- a/src/manifest.development.json +++ b/src/manifest.development.json @@ -3,7 +3,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "1.5.0", + "version": "1.5.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" diff --git a/src/manifest.production.json b/src/manifest.production.json index 403cb0b..68b7e6b 100644 --- a/src/manifest.production.json +++ b/src/manifest.production.json @@ -3,7 +3,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "1.5.0", + "version": "1.5.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" diff --git a/src/popup/PopupState.ts b/src/popup/PopupState.ts index 6e8351e..5cfc9c2 100644 --- a/src/popup/PopupState.ts +++ b/src/popup/PopupState.ts @@ -115,7 +115,7 @@ export class PopupState { allSwaps: Swap[] = []; - payload = "4543542d312e352e30"; + payload = "4543542d312e352e31"; gasPrice = 100000; gasLimit = 500000;