Skip to content

Commit

Permalink
updated starknet core implementation address
Browse files Browse the repository at this point in the history
  • Loading branch information
SidestreamIcedMango committed Sep 2, 2024
1 parent 3414a8f commit c662de8
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: 0x6E0aCfDC3cf17A7f99ed34Be56C3DFb93F464e24, // As of 2024-03-14
core_implementation: 0x47103A9b801eB6a63555897d399e4b7c1c8Eb5bC, // As of 2024-08-21
dai_bridge_isOpen: 0, // 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 c662de8

Please sign in to comment.