Skip to content

Commit 7c961aa

Browse files
authored
chore(deps): update dependencies and contract addresses (#538)
2 parents 331bf78 + 22ed07e commit 7c961aa

File tree

5 files changed

+473
-419
lines changed

5 files changed

+473
-419
lines changed

.github/workflows/automatic-feed-request.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Install uv
21-
uses: astral-sh/setup-uv@v2
21+
uses: astral-sh/setup-uv@v5
2222
with:
23-
version: "0.4.7"
24-
- name: Set up python
25-
run: uv python install
23+
version: "latest"
2624
- name: Install dependencies
2725
run: uv sync
2826
- name: Generate issues file

.github/workflows/test-python-examples.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Install uv
18-
uses: astral-sh/setup-uv@v2
18+
uses: astral-sh/setup-uv@v5
1919
with:
20-
version: "0.4.7"
21-
- name: Set up python
22-
run: uv python install
20+
version: "latest"
2321
- name: Install dependencies
2422
run: uv sync --all-extras --dev
2523
- name: Format with ruff

automations/solidity_reference.json

Lines changed: 71 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"name": "PriceSubmitter",
13-
"address": "0x1000000000000000000000000000000000000003"
13+
"address": "0x40bE9271F3a765Ce46fd2B6ddf19dCDf29948548"
1414
},
1515
{
1616
"name": "DistributionTreasury",
@@ -46,19 +46,19 @@
4646
},
4747
{
4848
"name": "FtsoRewardManager",
49-
"address": "0x85627d71921AE25769f5370E482AdA5E1e418d37"
49+
"address": "0xA0FF992E0b33DBdC577e488Dc917a042F7B42875"
5050
},
5151
{
5252
"name": "CleanupBlockNumberManager",
53-
"address": "0xB5cC96c7831Db2b446eA5BD1b006020DD32B6d3a"
53+
"address": "0x2995732aA6DeE6f1e143ca3b80fBE0F139D13537"
5454
},
5555
{
5656
"name": "FtsoRegistry",
5757
"address": "0x13DC2b5053857AE17a4f95aFF55530b267F3E040"
5858
},
5959
{
6060
"name": "VoterWhitelister",
61-
"address": "0x072A199670fAD8883c7A92D108dFA56828EfCE87"
61+
"address": "0x29D476f267d28891595c546adaaf5b85E8F0BfBe"
6262
},
6363
{
6464
"name": "DistributionToDelegators",
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"name": "FtsoManager",
77-
"address": "0x2E99a4543F9ea708Cf8CCaC447515e61706D9DE9"
77+
"address": "0xEFF4283630917cC7902fF14032527Ba46581Be14"
7878
},
7979
{
8080
"name": "WNat",
@@ -118,7 +118,7 @@
118118
},
119119
{
120120
"name": "PollingFtso",
121-
"address": "0xbB907038933d0711e9018C9DC31121C146F2A5a0"
121+
"address": "0x84e6790c97B48195161f899d3C509711e267B391"
122122
},
123123
{
124124
"name": "AddressBinder",
@@ -170,7 +170,7 @@
170170
},
171171
{
172172
"name": "Relay",
173-
"address": "0xea077600E3065F4FAd7161a6D0977741f2618eec"
173+
"address": "0x57a4c3676d08Aa5d15410b5A6A80fBcEF72f3F45"
174174
},
175175
{
176176
"name": "WNatDelegationFee",
@@ -226,11 +226,35 @@
226226
},
227227
{
228228
"name": "RandomNumberV2",
229-
"address": "0xea077600E3065F4FAd7161a6D0977741f2618eec"
229+
"address": "0x57a4c3676d08Aa5d15410b5A6A80fBcEF72f3F45"
230230
},
231231
{
232232
"name": "RewardsV2",
233233
"address": "0xC8f55c5aA2C752eE285Bd872855C749f4ee6239B"
234+
},
235+
{
236+
"name": "FdcHub",
237+
"address": "0xc25c749DC27Efb1864Cb3DADa8845B7687eB2d44"
238+
},
239+
{
240+
"name": "FdcInflationConfigurations",
241+
"address": "0x7F17B5FcbEEEcD9Af1Fc48cDec29F5bE724F6ab2"
242+
},
243+
{
244+
"name": "FdcRequestFeeConfigurations",
245+
"address": "0x259852Ae6d5085bDc0650D3887825f7b76F0c4fe"
246+
},
247+
{
248+
"name": "FdcVerification",
249+
"address": "0x9394c7A36b3Da8de1b4F27cdD0a554dA4Fa7132d"
250+
},
251+
{
252+
"name": "VoterPreRegistry",
253+
"address": "0xeFDBf6F31Aa46c62414Aee82aF43036d16885b48"
254+
},
255+
{
256+
"name": "PollingManagementGroup",
257+
"address": "0x55233A9Ed066621e02b166C416f804b04ee4a03a"
234258
}
235259
],
236260
"FlareTestnetCoston2": [
@@ -244,7 +268,7 @@
244268
},
245269
{
246270
"name": "PriceSubmitter",
247-
"address": "0x1000000000000000000000000000000000000003"
271+
"address": "0x9179aAB4C8b6Ac1402617eFa0fD130AbFa42c6e4"
248272
},
249273
{
250274
"name": "DistributionTreasury",
@@ -280,19 +304,19 @@
280304
},
281305
{
282306
"name": "FtsoRewardManager",
283-
"address": "0x16E6A0b7a26518c336Bca0E935782C22A9EE07Fd"
307+
"address": "0x7A0bFB85387314d7F8C0FcCD9D9B74A76115c322"
284308
},
285309
{
286310
"name": "CleanupBlockNumberManager",
287-
"address": "0xEaA8968E9B70dd2559066E3e801Df1596a4CFA23"
311+
"address": "0xC80D57cBDBaEd9a2540B9C1D51Ff03a916358e65"
288312
},
289313
{
290314
"name": "FtsoRegistry",
291315
"address": "0x48Da21ce34966A64E267CeFb78012C0282D0Ac87"
292316
},
293317
{
294318
"name": "VoterWhitelister",
295-
"address": "0xa497f1Ed4edeA8151fECe457aa26e1D6A4318B6A"
319+
"address": "0xbF4FaE78d3e5aF75A091f01a5405a1B82d740270"
296320
},
297321
{
298322
"name": "DistributionToDelegators",
@@ -308,7 +332,7 @@
308332
},
309333
{
310334
"name": "FtsoManager",
311-
"address": "0x4F52e61907B0ED9f26b88F16B2510a4CA524d6d0"
335+
"address": "0x2675cB89AE83f19cEF8600Eb0E9F2071EDBDf11A"
312336
},
313337
{
314338
"name": "WNat",
@@ -400,7 +424,7 @@
400424
},
401425
{
402426
"name": "Relay",
403-
"address": "0x4087D4B5E009Af9FF41db910205439F82C3dc63c"
427+
"address": "0x97702e350CaEda540935d92aAf213307e9069784"
404428
},
405429
{
406430
"name": "WNatDelegationFee",
@@ -460,7 +484,7 @@
460484
},
461485
{
462486
"name": "RandomNumberV2",
463-
"address": "0x4087D4B5E009Af9FF41db910205439F82C3dc63c"
487+
"address": "0x97702e350CaEda540935d92aAf213307e9069784"
464488
},
465489
{
466490
"name": "RewardsV2",
@@ -481,6 +505,14 @@
481505
{
482506
"name": "FdcVerification",
483507
"address": "0x075bf301fF07C4920e5261f93a0609640F53487D"
508+
},
509+
{
510+
"name": "VoterPreRegistry",
511+
"address": "0x47469Af25c253B4fb9b2a207BF4069574C6CcBd7"
512+
},
513+
{
514+
"name": "PollingManagementGroup",
515+
"address": "0x142a8DbC8410deFd989dA27177986ac66aE9fCA8"
484516
}
485517
],
486518
"SongbirdCanaryNetwork": [
@@ -659,6 +691,22 @@
659691
{
660692
"name": "FdcVerification",
661693
"address": "0xd283afC5A67E2d4Bc700b5B640328Bda22450621"
694+
},
695+
{
696+
"name": "AssetManagerController",
697+
"address": "0x04025BBf6Be30d6cB6ad412c2958c712c6B2BCbA"
698+
},
699+
{
700+
"name": "FtsoV2PriceStore",
701+
"address": "0x85973FA0098F5471e63C2c3FFa3ec8956eDEDF73"
702+
},
703+
{
704+
"name": "VoterPreRegistry",
705+
"address": "0x9Ba9A142FD5B2953667B03dB40D1d77c83F225a2"
706+
},
707+
{
708+
"name": "PollingManagementGroup",
709+
"address": "0x35C55F281B1945aE7ddDb4F1D24f41470aB0326c"
662710
}
663711
],
664712
"SongbirdTestnetCoston": [
@@ -837,6 +885,14 @@
837885
{
838886
"name": "RewardsV2",
839887
"address": "0x2ade9972E7f27200872D378acF7a1BaD8D696FC5"
888+
},
889+
{
890+
"name": "VoterPreRegistry",
891+
"address": "0xD9e8Ee56CB5A06f2070A2793bf76C5dFb3fc3D52"
892+
},
893+
{
894+
"name": "PollingManagementGroup",
895+
"address": "0x4CBEE91ed327e41d1AfcDF7AA99d2696c8D56849"
840896
}
841897
]
842898
}

docs/network/3-solidity-reference.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ export const contracts = [
5959

6060
</Tabs>
6161

62-
:::info
62+
:::tip
6363

6464
`FlareContractRegistry` has the same address across all four networks.
65+
You can query the [`getAllContracts`](/network/solidity-reference/IFlareContractRegistry#getallcontracts) method to fetch all protocol contract addresses on that network.
6566

6667
:::
6768

0 commit comments

Comments
 (0)