Skip to content

Commit 0c03c7b

Browse files
authored
Merge pull request #88 from morpho-org/feat/syrup
feat(SYRUP): spot pricing syrup
2 parents 48974dd + baed287 commit 0c03c7b

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

data/spot-prices.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
"assetChainId": 1,
99
"contractChainId": 1
1010
},
11+
{
12+
"assetAddress": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",
13+
"contractAddress": "0x27941A235804f33D81aDaBb2d56589c5f6Ea6556",
14+
"order": 0,
15+
"type": "uniswap_v3_twap",
16+
"data": "{\"in_token\": 0, \"first_block_number\": 22122859}",
17+
"assetChainId": 1,
18+
"contractChainId": 1
19+
},
1120
{
1221
"assetAddress": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842",
1322
"contractAddress": "0x2F42Df4aF5312B492E9d7F7b2110D9c7bf2D9e4F",

data/tokens.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,17 @@
613613
},
614614
"isWhitelisted": true
615615
},
616+
{
617+
"chainId": 1,
618+
"address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",
619+
"name": "Syrup Token",
620+
"symbol": "SYRUP",
621+
"decimals": 18,
622+
"metadata": {
623+
"logoURI": "https://cdn.morpho.org/assets/logos/syrup.svg"
624+
},
625+
"isWhitelisted": true
626+
},
616627
{
617628
"chainId": 1,
618629
"address": "0xD50DA5F859811A91fD1876C9461fD39c23C747Ad",

0 commit comments

Comments
 (0)