Commit b498aefc authored by duanjinfei's avatar duanjinfei

change master

parent 50f2c441
appname = nft-event-test
httpport = 9001
runmode = test
mysql = debian-sys-maint:H4khSGKhjhMJogpE@tcp(127.0.0.1:3306)/nftEventTest?charset=utf8
appname = nft-event
httpport = 9000
runmode = dev
mysql = debian-sys-maint:H4khSGKhjhMJogpE@tcp(127.0.0.1:3306)/nftEvent?charset=utf8
rpcUrl = https://eth-mainnet.g.alchemy.com/v2/1GbX5zRzYZHK-ZoFbbI2zQM2WOjafq2s
deployedBlock = 17475300
isSyncLog = true
......
......@@ -15,7 +15,7 @@ import (
)
const (
LastSyncBlockKey = "lastSyncBlockTest"
LastSyncBlockKey = "lastSyncBlock"
)
var (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment