Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chainType: mainchain .contractMap.TFuelTokenBank: undefined #68

Open
muratso opened this issue Mar 21, 2023 · 0 comments
Open

chainType: mainchain .contractMap.TFuelTokenBank: undefined #68

muratso opened this issue Mar 21, 2023 · 0 comments

Comments

@muratso
Copy link

muratso commented Mar 21, 2023

I'm seeing the following error on the crawler once in a while. Is this expected? Is there some missing config?
chainType: mainchain .contractMap.TFuelTokenBank: undefined. I'm using the latest commit from master 79a80c9

and here's my config file

{
        "mongo":{
            "uri": "<uri>",
            "address": "<address>",
            "port": 27017,
            "dbName": "<db-name>"
        },
        "node": {
            "address": "<node>",
            "port": 16888
        },
        "log": {
            "level": "info"
        },
        "blockchain": {
            "networkId": "mainnet"
        },
        "accounting": {
            "coinmarketcap_api_key": "<key>",
            "wallet_addresses": [
              "2416",
              "3822"
            ]
        },
        "redis": {
            "enabled": true,
            "isCluster": false,
            "host": "<host>",
            "port": 6379,
            "family": 4,
            "db": 0
        },
        "nodeCache": {
            "enabled":false
        },
        "contractAddressMap": {
            "TNT20TokenBank": "0x7d7e270b7e279c94b265a535cdbc00eb62e6e68f",
            "TNT721TokenBank": "0xd5125d7bb9c4fb222c522c4b1922cabc631e52d7"
        },
        "maxBlockPerCrawl": 20,
        "requestTimeoutMs": 100000,
        "retrieveTokenStartHeight": 0,
        "defaultThetaChainID": "mainnet",
        "chainType": "mainchain"
      }

It's worth mentioning that I was syncing the crawler from scratch and we're currently at the block height 12689271.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant