Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Greybeard
XFTanon-CLI
Commits
ad46b628
Commit
ad46b628
authored
Jul 19, 2022
by
Greybeard
Browse files
new deployment
parent
ca374301
Pipeline
#16
failed with stages
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
+4
-12
config.json
config.json
+4
-4
main.js
main.js
+0
-8
No files found.
config.json
View file @
ad46b628
...
...
@@ -5,10 +5,10 @@
"fee"
:
1
,
"rpc"
:
"https://goerli.infura.io/v3/a4190df0a43c4d639bbb61be96ffce3c"
,
"denomination"
:
1000
,
"xft"
:
"0x3
381E9510B612b2Cd4595Fe860e41e5b86C73F55
"
,
"ausd"
:
"0x
3a645358A03B6808b280DEb7289ff0dDa9f68df5
"
,
"mixer"
:
"0x
f12B39F5554E330cC513eF964EC3C22fd89936DD
"
,
"faucet"
:
"0x
5dAB1D15678B846e09c5C620B953dE6C837E2A70
"
,
"xft"
:
"0x3
1b0A3e4bF7f55069Faa13b2d8EEAAF96F3ee5b7
"
,
"ausd"
:
"0x
043337B12f4E8E29FE7c770ec6cf75AA46ee0BC8
"
,
"mixer"
:
"0x
ec7f587Ab88E9Dae28d07f95C53d685e89BAa7eA
"
,
"faucet"
:
"0x
3b086cbf017135C01189dD3Bd74e2d34DC4a7cDB
"
,
"refund"
:
0
,
"height"
:
20
,
"gasPrice"
:
5
,
...
...
main.js
View file @
ad46b628
...
...
@@ -262,14 +262,6 @@ const editConfig = async (key) => {
type
:
'
input
'
,
name
:
key
,
message
:
`Input a new
${
key
}
: `
,
validate
()
{
switch
(
key
)
{
case
'
rpc
'
:
return
true
;
default
:
throw
Error
(
'
Validation Error
'
);
}
}
}).
then
(
async
(
answers
)
=>
{
config
[
key
]
=
answers
[
key
];
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment