Generalize matching list agent config fn (#3458)
### Description Generalizes `routerMatchingList` to `matchingList` for use with asymmetric app artifacts ### Drive-by changes - migrate to `matchingList` for some app context agent config ### Related issues - Fixes https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/3441 ### Backward compatibility - Yes ### Testing Unit testspull/3466/head
parent
dcb67e97da
commit
5514ab1deb
@ -1,10 +1,8 @@ |
||||
{ |
||||
"inevm": { |
||||
"router": "0x8358D8291e3bEDb04804975eEa0fe9fe0fAfB147", |
||||
"type": "HypERC20" |
||||
"synthetic": "0x8358D8291e3bEDb04804975eEa0fe9fe0fAfB147" |
||||
}, |
||||
"ethereum": { |
||||
"router": "0xED56728fb977b0bBdacf65bCdD5e17Bb7e84504f", |
||||
"type": "HypERC20Collateral" |
||||
"collateral": "0xED56728fb977b0bBdacf65bCdD5e17Bb7e84504f" |
||||
} |
||||
} |
||||
|
@ -1,10 +1,8 @@ |
||||
{ |
||||
"inevm": { |
||||
"router": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5", |
||||
"type": "HypERC20" |
||||
"synthetic": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5" |
||||
}, |
||||
"ethereum": { |
||||
"router": "0xab852e67bf03E74C89aF67C4BA97dd1088D3dA19", |
||||
"type": "HypERC20Collateral" |
||||
"collateral": "0xab852e67bf03E74C89aF67C4BA97dd1088D3dA19" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue