feat (BREAKING): evm compat tracker with mod directive replace approach

This commit is contained in:
2024-09-27 14:28:26 +03:00
parent afacc4425d
commit 8c15109238
32 changed files with 655 additions and 492 deletions

View File

@@ -4,10 +4,10 @@ import (
"context"
"math/big"
"github.com/celo-org/celo-blockchain/common"
"github.com/grassrootseconomics/celo-tracker/pkg/event"
"github.com/grassrootseconomics/celo-tracker/pkg/router"
"github.com/grassrootseconomics/w3-celo"
"github.com/ethereum/go-ethereum/common"
"github.com/grassrootseconomics/eth-tracker/pkg/event"
"github.com/grassrootseconomics/eth-tracker/pkg/router"
"github.com/lmittmann/w3"
)
const mintEventName = "TOKEN_MINT"