Skip to content

Scheduled update from changes to monorepo #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
221 changes: 187 additions & 34 deletions docs/reference/contracts/deployment-addresses/arbitrum.md

Large diffs are not rendered by default.

161 changes: 127 additions & 34 deletions docs/reference/contracts/deployment-addresses/avalanche.md

Large diffs are not rendered by default.

169 changes: 135 additions & 34 deletions docs/reference/contracts/deployment-addresses/base.md

Large diffs are not rendered by default.

108 changes: 74 additions & 34 deletions docs/reference/contracts/deployment-addresses/fraxtal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,89 @@
# Fraxtal Deployment Addresses

::: info More Details
For more information on specific deployments as well as changelogs for different contract versions, please see the [deployment tasks](https://github.com/balancer/balancer-deployments/tree/master/v2/tasks).
For more information on specific deployments as well as changelogs for different contract versions, please see the [deployment tasks](https://github.com/balancer/balancer-deployments/tree/master/tasks).
:::

## Core
<DeploymentAddresses chain="fraxtal" :active="true" group="core" />

## Pool Factories
<DeploymentAddresses chain="fraxtal" :active="true" group="poolfactory" />

## Authorization
<DeploymentAddresses chain="fraxtal" :active="true" group="authorizations" />


## Gauges and Governance
<DeploymentAddresses chain="fraxtal" :active="true" group="gaugesgovernance" />

## Ungrouped Active/Current Contracts
<DeploymentAddresses chain="fraxtal" :active="true" group="ungrouped" />


## Deprecated Contracts
| Contract | Address | Deployment |
|:---------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------|
| ComposableStablePoolFactory (v6) | [0x4bdCc2fb18AEb9e2d281b0278D946445070EAda7](https://fraxscan.com//address/0x4bdCc2fb18AEb9e2d281b0278D946445070EAda7#code) | [20240223-composable-stable-pool-v6](https://github.com/balancer/balancer-deployments/blob/master/tasks/20240223-composable-stable-pool-v6) |
| ManagedPoolFactory (v2) | [0x7A2535f5fB47b8e44c02Ef5D9990588313fe8F05](https://fraxscan.com//address/0x7A2535f5fB47b8e44c02Ef5D9990588313fe8F05#code) | [20230411-managed-pool-v2](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230411-managed-pool-v2) |
| WeightedPoolFactory (v4) | [0x9dA18982a33FD0c7051B19F0d7C76F2d5E7e017c](https://fraxscan.com//address/0x9dA18982a33FD0c7051B19F0d7C76F2d5E7e017c#code) | [20230320-weighted-pool-v4](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230320-weighted-pool-v4) |

These deployments were in use at some point, and may still be in active operation, for example in the case of pools created with old factories. In general it's better to interact with newer versions when possible.

::: warning Note
If you can only find the contract you are looking for in the deprecated section and it is not an old pool, try checking the deployments tasks to find it or ask in the Discord before using a deprecated contract.
:::
## Core

### Core Contracts
<DeploymentAddresses chain="fraxtal" :active="false" group="core" />
| Contract | Address | Deployment |
|:-------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------|
| BalancerQueries | [0x4132f7AcC9dB7A6cF7BE2Dd3A9DC8b30C7E6E6c8](https://fraxscan.com//address/0x4132f7AcC9dB7A6cF7BE2Dd3A9DC8b30C7E6E6c8#code) | [20220721-balancer-queries](https://github.com/balancer/balancer-deployments/blob/master/tasks/20220721-balancer-queries) |
| BalancerRelayer (v6) | [0xb541765F540447646A9545E0A4800A0Bacf9E13D](https://fraxscan.com//address/0xb541765F540447646A9545E0A4800A0Bacf9E13D#code) | [20231031-batch-relayer-v6](https://github.com/balancer/balancer-deployments/blob/master/tasks/20231031-batch-relayer-v6) |
| BatchRelayerLibrary (v6) | [0x662112B8CB18889e81459b92CA0f894a2ef2c1B8](https://fraxscan.com//address/0x662112B8CB18889e81459b92CA0f894a2ef2c1B8#code) | [20231031-batch-relayer-v6](https://github.com/balancer/balancer-deployments/blob/master/tasks/20231031-batch-relayer-v6) |
| ProtocolFeePercentagesProvider | [0xf23b4DB826DbA14c0e857029dfF076b1c0264843](https://fraxscan.com//address/0xf23b4DB826DbA14c0e857029dfF076b1c0264843#code) | [20220725-protocol-fee-percentages-provider](https://github.com/balancer/balancer-deployments/blob/master/tasks/20220725-protocol-fee-percentages-provider) |
| Vault | [0xBA12222222228d8Ba445958a75a0704d566BF2C8](https://fraxscan.com//address/0xBA12222222228d8Ba445958a75a0704d566BF2C8#code) | [20210418-vault](https://github.com/balancer/balancer-deployments/blob/master/tasks/20210418-vault) |

### Pool Factories
<DeploymentAddresses chain="fraxtal" :active="false" group="poolfactory" />
## Authorization

### Routers
<DeploymentAddresses chain="fraxtal" :active="false" group="routers" />
| Contract | Address | Deployment |
|:--------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------|
| Authorizer | [0xE39B5e3B6D74016b2F6A9673D7d7493B6DF549d5](https://fraxscan.com//address/0xE39B5e3B6D74016b2F6A9673D7d7493B6DF549d5#code) | [20210418-authorizer](https://github.com/balancer/balancer-deployments/blob/master/tasks/20210418-authorizer) |
| AuthorizerAdaptor | [0x36caC20dd805d128c1a6Dd16eeA845C574b5A17C](https://fraxscan.com//address/0x36caC20dd805d128c1a6Dd16eeA845C574b5A17C#code) | [20220325-authorizer-adaptor](https://github.com/balancer/balancer-deployments/blob/master/tasks/20220325-authorizer-adaptor) |
| AuthorizerAdaptorEntrypoint | [0xb9F8AB3ED3F3aCBa64Bc6cd2DcA74B7F38fD7B88](https://fraxscan.com//address/0xb9F8AB3ED3F3aCBa64Bc6cd2DcA74B7F38fD7B88#code) | [20221124-authorizer-adaptor-entrypoint](https://github.com/balancer/balancer-deployments/blob/master/tasks/20221124-authorizer-adaptor-entrypoint) |
| AuthorizerWithAdaptorValidation | [0x6817149cb753BF529565B4D023d7507eD2ff4Bc0](https://fraxscan.com//address/0x6817149cb753BF529565B4D023d7507eD2ff4Bc0#code) | [20230414-authorizer-wrapper](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230414-authorizer-wrapper) |

### Authorization Contracts
## Gauges and Governance

<DeploymentAddresses chain="fraxtal" :active="false" group="authorizations" />
### Gauges and Governance
<DeploymentAddresses chain="fraxtal" :active="false" group="gaugesgovernance" />
| Contract | Address | Deployment |
|:----------------------------|:----------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------|
| ChildChainGauge (v2) | [0x4fb47126Fa83A8734991E41B942Ac29A3266C968](https://fraxscan.com//address/0x4fb47126Fa83A8734991E41B942Ac29A3266C968#code) | [20230316-child-chain-gauge-factory-v2](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230316-child-chain-gauge-factory-v2) |
| ChildChainGaugeFactory (v2) | [0xc3ccacE87f6d3A81724075ADcb5ddd85a8A1bB68](https://fraxscan.com//address/0xc3ccacE87f6d3A81724075ADcb5ddd85a8A1bB68#code) | [20230316-child-chain-gauge-factory-v2](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230316-child-chain-gauge-factory-v2) |
| L2LayerZeroBridgeForwarder | [0xa523f47A933D5020b23629dDf689695AA94612Dc](https://fraxscan.com//address/0xa523f47A933D5020b23629dDf689695AA94612Dc#code) | [20230404-l2-layer0-bridge-forwarder](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230404-l2-layer0-bridge-forwarder) |
| ProtocolFeesCollector | [0xce88686553686DA562CE7Cea497CE749DA109f9F](https://fraxscan.com//address/0xce88686553686DA562CE7Cea497CE749DA109f9F#code) | [20210418-vault](https://github.com/balancer/balancer-deployments/blob/master/tasks/20210418-vault) |
| ProtocolFeesWithdrawer | [0x85a80afee867aDf27B50BdB7b76DA70f1E853062](https://fraxscan.com//address/0x85a80afee867aDf27B50BdB7b76DA70f1E853062#code) | [20220517-protocol-fee-withdrawer](https://github.com/balancer/balancer-deployments/blob/master/tasks/20220517-protocol-fee-withdrawer) |
| VeBoostV2 (v2) | [0x1702067424096F07A60e62cceE3dE9420068492D](https://fraxscan.com//address/0x1702067424096F07A60e62cceE3dE9420068492D#code) | [20230525-l2-veboost-v2](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230525-l2-veboost-v2) |
| VotingEscrowDelegationProxy | [0xE3881627B8DeeBCCF9c23B291430a549Fc0bE5F7](https://fraxscan.com//address/0xE3881627B8DeeBCCF9c23B291430a549Fc0bE5F7#code) | [20230316-l2-ve-delegation-proxy](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230316-l2-ve-delegation-proxy) |

### Ungrouped Inactive Contracts
<DeploymentAddresses chain="fraxtal" :active="false" group="ungrouped" />
## Ungrouped Active/Current Contracts


| Contract | Address | Deployment |
|:-----------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------|
| BalancerHelpers | [0x8E9aa87E45e92bad84D5F8DD1bff34Fb92637dE9](https://fraxscan.com//address/0x8E9aa87E45e92bad84D5F8DD1bff34Fb92637dE9#code) | [20210418-vault](https://github.com/balancer/balancer-deployments/blob/master/tasks/20210418-vault) |
| BatchRelayerQueryLibrary (v6) | [0x4DdFc173C8F67808AE8F7913DccFfa6bdBFE5b0e](https://fraxscan.com//address/0x4DdFc173C8F67808AE8F7913DccFfa6bdBFE5b0e#code) | [20231031-batch-relayer-v6](https://github.com/balancer/balancer-deployments/blob/master/tasks/20231031-batch-relayer-v6) |
| ChainlinkRateProviderFactory | [0x3f170631ed9821Ca51A59D996aB095162438DC10](https://fraxscan.com//address/0x3f170631ed9821Ca51A59D996aB095162438DC10#code) | [20230717-chainlink-rate-provider-factory](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230717-chainlink-rate-provider-factory) |
| GaugeWorkingBalanceHelper | [0x83E443EF4f9963C77bd860f94500075556668cb8](https://fraxscan.com//address/0x83E443EF4f9963C77bd860f94500075556668cb8#code) | [20230526-gauge-working-balance-helper](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230526-gauge-working-balance-helper) |
| L2BalancerPseudoMinter | [0x9805dcfD25e6De36bad8fe9D3Fe2c9b44B764102](https://fraxscan.com//address/0x9805dcfD25e6De36bad8fe9D3Fe2c9b44B764102#code) | [20230316-l2-balancer-pseudo-minter](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230316-l2-balancer-pseudo-minter) |
| MockLiquidityBootstrappingPool | [0xaeace3B34BcA1BFe585e4B0Bb303e60e0771F139](https://fraxscan.com//address/0xaeace3B34BcA1BFe585e4B0Bb303e60e0771F139#code) | [20211202-no-protocol-fee-lbp](https://github.com/balancer/balancer-deployments/blob/master/tasks/20211202-no-protocol-fee-lbp) |
| NoProtocolFeeLiquidityBootstrappingPoolFactory | [0x956CCab09898C0AF2aCa5e6C229c3aD4E93d9288](https://fraxscan.com//address/0x956CCab09898C0AF2aCa5e6C229c3aD4E93d9288#code) | [20211202-no-protocol-fee-lbp](https://github.com/balancer/balancer-deployments/blob/master/tasks/20211202-no-protocol-fee-lbp) |
| NullVotingEscrow | [0x5cF4928a3205728bd12830E1840F7DB85c62a4B9](https://fraxscan.com//address/0x5cF4928a3205728bd12830E1840F7DB85c62a4B9#code) | [20230316-l2-ve-delegation-proxy](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230316-l2-ve-delegation-proxy) |
| OmniVotingEscrowChild | [0xE241C6e48CA045C7f631600a0f1403b2bFea05ad](https://fraxscan.com//address/0xE241C6e48CA045C7f631600a0f1403b2bFea05ad#code) | [20230524-lz-omni-voting-escrow-child](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230524-lz-omni-voting-escrow-child) |
| ProtocolIdRegistry | [0x9dd5Db2d38b50bEF682cE532bCca5DfD203915E1](https://fraxscan.com//address/0x9dd5Db2d38b50bEF682cE532bCca5DfD203915E1#code) | [20230223-protocol-id-registry](https://github.com/balancer/balancer-deployments/blob/master/tasks/20230223-protocol-id-registry) |


# Deprecated Contracts

These deployments were in use at some point, and may still be in active operation, for example in the case of pools created with old factories. In general it's better to interact with newer versions when possible.

#### If you can only find the contract you are looking for in the deprecated section and it is not an old pool, try checking the deployments tasks to find it or ask in the Discord before using a deprecated contract.


No deprecated contracts found


<style scoped>
table {
display: table;
width: 100%;
}
table th:first-of-type, td:first-of-type {
width: 30%;
}
table th:nth-of-type(2) {
width: 40%;
}
td {
max-width: 0;
overflow: hidden;
}
</style>

Loading