diff --git a/bin/marketserver/config/bceventdb.mysql.json b/bin/marketserver/config/bceventdb.mysql.json new file mode 100644 index 00000000..d21c1ef6 --- /dev/null +++ b/bin/marketserver/config/bceventdb.mysql.json @@ -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 +} diff --git a/bin/marketserver/config/contract.json b/bin/marketserver/config/contract.json new file mode 100644 index 00000000..2e63591b --- /dev/null +++ b/bin/marketserver/config/contract.json @@ -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" + } +] diff --git a/bin/marketserver/config/gamedb.mysql.json b/bin/marketserver/config/gamedb.mysql.json new file mode 100644 index 00000000..d95a4f2d --- /dev/null +++ b/bin/marketserver/config/gamedb.mysql.json @@ -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 +}