Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
link33
plugin
Commits
5d452710
Commit
5d452710
authored
Nov 23, 2021
by
cxb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update toml
parent
2e978443
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
35 deletions
+34
-35
chain33.para.toml
chain33.para.toml
+17
-16
chain33.para.toml.readme
chain33.para.toml.readme
+17
-16
chain33.toml
chain33.toml
+0
-3
No files found.
chain33.para.toml
View file @
5d452710
...
@@ -352,22 +352,6 @@ Enable=0
...
@@ -352,22 +352,6 @@ Enable=0
[fork.sub.accountmanager]
[fork.sub.accountmanager]
Enable
=
0
Enable
=
0
#exchange合约相关配置
[mver.exec.sub.exchange]
#银行帐户列表(现第一个地址用来收取手续费)
banks
=
["1PTGVR7TUm1MJUH7M1UNcKBGMvfJ7nCrnN"]
#Fee
#币种配置,
#rate每笔手续费率,配置时需*1e8(如:收取每笔交易千分之一的手续费,rate=100000)
#minFee最小手续费,配置时需*1e8(如:最小手续费收取1个,minFee=100000000)
coins
=
[
{
name
=
"bty"
,
rate
=
100000
,
minFee
=
0
}
,
{
name
=
"ETH"
,
rate
=
100000
,
minFee
=
0
}
,
{
name
=
"USDT"
,
rate
=
100000
,
minFee
=
0
}
,
]
[fork.sub.exchange]
Enable
=
0
[fork.sub.wasm]
[fork.sub.wasm]
Enable
=
0
Enable
=
0
...
@@ -432,3 +416,19 @@ database="chain33metrics"
...
@@ -432,3 +416,19 @@ database="chain33metrics"
username
=
""
username
=
""
password
=
""
password
=
""
namespace
=
""
namespace
=
""
#exchange合约相关配置
[mver.exec.sub.exchange]
#银行帐户列表(现第一个地址用来收取手续费)
banks
=
["1PTGVR7TUm1MJUH7M1UNcKBGMvfJ7nCrnN"]
#Fee
#币种配置,
#rate每笔手续费率,配置时需*1e8(如:收取每笔交易千分之一的手续费,rate=100000)
#minFee最小手续费,配置时需*1e8(如:最小手续费收取1个,minFee=100000000)
coins
=
[
{
name
=
"bty"
,
rate
=
100000
,
minFee
=
0
}
,
{
name
=
"ETH"
,
rate
=
100000
,
minFee
=
0
}
,
{
name
=
"USDT"
,
rate
=
100000
,
minFee
=
0
}
,
]
[fork.sub.exchange]
Enable
=
0
\ No newline at end of file
chain33.para.toml.readme
View file @
5d452710
...
@@ -356,22 +356,6 @@ Enable=0
...
@@ -356,22 +356,6 @@ Enable=0
[fork.sub.accountmanager]
[fork.sub.accountmanager]
Enable=0
Enable=0
#exchange合约相关配置
[mver.exec.sub.exchange]
#银行帐户列表(现第一个地址用来收取手续费)
banks = ["1PTGVR7TUm1MJUH7M1UNcKBGMvfJ7nCrnN"]#Fee
#币种配置,
#rate每笔手续费率,配置时需*1e8(如:收取每笔交易千分之一的手续费,rate=100000)
#minFee最小手续费,配置时需*1e8(如:最小手续费收取1个,minFee=100000000)
coins = [
{ name = "bty", rate = 100000, minFee = 0 },
{ name = "ETH", rate = 100000, minFee = 0 },
{ name = "USDT", rate = 100000, minFee = 0 },
]
[fork.sub.exchange]
Enable=0
[fork.sub.wasm]
[fork.sub.wasm]
Enable=0
Enable=0
...
@@ -436,3 +420,19 @@ database="chain33metrics"
...
@@ -436,3 +420,19 @@ database="chain33metrics"
username=""
username=""
password=""
password=""
namespace=""
namespace=""
#exchange合约相关配置
[mver.exec.sub.exchange]
#银行帐户列表(现第一个地址用来收取手续费)
banks = ["1PTGVR7TUm1MJUH7M1UNcKBGMvfJ7nCrnN"]#Fee
#币种配置,
#rate每笔手续费率,配置时需*1e8(如:收取每笔交易千分之一的手续费,rate=100000)
#minFee最小手续费,配置时需*1e8(如:最小手续费收取1个,minFee=100000000)
coins = [
{ name = "bty", rate = 100000, minFee = 0 },
{ name = "ETH", rate = 100000, minFee = 0 },
{ name = "USDT", rate = 100000, minFee = 0 },
]
[fork.sub.exchange]
Enable=0
\ No newline at end of file
chain33.toml
View file @
5d452710
...
@@ -339,6 +339,3 @@ coins = [
...
@@ -339,6 +339,3 @@ coins = [
{
name
=
"ETH"
,
rate
=
100000
,
minFee
=
0
}
,
{
name
=
"ETH"
,
rate
=
100000
,
minFee
=
0
}
,
{
name
=
"USDT"
,
rate
=
100000
,
minFee
=
0
}
,
{
name
=
"USDT"
,
rate
=
100000
,
minFee
=
0
}
,
]
]
[fork.sub.exchange]
Enable
=
0
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