Skip to content

Commit

Permalink
fix: Base/Avax claims (#4225)
Browse files Browse the repository at this point in the history
* fix: Base bal minter address

* chore: Fix Avax bal minter
  • Loading branch information
garethfuller authored Sep 22, 2023
1 parent eea695a commit f93abc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/data/contracts/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"DistributionScheduler": "0xC128a9954e6c874eA3d62ce62B468bA073093F25",
"ERC4626LinearPoolFactory": "0x4507d91Cd2C0D51D9B4F30Bf0B93AFC938A70BA5",
"ExternalWeightedMath": "0xDF9B5B00Ef9bca66e9902Bd813dB14e4343Be025",
"L2BalancerPseudoMinter": "0xEa924b45a3fcDAAdf4E5cFB1665823B8F8F2039B",
"L2BalancerPseudoMinter": "0x85a80afee867aDf27B50BdB7b76DA70f1E853062",
"L2LayerZeroBridgeForwarder": "0x4638ab64022927C9bD5947607459D13f57f1551C",
"ManagedPoolAddRemoveTokenLib": "0xAcf05BE5134d64d150d153818F8C67EE36996650",
"ManagedPoolAmmLib": "0xA69E0Ccf150a29369D8Bbc0B3f510849dB7E8EEE",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/data/contracts/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"GaugeWorkingBalanceHelper": "0xa7d524046ef89de9F8e4f2d7B029f66cCB738d48",
"GearboxLinearPoolFactory": "0x9Dd32684176638D977883448A4c914311c07bd62",
"InvestmentPoolFactory": "",
"L2BalancerPseudoMinter": "0xc7E5ED1054A24Ef31D827E6F86caA58B3Bc168d7",
"L2BalancerPseudoMinter": "0x0c5538098EBe88175078972F514C9e101D325D4F",
"L2LayerZeroBridgeForwarder": "0x8eA89804145c007e7D226001A96955ad53836087",
"LiquidityBootstrappingPoolFactory": "",
"ManagedPoolAddRemoveTokenLib": "0xb19382073c7A0aDdbb56Ac6AF1808Fa49e377B75",
Expand Down

0 comments on commit f93abc3

Please sign in to comment.