arbiter 0.4.15

Allowing smart contract developers to do simulation driven development via an EVM emulator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[submodule "bindings/lib/forge-std"]
	path = bindings/lib/forge-std
	url = https://github.com/foundry-rs/forge-std
[submodule "bindings/lib/solmate"]
	path = bindings/lib/solmate
	url = https://github.com/transmissions11/solmate
[submodule "bindings/lib/solstat"]
	path = bindings/lib/solstat
	url = https://github.com/primitivefinance/solstat
[submodule "bindings/lib/ds-test"]
	path = bindings/lib/ds-test
	url = https://github.com/dapphub/ds-test
[submodule "examples/template"]
	path = examples/template
	url = https://github.com/primitivefinance/arbiter-template