Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nft-event
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
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
duanjinfei
nft-event
Commits
b498aefc
Commit
b498aefc
authored
Jun 14, 2023
by
duanjinfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change master
parent
50f2c441
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
app.conf
conf/app.conf
+4
-4
sync.go
sync/sync.go
+1
-1
No files found.
conf/app.conf
View file @
b498aefc
appname
=
nft
-
event
-
test
httpport
=
900
1
runmode
=
test
mysql
=
debian
-
sys
-
maint
:
H4khSGKhjhMJogpE
@
tcp
(
127
.
0
.
0
.
1
:
3306
)/
nftEvent
Test
?
charset
=
utf8
appname
=
nft
-
event
httpport
=
900
0
runmode
=
dev
mysql
=
debian
-
sys
-
maint
:
H4khSGKhjhMJogpE
@
tcp
(
127
.
0
.
0
.
1
:
3306
)/
nftEvent
?
charset
=
utf8
rpcUrl
=
https
://
eth
-
mainnet
.
g
.
alchemy
.
com
/
v2
/
1
GbX5zRzYZHK
-
ZoFbbI2zQM2WOjafq2s
deployedBlock
=
17475300
isSyncLog
=
true
...
...
sync/sync.go
View file @
b498aefc
...
...
@@ -15,7 +15,7 @@ import (
)
const
(
LastSyncBlockKey
=
"lastSyncBlock
Test
"
LastSyncBlockKey
=
"lastSyncBlock"
)
var
(
...
...
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