Skip to content

Commit

Permalink
chore: PRAGMA_LP publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Oct 27, 2024
1 parent beec758 commit a01a8d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/mainnet/declarations.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"pragma_Oracle": "0x5e269051bec902aa2bd421d348e023c3893c4ff93de6c5f4b8964cd67cc3fc5",
"pragma_Oracle": "0x230f20832d73433a0ef69663545aabb607a3bbc0ff0a5f75e5d9716730e4141",
"pragma_Ownable": "0x7b50a7a9bbb75d08248135003f1c87f0d44ba23018dc0ca480ac37a901531f3",
"pragma_PublisherRegistry": "0x306288971002bd7906e3a607d504dfb28dcbdc7655a115984e567dce3b67e8f",
"pragma_SummaryStats": "0x3b5bf1c2f918de14620b3c63e2c6543cf0a138df258bce3d03e3fb0b7d2183a",
"pragma_Randomness": "0x2e167703c1deef69c6c5076133d3491fc75d1d1f486e6a8375712d28ff10fa4",
"pragma_ExampleRandomness": "0x2f8197e47fa9776db20a22e009fdeee079f0387cbc823fad5bf0d8e285e81a7",
"pragma_YieldCurve": "0x55a7af6d2df5730c784ec31ca9f71e66f19e8cb78359d23f51aececcc1c04eb"
}
}
3 changes: 3 additions & 0 deletions pragma-deployer/pragma_deployer/register_publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"AVNU",
"FLOWDESK",
"ALENO",
"PRAGMA_LP",
]
PUBLISHERS_SOURCES = [
THIRD_PARTY_SOURCES,
Expand All @@ -70,6 +71,7 @@
["AVNU"],
["FLOWDESK"],
["ALENO"],
["PRAGMA"]
]
PUBLISHER_ADDRESS = [
0x06707675CD7DD9256667ECA8284E46F4546711EE0054BC2DD02F0CE572056CF4,
Expand All @@ -79,6 +81,7 @@
0x00D8219CFB9927C3BABA540AB6684E94A58844EAE0C170F568BA4620BC10050F,
0x077567C3F2B43FA349EF2CCDF3F928D53A7FC4EE38C2411E8330F0E558568BB9,
0x71AD7B064FF7825AB11760207B16A28B54DECC5B02873AF6B1A2527E07925F0,
0x0670DE32356047CB52A160C34741B1B07517068CC6CD191A09670622B7652A39,
]
admin_address = 0x02356B628D108863BAF8644C945D97BAD70190AF5957031F4852D00D0F690A77

Expand Down

0 comments on commit a01a8d4

Please sign in to comment.