Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubois-crypto authored Oct 20, 2023
1 parent 6a9cdfc commit 59fee66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Will deploy the ecdsa_verify contract and verify it on chain. You need to provid

## Current Deployments

Current create2 common to all networks address is :0xfdfbd703a269a0cb8e04304a14fbb616de68c424.
| Commit # | Create2 | Mainnets | Testnets |
|--------:|---------|:--:|:----|
|| | | |
|[37](https://github.com/rdubois-crypto/FreshCryptoLib/commit/29f60f19d3a07ec501ce36429f9688d9be372368)| 0xebcaae4af6844b5f24a4730c5f58130977e62a2b | [Polygon](https://polygonscan.com/address/0xebcaae4af6844b5f24a4730c5f58130977e62a2b#code) | [Optimism](https://goerli-optimism.etherscan.io/address/0xebcaae4af6844b5f24a4730c5f58130977e62a2b#code), [Sepolia](https://sepolia.etherscan.io/address/0xebcaae4af6844b5f24a4730c5f58130977e62a2b#code), [Linea](https://explorer.goerli.linea.build/address/0xEBCaaE4Af6844B5F24A4730C5f58130977E62A2B/contracts#address-tabs) |

Code deployment can be check here:

[Sepolia](https://sepolia.etherscan.io/address/0xfdfbd703a269a0cb8e04304a14fbb616de68c424#code)

Here is an example of a successfull ecdsa verification using forge cast over Sepolia :

cast call 0xfdfbd703a269a0cb8e04304a14fbb616de68c424 "ecdsa_verify(bytes32,uint256,uint256,uint256,uint256)" 0xbb5a52f42f9c9261ed4361f59422a1e30036e7c32b270c8807a419feca605023 19738613187745101558623338726804762177711919211234071563652772152683725073944 34753961278895633991577816754222591531863837041401341770838584739693604822390 18614955573315897657680976650685450080931919913269223958732452353593824192568 90223116347859880166570198725387569567414254547569925327988539833150573990205 --rpc-url https://ethereum-sepolia.blockpi.network/v1/rpc/public
cast call 0xebcaae4af6844b5f24a4730c5f58130977e62a2b "ecdsa_verify(bytes32,uint256,uint256,uint256,uint256)" 0xbb5a52f42f9c9261ed4361f59422a1e30036e7c32b270c8807a419feca605023 19738613187745101558623338726804762177711919211234071563652772152683725073944 34753961278895633991577816754222591531863837041401341770838584739693604822390 18614955573315897657680976650685450080931919913269223958732452353593824192568 90223116347859880166570198725387569567414254547569925327988539833150573990205 --rpc-url https://ethereum-sepolia.blockpi.network/v1/rpc/public

0 comments on commit 59fee66

Please sign in to comment.