1
This commit is contained in:
parent
7864c99b9e
commit
641867002d
9
bin/marketserver/config/bceventdb.mysql.json
Normal file
9
bin/marketserver/config/bceventdb.mysql.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"host": "login-test.kingsome.cn",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178",
|
||||
"database": "bcevent_dev",
|
||||
"max_open_conns": 100,
|
||||
"max_idle_conns": 50
|
||||
}
|
38
bin/marketserver/config/contract.json
Normal file
38
bin/marketserver/config/contract.json
Normal file
@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"name": "TestToken",
|
||||
"type": "erc20",
|
||||
"json": "assets/contracts/ImmutableERC20MinterBurnerPermit.json",
|
||||
"address": "0xFd42bfb03212dA7e1A4608a44d7658641D99CF34"
|
||||
},
|
||||
{
|
||||
"name": "NFTClaimStage2",
|
||||
"type": "logic",
|
||||
"json": "assets/contracts/NFTClaimStage2.json",
|
||||
"address": "0xf45702180314187a3549FEDac3B78349b47ca6A0"
|
||||
},
|
||||
{
|
||||
"name": "NFTLock",
|
||||
"type": "logic",
|
||||
"json": "assets/contracts/NFTLock.json",
|
||||
"address": "0x59e751c2037B710090035B6ea928e0cce80aC03f"
|
||||
},
|
||||
{
|
||||
"name": "NFTClaimStage2WL",
|
||||
"type": "logic",
|
||||
"json": "assets/contracts/NFTClaimStage2WL.json",
|
||||
"address": "0x09F2D6CAf92860a1f79049E2552eFa54186c883c"
|
||||
},
|
||||
{
|
||||
"name": "CFHero",
|
||||
"type": "erc721",
|
||||
"json": "assets/contracts/CFNFTGame.json",
|
||||
"address": "0x65570A86E5aA2B14325f8a13C70b74f7d1E2f5c9"
|
||||
},
|
||||
{
|
||||
"name": "GoldBrick",
|
||||
"type": "erc721",
|
||||
"json": "assets/contracts/CFNFTGame.json",
|
||||
"address": "0x75C0c6eD851036DB28c750Bd9bfa3A72B5107801"
|
||||
}
|
||||
]
|
9
bin/marketserver/config/gamedb.mysql.json
Normal file
9
bin/marketserver/config/gamedb.mysql.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"host": "login-test.kingsome.cn",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178",
|
||||
"database": "gamedb2006_dev",
|
||||
"max_open_conns": 100,
|
||||
"max_idle_conns": 50
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user