Skip to content

Commit

Permalink
bump version & payload
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentgeneste committed Dec 20, 2022
1 parent 439545f commit d516612
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecto",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/popup/PopupState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class PopupState {

allSwaps: Swap[] = [];

payload = "4543542d312e352e30";
payload = "4543542d312e352e31";

gasPrice = 100000;
gasLimit = 500000;
Expand Down

0 comments on commit d516612

Please sign in to comment.