You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update sanity test configurations to use AccountBlox
This commit modifies the sanity test scripts and configuration files to standardize the use of the AccountBlox contract. The ACCOUNTBLOX_ADDRESS environment variable is now required for all sanity tests, replacing previous references to SecureBlox and RoleBlox. Additionally, the truffle-config has been updated to accept dynamic network IDs, enhancing compatibility with various development environments. Documentation has also been updated to reflect these changes.
All sanity tests use a **single account contract** (AccountBlox). Set `ACCOUNTBLOX_ADDRESS` in `.env` for manual mode; in auto mode the address is read from Truffle artifacts.
-**simple-vault**: Vault withdrawal and deposit tests
44
44
-**simple-rwa20**: Token minting and burning tests
45
45
46
+
## Contract Configuration
47
+
48
+
All sanity tests use a **single account contract** (AccountBlox). In manual mode set `ACCOUNTBLOX_ADDRESS` in `.env`. In auto mode, the address is read from Truffle artifacts (AccountBlox). SecureBlox and RoleBlox are no longer used by sanity tests.
0 commit comments