Skip to content

Commit

Permalink
chore: Add multicalls
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jun 6, 2024
1 parent 7582607 commit dcd63d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/config/fraxtal/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as fraxtal from '@/assets/data/contracts/fraxtal.json';
const contracts: Contracts = {
merkleRedeem: '',
merkleOrchard: '',
multicall: '',
multicall: '0xcA11bde05977b3631167028862bE2a173976CA11',
authorizer: fraxtal.Authorizer,
vault: fraxtal.Vault,
weightedPoolFactory: fraxtal.WeightedPoolFactory,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config/mode/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as mode from '@/assets/data/contracts/mode.json';
const contracts: Contracts = {
merkleRedeem: '',
merkleOrchard: '',
multicall: '',
multicall: '0xcA11bde05977b3631167028862bE2a173976CA11',
authorizer: mode.Authorizer,
vault: mode.Vault,
weightedPoolFactory: mode.WeightedPoolFactory,
Expand Down

0 comments on commit dcd63d8

Please sign in to comment.