Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
cf386c9d
Unverified
Commit
cf386c9d
authored
May 18, 2021
by
Eknir
Committed by
GitHub
May 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: change initial deposit to 1BZZ (#1747)
parent
ed0969b7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
cmd.go
cmd/bee/cmd/cmd.go
+1
-1
bee.yaml
packaging/bee.yaml
+2
-2
bee.yaml
packaging/homebrew/bee.yaml
+2
-2
bee.yaml
packaging/scoop/bee.yaml
+2
-2
No files found.
cmd/bee/cmd/cmd.go
View file @
cf386c9d
...
...
@@ -229,7 +229,7 @@ func (c *command) setAllFlags(cmd *cobra.Command) {
cmd
.
Flags
()
.
String
(
optionNameSwapEndpoint
,
"http://localhost:8545"
,
"swap ethereum blockchain endpoint"
)
cmd
.
Flags
()
.
String
(
optionNameSwapFactoryAddress
,
""
,
"swap factory addresses"
)
cmd
.
Flags
()
.
StringSlice
(
optionNameSwapLegacyFactoryAddresses
,
nil
,
"legacy swap factory addresses"
)
cmd
.
Flags
()
.
String
(
optionNameSwapInitialDeposit
,
"10000000000000000
0
"
,
"initial deposit if deploying a new chequebook"
)
cmd
.
Flags
()
.
String
(
optionNameSwapInitialDeposit
,
"10000000000000000"
,
"initial deposit if deploying a new chequebook"
)
cmd
.
Flags
()
.
Bool
(
optionNameSwapEnable
,
true
,
"enable swap"
)
cmd
.
Flags
()
.
Bool
(
optionNameFullNode
,
false
,
"cause the node to start in full mode"
)
cmd
.
Flags
()
.
String
(
optionNamePostageContractAddress
,
""
,
"postage stamp contract address"
)
...
...
packaging/bee.yaml
View file @
cf386c9d
...
...
@@ -64,8 +64,8 @@ password-file: /var/lib/bee/password
swap-endpoint
:
https://rpc.slock.it/goerli
## swap factory address
# swap-factory-address: ""
## initial deposit if deploying a new chequebook (default 10000000000000000
0
)
# swap-initial-deposit: 10000000000000000
0
## initial deposit if deploying a new chequebook (default 10000000000000000)
# swap-initial-deposit: 10000000000000000
## enable tracing
# tracing-enable: false
## endpoint to send tracing data (default "127.0.0.1:6831")
...
...
packaging/homebrew/bee.yaml
View file @
cf386c9d
...
...
@@ -64,8 +64,8 @@ password-file: /usr/local/var/lib/swarm-bee/password
swap-endpoint
:
https://rpc.slock.it/goerli
## swap factory address
# swap-factory-address: ""
## initial deposit if deploying a new chequebook (default 10000000000000000
0
)
# swap-initial-deposit: 10000000000000000
0
## initial deposit if deploying a new chequebook (default 10000000000000000)
# swap-initial-deposit: 10000000000000000
## enable tracing
# tracing-enable: false
## endpoint to send tracing data (default "127.0.0.1:6831")
...
...
packaging/scoop/bee.yaml
View file @
cf386c9d
...
...
@@ -54,8 +54,8 @@ password-file: ./password
swap-endpoint
:
https://rpc.slock.it/goerli
## swap factory address
# swap-factory-address: ""
## initial deposit if deploying a new chequebook (default 100000000)
# swap-initial-deposit: 100000000
## initial deposit if deploying a new chequebook (default 100000000
00000000
)
# swap-initial-deposit: 100000000
00000000
## enable tracing
# tracing-enable: false
## endpoint to send tracing data (default "127.0.0.1:6831")
...
...
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