feat: add Everclear relayer app context (#4912)
### Description Tracks messages from the hub/spoke contracts here https://docs.everclear.org/resources/contracts/mainnet (HubGateway (Everclear hub) <> EverclearSpoke (all other spoke chains)). Went with sender tracking to help us flag if there are other new spokes that pop up ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests -->mo/warp-balance-monitor-validator-names
parent
4c74affecf
commit
2f77bb0601
@ -0,0 +1,20 @@ |
||||
{ |
||||
"everclear": { |
||||
"sender": "0xEFfAB7cCEBF63FbEFB4884964b12259d4374FaAa" |
||||
}, |
||||
"ethereum": { |
||||
"sender": "0x9ADA72CCbAfe94248aFaDE6B604D1bEAacc899A7" |
||||
}, |
||||
"optimism": { |
||||
"sender": "0x9ADA72CCbAfe94248aFaDE6B604D1bEAacc899A7" |
||||
}, |
||||
"bsc": { |
||||
"sender": "0x9ADA72CCbAfe94248aFaDE6B604D1bEAacc899A7" |
||||
}, |
||||
"base": { |
||||
"sender": "0x9ADA72CCbAfe94248aFaDE6B604D1bEAacc899A7" |
||||
}, |
||||
"arbitrum": { |
||||
"sender": "0x9ADA72CCbAfe94248aFaDE6B604D1bEAacc899A7" |
||||
} |
||||
} |
Loading…
Reference in new issue