Skip to content

Commit a4bed3e

Browse files
committed
deploy UKTBL & SPKCC on Arbitrum One
1 parent 2ac6e2d commit a4bed3e

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

.cache-42161.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,29 @@
3434
"oracle-eurUSTBL": {
3535
"txHash": "0xeab534b48c7f37b2ef7b02c1625a026076dc075afc6a27aa71674c888b61019c",
3636
"address": "0x970E2aDC2fdF53AEa6B5fa73ca6dc30eAFEDfe3D"
37+
},
38+
"token-UKTBL": {
39+
"txHash": "0x4a61e103859e35ccca270a2370ec7e3c1bb7fdf77ab9667c0be6113ba46cd7f8",
40+
"address": "0x903d5990119bC799423e9C25c56518Ba7DD19474"
41+
},
42+
"oracle-UKTBL": {
43+
"txHash": "0xcfc718bd3854d9595677392d9832f47c5a186c6439c53c743e444818435ba1c5",
44+
"address": "0x4f33aCf823E6eEb697180d553cE0c710124C8D59"
45+
},
46+
"token-SPKCC": {
47+
"txHash": "0xb8600cede4f1dc71d4a7195eb2fc495c23524d28e79fc29ab265fb88d2c26c56",
48+
"address": "0x99F70A0e1786402a6796c6B0AA997ef340a5c6da"
49+
},
50+
"oracle-SPKCC": {
51+
"txHash": "0x35b05b70041189fbefe5a5d2e3f1896d90010d74688e7edcaed6e9cf759cbc45",
52+
"address": "0x3868D4e336d14D38031cf680329d31e4712e11cC"
53+
},
54+
"token-eurSPKCC": {
55+
"txHash": "0x52848c75aedadbc389f93ae557e85be8fe5e74b08b31f0ed011c228e2b768a13",
56+
"address": "0x0e389C83Bc1d16d86412476F6103027555C03265"
57+
},
58+
"oracle-eurSPKCC": {
59+
"txHash": "0x48ef8ab6dce51bbf798acfbda5893ff9d18a3b815d615bbee3c630fb75df09d3",
60+
"address": "0x7A16Df1C2Cd8B9EEb9ED9942c82C2e7c90Bb93Db"
3761
}
3862
}

.openzeppelin/arbitrum-one.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,36 @@
4040
"address": "0x970E2aDC2fdF53AEa6B5fa73ca6dc30eAFEDfe3D",
4141
"txHash": "0xeab534b48c7f37b2ef7b02c1625a026076dc075afc6a27aa71674c888b61019c",
4242
"kind": "uups"
43+
},
44+
{
45+
"address": "0x903d5990119bC799423e9C25c56518Ba7DD19474",
46+
"txHash": "0x4a61e103859e35ccca270a2370ec7e3c1bb7fdf77ab9667c0be6113ba46cd7f8",
47+
"kind": "uups"
48+
},
49+
{
50+
"address": "0x4f33aCf823E6eEb697180d553cE0c710124C8D59",
51+
"txHash": "0xcfc718bd3854d9595677392d9832f47c5a186c6439c53c743e444818435ba1c5",
52+
"kind": "uups"
53+
},
54+
{
55+
"address": "0x99F70A0e1786402a6796c6B0AA997ef340a5c6da",
56+
"txHash": "0xb8600cede4f1dc71d4a7195eb2fc495c23524d28e79fc29ab265fb88d2c26c56",
57+
"kind": "uups"
58+
},
59+
{
60+
"address": "0x3868D4e336d14D38031cf680329d31e4712e11cC",
61+
"txHash": "0x35b05b70041189fbefe5a5d2e3f1896d90010d74688e7edcaed6e9cf759cbc45",
62+
"kind": "uups"
63+
},
64+
{
65+
"address": "0x0e389C83Bc1d16d86412476F6103027555C03265",
66+
"txHash": "0x52848c75aedadbc389f93ae557e85be8fe5e74b08b31f0ed011c228e2b768a13",
67+
"kind": "uups"
68+
},
69+
{
70+
"address": "0x7A16Df1C2Cd8B9EEb9ED9942c82C2e7c90Bb93Db",
71+
"txHash": "0x48ef8ab6dce51bbf798acfbda5893ff9d18a3b815d615bbee3c630fb75df09d3",
72+
"kind": "uups"
4373
}
4474
],
4575
"impls": {

scripts/config-42161.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)