Skip to content

Commit

Permalink
change createVault address #8
Browse files Browse the repository at this point in the history
  • Loading branch information
nadyasav committed Oct 19, 2023
1 parent cb9c3f3 commit 4be2a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/createPool/CreatePool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function CreatePool() {
address: `0x${ABI.createVault.address}`,
abi: abiCreatePool,
eventName: 'ProfitPalsVaultCreated',
listener(log) {
listener: (log) => {
console.log('Created pool data: ', log);
},
});
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const ANIMATION_MS = 200;
export const ABI = {
createVault: {
name: 'createVault',
address: 'fD6c08b35b4B61A5cd82164F3F4139EEd9b53263',
address: 'DdfA2afB05a06cC8D50BEd38E4f7B12AfedC12D2',
},
};

Expand Down

0 comments on commit 4be2a61

Please sign in to comment.