Skip to content

Commit

Permalink
deploy eurUSTBL on polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
wewelll committed Nov 7, 2024
1 parent 5a885a1 commit a6aeb8b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cache-137.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,13 @@
"oracle-USTBL": {
"txHash": "0x3161a4c6590c1b2d99d8cdc47de35fb4d36d643638be28199ca56eb1a98ca042",
"address": "0x021289588cd81dC1AC87ea91e91607eEF68303F5"
},
"token-eurUSTBL": {
"txHash": "0xab11d731f92bc5d1fee8044f62d2a8a4f5a24f2406b8785ba82952834400b7f0",
"address": "0x75cB1BD539eE2cb22031603a7b437F1F7077B05e"
},
"oracle-eurUSTBL": {
"txHash": "0x3071f57193ea877ce48205deee47578fd73545339678a197f65cfe31bf7c20cc",
"address": "0x0183ace58bc8B8F1f84CC8b9eD1210E1c87dF7e0"
}
}
10 changes: 10 additions & 0 deletions .openzeppelin/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
"address": "0x021289588cd81dC1AC87ea91e91607eEF68303F5",
"txHash": "0x3161a4c6590c1b2d99d8cdc47de35fb4d36d643638be28199ca56eb1a98ca042",
"kind": "uups"
},
{
"address": "0x75cB1BD539eE2cb22031603a7b437F1F7077B05e",
"txHash": "0xab11d731f92bc5d1fee8044f62d2a8a4f5a24f2406b8785ba82952834400b7f0",
"kind": "uups"
},
{
"address": "0x0183ace58bc8B8F1f84CC8b9eD1210E1c87dF7e0",
"txHash": "0x3071f57193ea877ce48205deee47578fd73545339678a197f65cfe31bf7c20cc",
"kind": "uups"
}
],
"impls": {
Expand Down
6 changes: 6 additions & 0 deletions scripts/config-137.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"symbol": "USTBL",
"decimals": 5,
"oracle": { "decimals": 6, "quote": "USD" }
},
{
"name": "Spiko US T-Bills Money Market Fund (EUR)",
"symbol": "eurUSTBL",
"decimals": 5,
"oracle": { "decimals": 6, "quote": "EUR" }
}
],
"fns": {
Expand Down

0 comments on commit a6aeb8b

Please sign in to comment.