Skip to content

Commit

Permalink
fix(test): for new devnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Jul 2, 2022
1 parent ce3a453 commit 63d145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const compiledTestDapp = readContract('TestDapp');

const DEFAULT_TEST_PROVIDER_BASE_URL = 'http://127.0.0.1:5050/';
const DEFAULT_TEST_ACCOUNT_ADDRESS = // run `starknet-devnet --seed 0` and this will be the first account
'0x65d53c8ec4178096167b35a08e16e548d8075cb08ad7bc63d07966ca13569dc';
'0x7e00d496e324876bbc8531f2d9a82bf154d1a04a50218ee74cdd372f75a551a';
const DEFAULT_TEST_ACCOUNT_PRIVATE_KEY = '0xe3e70682c2094cac629f6fbed82c07cd';

const BASE_URL = process.env.TEST_PROVIDER_BASE_URL || DEFAULT_TEST_PROVIDER_BASE_URL;
Expand Down

0 comments on commit 63d145f

Please sign in to comment.