Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.conf #748

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 11 additions & 16 deletions src/main/resources/config.conf
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
net {
type = mainnet
type = mainnet
# type = testnet
}

fullnode = {
ip.list = [
"127.0.0.1:50051"
"fullnode ip : port"
]
}

#soliditynode = {
# // the IPs in this list can only be totally set to solidity or pBFT.
# ip.list = [
# "127.0.0.1:50052" // default solidity
# ]
soliditynode = {
// the IPs in this list can only be totally set to solidity or pBFT.
ip.list = [
"ip : solidity port" // default solidity
]
# ip.list = [
# "127.0.0.1:50071" // or pBFT
# "ip : pBFT port" // or pBFT
# ]
#}

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RPC_version = 2
} // NOTE: solidity node is optional

# This field used in shielded transaction. It is recommended that this field is set to the block
# number in which the earliest relevant shielded contract was created. If the exact number is not
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# known, this field can be set as follows. If used in mainnet, please set 22690588. If used in Nile
# testnet, please set 6380000. Otherwise, please set 0.
blockNumberStartToScan = 22690588
blockNumberStartToScan = 22690588 // NOTE: this field is optional