NEWTON
Asked
2 months ago
4
views
0
My ABIs will be same right? In UI I am assuming I wont have to make any changes
0
Accepted answer
The ABI of your warp’d Cairo contract is different for two reasons:
If you try to interact with your warp’d contracts through warp cli or hardhat- warp then it does the automatic ABI translation for you.
victorforissier.eth
answered
2 months ago
How can I define two functions with the same name but not the same arguments?
How do I develop against cairo devnet with browser wallets?
Is there something going on the testnet StarkNet?
Why am I having trouble deploying my Cairo contract?
How do I connect my wallet to my Pathfinder node?
If I want to use starkex do I have to deploy my custom starkex contracts?
What is the proxy pattern and how it can help make my smart contracts upgradable in Cairo Language?
Are you able to nest mappings in Cairo like you can in Solidity?
Is there any simple way to concat two arrays with known sizes in Cairo?
How to use Access Control in Cairo language securely?
Cairo Error: Unexpected token Token('LPAR', '('). Expected: identifier.
Is there no way for me to have a struct as a `@storage_var` if it contains an array fo felts inside ?
How can I define two functions with the same name but not the same arguments?
How do I connect my DAPP to a Starknet node using starknetjs?