Skip to content

Commit

Permalink
Update 4337 Asset Lists (#37)
Browse files Browse the repository at this point in the history
In some cases I compared the byte code with diff checker

v0.2.0 mainnet: https://www.diffchecker.com/ebvOi5Ms/

but most cases I just checked for existence of a contract and the first
few bytes. here are the scan links to all the v0.3.0 networks added:
| ChainId | Deployment |

|---------|--------------------------------------------------------------------------------------------------|
| 1 |
[Etherscan](https://etherscan.io/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
| 10 | [Optimistic
Etherscan](https://optimistic.etherscan.io/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
| 56 |
[BSCScan](https://bscscan.com/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
| 97 | [Testnet
BSCScan](https://testnet.bscscan.com/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
| 100 |
[GnosisScan](https://gnosisscan.io/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
| 137 |
[PolygonScan](https://polygonscan.com/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
| 8453 |
[BaseScan](https://basescan.org/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
| 42161 |
[Arbiscan](https://arbiscan.io/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
| 84532 | [Sepolia
BaseScan](https://sepolia.basescan.org/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
| 421614 | [Sepolia
Arbiscan](https://sepolia.arbiscan.io/address/0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226#code)
|
  • Loading branch information
bh2smith authored Sep 16, 2024
1 parent 88e1189 commit b9304bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/safe-4337-module/v0.2.0/safe-4337-module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"contractName": "Safe4337Module",
"version": "0.2.0",
"networkAddresses": {
"1": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"5": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"10": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"100": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
Expand Down
10 changes: 10 additions & 0 deletions src/assets/safe-4337-module/v0.3.0/safe-4337-module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
"contractName": "Safe4337Module",
"version": "0.3.0",
"networkAddresses": {
"1": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"10": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"56": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"97": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"100": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"137": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"480": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"8453": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"42161": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"84532": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"421614": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"11155111": "0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226"
},
"abi": [
Expand Down

0 comments on commit b9304bf

Please sign in to comment.