mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-10-14 10:32:09 +02:00
feat: add axlREGEN to network check
This commit is contained in:
parent
6e09bbef17
commit
329b142e69
@ -41,6 +41,8 @@ var busyContracts = map[string]bool{
|
|||||||
"0xE2702Bd97ee33c88c8f6f92DA3B733608aa76F71": true,
|
"0xE2702Bd97ee33c88c8f6f92DA3B733608aa76F71": true,
|
||||||
// cJPY
|
// cJPY
|
||||||
"0xc45eCF20f3CD864B32D9794d6f76814aE8892e20": true,
|
"0xc45eCF20f3CD864B32D9794d6f76814aE8892e20": true,
|
||||||
|
// axlREGEN
|
||||||
|
"0x2E6C05f1f7D1f4Eb9A088bf12257f1647682b754": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func (hc *HandlerContainer) checkWithinNetwork(ctx context.Context, contractAddress string, from string, to string) (bool, error) {
|
func (hc *HandlerContainer) checkWithinNetwork(ctx context.Context, contractAddress string, from string, to string) (bool, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user