Skip to content

Commit

Permalink
Update Avalanche Mainnet (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoldev authored Nov 10, 2024
1 parent 16888b5 commit 4880ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evm-events-calls/chain_configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ var ChainConfigByID = map[string]*ChainConfig{
SupportsCalls: false,
APIKeyEnvVar: "CODEGEN_OPTIMISM_API_KEY",
},
"avalanche": {
"avalanche-mainnet": {
DisplayName: "Avalanche C-chain",
ExplorerLink: "https://subnets.avax.network/c-chain",
ApiEndpoint: "",
Expand Down
4 changes: 2 additions & 2 deletions evm-minimal/chain_configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ var ChainConfigByID = map[string]*ChainConfig{
SupportsCalls: false,
APIKeyEnvVar: "CODEGEN_OPTIMISM_API_KEY",
},
"avalanche": {
"avalanche-mainnet": {
DisplayName: "Avalanche C-chain",
FirstStreamableBlock: 0,
Network: "avalanche",
Network: "avalanche-mainnet",
initialBlockCache: make(map[string]uint64),
SupportsCalls: false,
},
Expand Down

0 comments on commit 4880ae8

Please sign in to comment.