Merge pull request #3043 from nymtech/jon/chore/fix-auto-updated-files
nym-wallet: fix auto-updated files
This commit is contained in:
Generated
+1
-1
@@ -2933,7 +2933,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"serde_repr",
|
||||
"thiserror",
|
||||
"time 0.3.7",
|
||||
"time 0.3.17",
|
||||
"ts-rs",
|
||||
]
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export interface AppEnv { ADMIN_ADDRESS: string | null, SHOW_TERMINAL: string | null, ENABLE_QA_MODE: string | null, }
|
||||
@@ -1,2 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export interface ValidatorUrl { url: string, name: string | null, }
|
||||
@@ -1,2 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export interface Validator { nyxd_url: string, nyxd_name: string | null, api_url: string | null, }
|
||||
Reference in New Issue
Block a user