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
We currently defined our own implementation of the Starknet core contract using Alloy because we could not import the one from Zaun since it uses ethers.
Expected behavior
After the alloy migration, we want to remove our own small implementation and use the one Zaun's one.
The text was updated successfully, but these errors were encountered:
akhercha
changed the title
fix: Use the starknet-core-contract-client in the Ethereum settlement client
dev: Use the starknet-core-contract-client in the Ethereum settlement client
Jun 25, 2024
apoorvsadana
changed the title
dev: Use the starknet-core-contract-client in the Ethereum settlement client
dev: use core contract implementation from zaun
Jul 18, 2024
Follow-up from this PR: keep-starknet-strange/zaun#18
Current behavior
We currently defined our own implementation of the Starknet core contract using Alloy because we could not import the one from Zaun since it uses ethers.
Expected behavior
After the alloy migration, we want to remove our own small implementation and use the one Zaun's one.
The text was updated successfully, but these errors were encountered: