Skip to content

Commit

Permalink
Merge pull request #3 from Kolektivo-Labs/chore/set-pricing-assets
Browse files Browse the repository at this point in the history
Chore/set pricing assets
  • Loading branch information
fabianschu authored Jan 20, 2024
2 parents c1d5547 + bcc8ee1 commit 892f9ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion assets/celo-alfajores.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
],
"pricingAssets": [
{
"address": "0x524d97a67f50f4a062c28c74f60703aec9028a94",
"address": "0xeda66c3cA9612352Fccf9b87160E275550FcB918",
"symbol": "WCELO"
},
{
"address": "0x5b096389111c6b3e4f1eda9968d450c7a81e1d43",
"symbol": "cEURO"
}
]
}
6 changes: 4 additions & 2 deletions src/mappings/helpers/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export const assets: Assets = {
Address.fromString('0x4a4AC35B50DAf081C22856ebB26561F3a22598C6'), // USDC
],
pricingAssets: [
Address.fromString('0x524d97a67f50f4a062c28c74f60703aec9028a94'), // WCELO
Address.fromString('0xeda66c3cA9612352Fccf9b87160E275550FcB918'), // WCELO
Address.fromString('0x5b096389111c6b3e4f1eda9968d450c7a81e1d43'), // cEURO
],
fxAssetAggregators: [

Check failure on line 25 in src/mappings/helpers/assets.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `⏎··`
],
fxAssetAggregators: [],
};

0 comments on commit 892f9ea

Please sign in to comment.