Skip to content

Commit

Permalink
Bump viem
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Jun 6, 2024
1 parent 609a082 commit 9c83616
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 166 deletions.
11 changes: 11 additions & 0 deletions contracts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## RSASigner

This contract implements ERC-1271 to validate contract signatures. It's used by Safe{Wallet} as a signer and allows crafting off-chain signatures that are validated on-chain.

### RSASignerFactory

### Deployments

| Network | ChainID | Endorser Proxy |
| ---------------- | ------- | ------------------------------------------ |
| Arbitrum Sepolia | 421614 | 0xd6dA52A1Ad12618c7228920003EAF39f37F5d693 |
174 changes: 9 additions & 165 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"dependencies": {
"node-forge": "^1.3.1",
"permissionless": "^0.1.21",
"viem": "^2.9.28"
"viem": "^2.13.6"
}
}

0 comments on commit 9c83616

Please sign in to comment.