Skip to content

Commit 5aa4504

Browse files
committed
prop gauge: update for enterprise v2
1 parent 56edb7b commit 5aa4504

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"statussBar.prominentBackground": "#C60909"
1313
},
1414
"editor.codeActionsOnSave": {
15-
"source.organizeImports": true,
16-
"source.fixAll": true
15+
"source.organizeImports": "explicit",
16+
"source.fixAll": "explicit"
1717
},
1818
"javascript.preferences.importModuleSpecifier": "non-relative",
1919
"typescript.preferences.importModuleSpecifier": "non-relative",

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/alliance-hub-lst/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eris-alliance-hub-lst-terra"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["devs <devs@erisprotocol.com>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"

contracts/amp-governance/prop_gauges/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eris-gov-prop-gauges"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
authors = ["devs <devs@erisprotocol.com>"]
55
edition = "2021"
66
repository = "https://github.com/erisprotocol/contracts-terra"

0 commit comments

Comments
 (0)