4
0
Fork 0

Small changes

event-listener
hswick 7 years ago
parent 79844a961d
commit 3894f1f2f0
  1. 2
      config/config.exs
  2. 4
      mix.exs
  3. 1
      test/exw3_test.exs

@ -25,4 +25,4 @@ use Mix.Config
#
# import_config "#{Mix.env}.exs"
config :ethereumex,
url: "http://localhost:8545"
url: "http://localhost:8545"

@ -3,7 +3,7 @@ defmodule ExW3.MixProject do
def project do
[app: :exw3,
version: "0.1.2",
version: "0.1.3",
elixir: "~> 1.6.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
@ -53,4 +53,4 @@ defmodule ExW3.MixProject do
links: %{"GitHub" => "https://github.com/hswick/exw3"}
]
end
end
end

@ -217,3 +217,4 @@ defmodule EXW3Test do
assert ExW3.is_valid_checksum_address("0x2f015c60e0be116b1f0cd534704db9c92118fb6a") == false
end
end

Loading…
Cancel
Save