Skip to content

Commit

Permalink
Fix batch relayer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed May 22, 2024
1 parent 63a7845 commit 1f4b8b6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

### New Deployments

- Deployed contracts to Fraxtal & Mode.
- Deployed `TimelockAuthorizer` and `TimelockAuthorizerMigrator` to Goerli.
- Deployed contracts to Fraxtal with veBAL support.
- Deployed contracts to Mode without veBAL support.
- Deployed `BatchRelayerLibrary` V5 to all networks.
- Deployed `L2BalancerPseudoMinter` to all networks except Ethereum.
- Deployed `VotingEscrowDelegationProxy` and `NullVotingEscrow` to all networks except Ethereum.
Expand Down
6 changes: 3 additions & 3 deletions addresses/mode.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,15 @@
"contracts": [
{
"name": "BatchRelayerLibrary",
"address": "0x83E443EF4f9963C77bd860f94500075556668cb8"
"address": "0x662112B8CB18889e81459b92CA0f894a2ef2c1B8"
},
{
"name": "BatchRelayerQueryLibrary",
"address": "0xf752dd899F87a91370C1C8ac1488Aef6be687505"
"address": "0x4DdFc173C8F67808AE8F7913DccFfa6bdBFE5b0e"
},
{
"name": "BalancerRelayer",
"address": "0xDe3B7eC86B67B05D312ac8FD935B6F59836F2c41"
"address": "0xb541765F540447646A9545E0A4800A0Bacf9E13D"
}
],
"status": "ACTIVE"
Expand Down
4 changes: 2 additions & 2 deletions deployment-txs/mode.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"0x013D4382F291be5688AFBcc741Ee8A24C66B2C92": "0x97c6a66542152445124ed767cf23f541e5036bcc3397f039894e98c111b6b850",
"0x7A2535f5fB47b8e44c02Ef5D9990588313fe8F05": "0xcd395b3a2d2a09a6b9c40b727323c7a05f14b2a0a231ebd7b8c02511e42c779c",
"0x96484f2aBF5e58b15176dbF1A799627B53F13B6d": "0xaeee679ab2970292b086f39934734f9a7a8ef15ff19b7fe7bd3eda521845e734",
"0x83E443EF4f9963C77bd860f94500075556668cb8": "0xade3f3aabed1d492203310827673afe1c5a3fd4c28d1c8ef5cd5e700281e9f38",
"0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd": "0x039e6975e3d91200a747ae415368dd24e8b5d5cfd1877d3bdb611dc69f0e83a0",
"0xaFCFA565B8e00A3b3EB789dfa19261ed7DCA42C7": "0x17e45bc2a7fdd007fc56b88d66ff24f87b5f585f2a24da51d5b7ed3cc136438c"
"0xaFCFA565B8e00A3b3EB789dfa19261ed7DCA42C7": "0x17e45bc2a7fdd007fc56b88d66ff24f87b5f585f2a24da51d5b7ed3cc136438c",
"0x662112B8CB18889e81459b92CA0f894a2ef2c1B8": "0x97d9a7adfd062e9d37c7fb2fd6f0a67db2b44841e2c41dcd02f2c8c3701279df"
}
2 changes: 1 addition & 1 deletion tasks/20231031-batch-relayer-v6/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
},
mode: {
wstETH: ZERO_ADDRESS,
BalancerMinter: L2BalancerPseudoMinter.output({ network: 'fraxtal' }).L2BalancerPseudoMinter,
BalancerMinter: L2BalancerPseudoMinter.output({ network: 'mode' }).L2BalancerPseudoMinter,
CanCallUserCheckpoint: true,
},
};
6 changes: 3 additions & 3 deletions tasks/20231031-batch-relayer-v6/output/mode.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BatchRelayerLibrary": "0x83E443EF4f9963C77bd860f94500075556668cb8",
"BatchRelayerQueryLibrary": "0xf752dd899F87a91370C1C8ac1488Aef6be687505",
"BalancerRelayer": "0xDe3B7eC86B67B05D312ac8FD935B6F59836F2c41"
"BatchRelayerLibrary": "0x662112B8CB18889e81459b92CA0f894a2ef2c1B8",
"BatchRelayerQueryLibrary": "0x4DdFc173C8F67808AE8F7913DccFfa6bdBFE5b0e",
"BalancerRelayer": "0xb541765F540447646A9545E0A4800A0Bacf9E13D"
}

0 comments on commit 1f4b8b6

Please sign in to comment.