Skip to content

Commit e7a1f44

Browse files
authored
add modules for arc testnet (#92)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Adds Arc testnet support by extending module address mappings. > > - Update `allowance-module.json` to include `networkAddresses[5042002]` > - Update `social-recovery-module.json` to include `networkAddresses[5042002]` > > No ABI or version changes. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0a21955. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 5981516 commit e7a1f44

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/assets/allowance-module/v0.1.1/allowance-module.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"88882": "0xAA46724893dedD72658219405185Fb0Fc91e091C",
3131
"88888": "0xAA46724893dedD72658219405185Fb0Fc91e091C",
3232
"560048": "0xAA46724893dedD72658219405185Fb0Fc91e091C",
33-
"747474": "0xAA46724893dedD72658219405185Fb0Fc91e091C"
33+
"747474": "0xAA46724893dedD72658219405185Fb0Fc91e091C",
34+
"5042002": "0xAA46724893dedD72658219405185Fb0Fc91e091C"
3435
},
3536
"abi": [
3637
{

src/assets/safe-recovery-module/v0.1.0/social-recovery-module.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"networkAddresses": {
66
"10": "0x4Aa5Bf7D840aC607cb5BD3249e6Af6FC86C04897",
77
"4326": "0x4Aa5Bf7D840aC607cb5BD3249e6Af6FC86C04897",
8+
"5042002": "0x4Aa5Bf7D840aC607cb5BD3249e6Af6FC86C04897",
89
"11155111": "0x4Aa5Bf7D840aC607cb5BD3249e6Af6FC86C04897",
910
"11155420": "0x4Aa5Bf7D840aC607cb5BD3249e6Af6FC86C04897"
1011
},

0 commit comments

Comments
 (0)