Skip to content

Commit

Permalink
feat: add treasure batch contract address (#4991)
Browse files Browse the repository at this point in the history
### Description

- Multicall3 is at a nonstandard address due to it being a zksync chain

### 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
-->
  • Loading branch information
tkporter authored Dec 12, 2024
1 parent c2ca849 commit c351026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/main/config/mainnet_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6322,6 +6322,7 @@
"validatorAnnounce": "0x1196055C61af3e3DA6f8458B07b255a72b64Bcf7"
},
"treasure": {
"batchContractAddress": "0x2e29fe39496a56856D8698bD43e1dF4D0CE6266a",
"blockExplorers": [
{
"apiUrl": "https://rpc-explorer-verify.treasure.lol/contract_verification",
Expand Down

0 comments on commit c351026

Please sign in to comment.