Skip to content

Commit

Permalink
fix: add missing 1inch config (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu committed Sep 4, 2024
1 parent ed9c693 commit 8b36c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/node/component/info/network_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ var WorkerToConfigMap = map[network.Source]map[worker.Worker]workerConfig{
decentralized.Lido: defaultWorkerConfig(decentralized.Lido, network.EthereumSource, nil),
decentralized.Looksrare: defaultWorkerConfig(decentralized.Looksrare, network.EthereumSource, nil),
decentralized.Matters: customWorkerConfigWithIPFS(decentralized.Matters, network.EthereumSource, ""),
decentralized.Oneinch: defaultWorkerConfig(decentralized.Oneinch, network.EthereumSource, nil),
decentralized.OpenSea: defaultWorkerConfig(decentralized.OpenSea, network.EthereumSource, nil),
decentralized.Optimism: defaultWorkerConfig(decentralized.Optimism, network.EthereumSource, nil),
decentralized.RSS3: defaultWorkerConfig(decentralized.RSS3, network.EthereumSource, nil),
Expand Down

0 comments on commit 8b36c72

Please sign in to comment.