Skip to content

Commit

Permalink
chore: regenerate addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschu committed Jan 20, 2024
1 parent b841481 commit e7e33b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mappings/helpers/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ class Assets {
}

export const cUSD_ADDRESS = Address.fromString('0x765de816845861e75a25fca122bb6898b8b1282a');
export const USDC_ADDRESS = cUSD_ADDRESS;
export const USDC_ADDRESS = Address.fromString('0x765de816845861e75a25fca122bb6898b8b1282a');

export const assets: Assets = {
stableAssets: [
Address.fromString('0x765de816845861e75a25fca122bb6898b8b1282a'), // cUSD
Address.fromString('0x765de816845861e75a25fca122bb6898b8b1282a'), // USDC
],
pricingAssets: [
Address.fromString('0x471EcE3750Da237f93B8E339c536989b8978a438'), // CELO
Expand Down

0 comments on commit e7e33b6

Please sign in to comment.