Skip to content

Commit

Permalink
CR Fix: Add solana to base specs in test
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Dec 9, 2024
1 parent 2581ec6 commit cd80de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/keeper/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func GetASpec(specIndex, getToTopMostPath string, ctxArg *sdk.Context, keeper *k
}
baseProposalFiles := []string{
"ibc.json", "cosmoswasm.json", "tendermint.json", "cosmossdk.json",
"cosmossdkv45.json", "cosmossdkv50.json", "ethereum.json", "ethermint.json",
"cosmossdkv45.json", "cosmossdkv50.json", "ethereum.json", "ethermint.json", "solana.json",
}

// Create a map of base files for quick lookup
Expand Down

0 comments on commit cd80de8

Please sign in to comment.