Skip to content

Commit

Permalink
change address #8
Browse files Browse the repository at this point in the history
  • Loading branch information
nadyasav committed Oct 19, 2023
1 parent 4be2a61 commit a089d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: 'DdfA2afB05a06cC8D50BEd38E4f7B12AfedC12D2',
address: '546C7a5166928a1F20F62456d2E9DdaDf6CEFcBe',
},
};

Expand All @@ -15,7 +15,7 @@ export const TOKENS = {
MATIC: {
fullName: 'MATIC',
name: 'MATIC',
address: '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270',
address: '0x0000000000000000000000000000000000001010',
decimals: 18,
iconPath: 'assets/img/tokens/polygon-matic-logo.svg',
},
Expand Down

0 comments on commit a089d71

Please sign in to comment.