Skip to content

Commit

Permalink
Add optimism, celo, gchain, base deployments (#13)
Browse files Browse the repository at this point in the history
Using blockscan I noticed that the module was deployed to some chains
that weren't included
https://blockscan.com/address/0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb
  • Loading branch information
mmv08 authored Jan 8, 2024
1 parent 64f74d7 commit f3ee523
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/safe-4337-module/v0.2.0/add-modules-lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
"version": "0.2.0",
"networkAddresses": {
"5": "0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb",
"10": "0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb",
"100": "0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb",
"137": "0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb",
"42220": "0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb",
"80001": "0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb",
"84532": "0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb",
"11155111": "0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb"
},
"abi": [
Expand Down
4 changes: 4 additions & 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 @@ -4,8 +4,12 @@
"version": "0.2.0",
"networkAddresses": {
"5": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"10": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"100": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"137": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"42220": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"80001": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"84532": "0xa581c4A4DB7175302464fF3C06380BC3270b4037",
"11155111": "0xa581c4A4DB7175302464fF3C06380BC3270b4037"
},
"abi": [
Expand Down

0 comments on commit f3ee523

Please sign in to comment.