Skip to content

Commit

Permalink
refactor: moves multicall address
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschu committed Dec 23, 2023
1 parent 5fa6bd0 commit 680e317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/assets/data/contracts/alfajores.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"VotingEscrowDelegationProxy": "",
"WeightedPool2TokensFactory": "",
"WeightedPoolFactory": "0x997252b17F61fFc6Ca2fDDd7fa1Cb0cdb98f202D",
"YearnLinearPoolFactory": ""
"YearnLinearPoolFactory": "",
"Multicall": "0xca11bde05977b3631167028862be2a173976ca11"
}
2 changes: 1 addition & 1 deletion src/lib/config/alfajores/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const contracts: Contracts = {
merkleRedeem: '',
merkleOrchard: '',
merkleOrchardV2: '',
multicall: '0xca11bde05977b3631167028862be2a173976ca11',
multicall: alfajores.Multicall,
authorizer: alfajores.Authorizer,
vault: alfajores.Vault,
weightedPoolFactory: alfajores.WeightedPoolFactory,
Expand Down

0 comments on commit 680e317

Please sign in to comment.