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'