-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Currently Address added printout looks like this:
--------- Addresses added ---------
{
'addr': '0xAB7cDa41F9f2Ad1436D95c8E0939a7eED2d19692',
'chainId': 11155420,
'isContract': true ,
'name': 'TIMELOCK_FACTORY'
},
{
'addr': '0xC2048614f77D211B2E1FF47381811E6d4D21D523',
'chainId': 11155420,
'isContract': true ,
'name': 'RECOVERY_SPELL_FACTORY'
},
{
'addr': '0x0dB6Ec314b4fa094630ae76eC53381888eDfEF63',
'chainId': 11155420,
'isContract': true ,
'name': 'GUARD'
},
{
'addr': '0xa6567A0bc6F0c465e69947E5d45a0b55d197b4a3',
'chainId': 11155420,
'isContract': true ,
'name': 'INSTANCE_DEPLOYER'
},
{
'addr': '0x9F43232Aa94042e457633Ffd16b6D583b33A73a4',
'chainId': 11155420,
'isContract': true ,
'name': 'ADDRESS_CALCULATION'
}
We need to change the following:
- remove chainid from output
- go from single quotes
'to double quotes"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels