Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
update Starknet config to account for the new implementation contract
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamColdMelon committed Mar 13, 2024
1 parent a5e2305 commit afc5a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/starknet.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract ConfigStarknet {

starknetValues = StarknetValues({
l2_spell: 0, // Set to zero if no spell is set.
core_implementation: 0x3CeCEe6B359fAc09c79Ca4032826894F7e660B33, // As at 2023-05-17
core_implementation: 0x55bBBE4C8E426Be2Ec6F5b05A1728f9AFCa1Eb5C, // As at 2024-03-13
dai_bridge_isOpen: 1, // 1 open, 0 closed
dai_bridge_ceiling: 5_000_000 * WAD, // wei
dai_bridge_maxDeposit: type(uint256).max, // wei
Expand Down

0 comments on commit afc5a20

Please sign in to comment.