Skip to content

Commit 95d6cc5

Browse files
committed
deploy UKTBL & SPKCC on Polygon
1 parent a4bed3e commit 95d6cc5

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

.cache-137.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,29 @@
3434
"oracle-eurUSTBL": {
3535
"txHash": "0x3071f57193ea877ce48205deee47578fd73545339678a197f65cfe31bf7c20cc",
3636
"address": "0x0183ace58bc8B8F1f84CC8b9eD1210E1c87dF7e0"
37+
},
38+
"token-UKTBL": {
39+
"txHash": "0x5456f5efe8d725e167e9a556a33120caa71b0898f57c77c58416e7ec8f6791ed",
40+
"address": "0x970E2aDC2fdF53AEa6B5fa73ca6dc30eAFEDfe3D"
41+
},
42+
"oracle-UKTBL": {
43+
"txHash": "0x826371d69c9ad95fc2ab697a850b802ceb82bf4ece03262a1be5a48200c761e4",
44+
"address": "0xf695Df6c0f3bB45918A7A82e83348FC59517734E"
45+
},
46+
"token-SPKCC": {
47+
"txHash": "0xb7760e43fcc7b556fb6de01a379bde8bf2a2a76c036cd036cc754570d9cc17b4",
48+
"address": "0x903d5990119bC799423e9C25c56518Ba7DD19474"
49+
},
50+
"oracle-SPKCC": {
51+
"txHash": "0x8f62fc0ff544260135541aa0e64880189af6af6bbb0f540c4c144bb4033c86a5",
52+
"address": "0x4f33aCf823E6eEb697180d553cE0c710124C8D59"
53+
},
54+
"token-eurSPKCC": {
55+
"txHash": "0xf3021021e016adaea4a8eb610a5fecabfce33beedb0debfffad1b08a1b0a2c2f",
56+
"address": "0x99F70A0e1786402a6796c6B0AA997ef340a5c6da"
57+
},
58+
"oracle-eurSPKCC": {
59+
"txHash": "0x4fd5426fd8ab2ec77ec1b20921666963487b42c6407fbd7f6e36e0f7c5ec3ca7",
60+
"address": "0x3868D4e336d14D38031cf680329d31e4712e11cC"
3761
}
3862
}

.openzeppelin/polygon.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,36 @@
4040
"address": "0x0183ace58bc8B8F1f84CC8b9eD1210E1c87dF7e0",
4141
"txHash": "0x3071f57193ea877ce48205deee47578fd73545339678a197f65cfe31bf7c20cc",
4242
"kind": "uups"
43+
},
44+
{
45+
"address": "0x970E2aDC2fdF53AEa6B5fa73ca6dc30eAFEDfe3D",
46+
"txHash": "0x5456f5efe8d725e167e9a556a33120caa71b0898f57c77c58416e7ec8f6791ed",
47+
"kind": "uups"
48+
},
49+
{
50+
"address": "0xf695Df6c0f3bB45918A7A82e83348FC59517734E",
51+
"txHash": "0x826371d69c9ad95fc2ab697a850b802ceb82bf4ece03262a1be5a48200c761e4",
52+
"kind": "uups"
53+
},
54+
{
55+
"address": "0x903d5990119bC799423e9C25c56518Ba7DD19474",
56+
"txHash": "0xb7760e43fcc7b556fb6de01a379bde8bf2a2a76c036cd036cc754570d9cc17b4",
57+
"kind": "uups"
58+
},
59+
{
60+
"address": "0x4f33aCf823E6eEb697180d553cE0c710124C8D59",
61+
"txHash": "0x8f62fc0ff544260135541aa0e64880189af6af6bbb0f540c4c144bb4033c86a5",
62+
"kind": "uups"
63+
},
64+
{
65+
"address": "0x99F70A0e1786402a6796c6B0AA997ef340a5c6da",
66+
"txHash": "0xf3021021e016adaea4a8eb610a5fecabfce33beedb0debfffad1b08a1b0a2c2f",
67+
"kind": "uups"
68+
},
69+
{
70+
"address": "0x3868D4e336d14D38031cf680329d31e4712e11cC",
71+
"txHash": "0x4fd5426fd8ab2ec77ec1b20921666963487b42c6407fbd7f6e36e0f7c5ec3ca7",
72+
"kind": "uups"
4373
}
4474
],
4575
"impls": {

scripts/config-137.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@
1818
"symbol": "eurUSTBL",
1919
"decimals": 5,
2020
"oracle": { "decimals": 6, "quote": "EUR" }
21+
},
22+
{
23+
"name": "Spiko UK T-Bills Money Market Fund",
24+
"symbol": "UKTBL",
25+
"decimals": 5,
26+
"oracle": { "decimals": 6, "quote": "GBP" }
27+
},
28+
{
29+
"name": "Spiko Digital Assets Cash and Carry Fund",
30+
"symbol": "SPKCC",
31+
"decimals": 5,
32+
"oracle": { "decimals": 6, "quote": "USD" }
33+
},
34+
{
35+
"name": "Spiko Digital Assets Cash and Carry Fund (EUR hedged)",
36+
"symbol": "eurSPKCC",
37+
"decimals": 5,
38+
"oracle": { "decimals": 6, "quote": "EUR" }
2139
}
2240
],
2341
"fns": {

0 commit comments

Comments
 (0)