You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chore: update deployments - pool factories, monad, and UnbalancedAddViaSwapRouter (#786)
* new pool factories & monad
* add changeset
* enable pool creator for stable, stablesurge, and weighted pool creation
* add UnbalancedAddViaSwapRouter contract
* only add poolCreator to relevant pool type types
* fix tests
* remove unused vars
// Create a map that looks like ['1': '[ChainId.MAINNET]', '10': '[ChainId.OPTIMISM]', ...]
38
16
constchainIdToHumanKey=Object.fromEntries(
@@ -46,8 +24,7 @@ const targetContractsV2 = [
46
24
'BalancerRelayer',
47
25
'BalancerQueries',
48
26
'WeightedPoolFactory',
49
-
'Authorizer',// only ABI?
50
-
// 'BatchRelayer', // Named "BatchRelayerLibrary" in SDK. TODO: investigate https://github.com/balancer/balancer-deployments/tree/master/v2/tasks/20231031-batch-relayer-v6
0 commit comments