From fdf0398ae001f087982533dac9e2763aa9d5dc50 Mon Sep 17 00:00:00 2001 From: Tim Olson <> Date: Fri, 20 Oct 2023 13:04:13 -0400 Subject: [PATCH] .secret-mock.toml --- .gitignore | 1 + .secret-mock.toml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .secret-mock.toml diff --git a/.gitignore b/.gitignore index e12cfa9..d871d94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ venv *secret* +!/.secret-mock.toml dexorder.toml /contract __pycache__ diff --git a/.secret-mock.toml b/.secret-mock.toml new file mode 100644 index 0000000..38404c5 --- /dev/null +++ b/.secret-mock.toml @@ -0,0 +1,6 @@ +[accounts] +test='0x065b7ef20b68ff99e71774acae7759a873073ac3d3c502ceb90f01efb3c48079' # address 0xE1918Fc43C3a9c4854463e86Af854BE7034Fab56 + +[rpc_urls] +local='http://localhost:8545' +local_ws='ws://localhost:8545'