Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jun 13, 2024
1 parent 5aa1618 commit 8599d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/types/chain_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func Test_ConvertChainIdBiDirectional(t *testing.T) {
chainID := "minievm"
expectedEthChainID := new(big.Int).SetUint64(13568054635622948241)
expectedEthChainID := new(big.Int).SetUint64(3212557983074529)
ethChainID := types.ConvertCosmosChainIDToEthereumChainID(chainID)
require.Equal(t, ethChainID, (expectedEthChainID))
}

0 comments on commit 8599d54

Please sign in to comment.