Skip to content

Commit

Permalink
Fix generate
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Nov 6, 2024
1 parent 28a3bb5 commit 41daf87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"gopkg.in/yaml.v3"
)

//go:generate go run genchains.go
//go:generate go run genchains_evm.go

//go:embed selectors.yml
var selectorsYml []byte
Expand Down
2 changes: 1 addition & 1 deletion genchains_evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
chain_selectors "github.com/smartcontractkit/chain-selectors"
)

const filename = "generated_chains.go"
const filename = "generated_chains_evm.go"

type chain struct {
EvmChainID uint64
Expand Down

0 comments on commit 41daf87

Please sign in to comment.