|
|
@ -47,6 +47,7 @@ defmodule EXW3Test do |
|
|
|
ExW3.Contract.deploy( |
|
|
|
ExW3.Contract.deploy( |
|
|
|
SimpleStorage, |
|
|
|
SimpleStorage, |
|
|
|
bin: ExW3.load_bin("test/examples/build/SimpleStorage.bin"), |
|
|
|
bin: ExW3.load_bin("test/examples/build/SimpleStorage.bin"), |
|
|
|
|
|
|
|
args: [], |
|
|
|
options: %{ |
|
|
|
options: %{ |
|
|
|
gas: 300_000, |
|
|
|
gas: 300_000, |
|
|
|
from: Enum.at(context[:accounts], 0) |
|
|
|
from: Enum.at(context[:accounts], 0) |
|
|
|