Skip to content

Commit

Permalink
fix(scripts): publishers list
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed May 29, 2024
1 parent a5c648f commit 7f7c636
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions scripts/register_publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,39 +68,42 @@
MAINNET
"""
if network == "mainnet":
publishers = ["PRAGMA", "FOURLEAF", "SPACESHARD", "SKYNET_TRADING", "AVNU"]
publishers = [
"PRAGMA",
"FOURLEAF",
"SPACESHARD",
"SKYNET_TRADING",
"AVNU",
"FLOWDESK",
]
publishers_sources = [
THIRD_PARTY_SOURCES,
["FOURLEAF"],
THIRD_PARTY_SOURCES,
["SKYNET_TRADING"],
["AVNU"],
["FLOWDESK"],
]
publisher_address = [
0x06707675CD7DD9256667ECA8284E46F4546711EE0054BC2DD02F0CE572056CF4,
0x073335CC71C93FE46C04C14E09E7CDE7CA7F6147BB36C72DEE7968EC3ABAF70D,
0x035DD30E84F7D61586C6B152524F3F2519DFC11B4DCB9998176B1DE9CFF9A6EA,
0x0155E28E1947350DAC90112F3129B74E3A58D38132C8C26F8552002D78C3656E,
0x00D8219CFB9927C3BABA540AB6684E94A58844EAE0C170F568BA4620BC10050F,
0x077567C3F2B43FA349EF2CCDF3F928D53A7FC4EE38C2411E8330F0E558568BB9,
]
admin_address = 0x02356B628D108863BAF8644C945D97BAD70190AF5957031F4852D00D0F690A77

if network == "sepolia":
publishers = ["PRAGMA", "EQUILIBRIUM", "FOURLEAF", "SPACESHARD", "FLOVTEC", "AVNU"]
publishers = ["PRAGMA", "FOURLEAF", "AVNU"]
publishers_sources = [
THIRD_PARTY_SOURCES,
THIRD_PARTY_SOURCES,
["FOURLEAF"],
THIRD_PARTY_SOURCES,
["FLOVTEC"],
["AVNU"],
]
publisher_address = [
0x04C1D9DA136846AB084AE18CF6CE7A652DF7793B666A16CE46B1BF5850CC739D,
0x021D17FAF34B5E25D88C79BB1EAD9B9651C9599C49833555030EB5AC430F73DD,
0x037A10F2808C05F4A328BDAC9A9344358547AE4676EBDDC005E24FF887B188FD,
0x00005DE00D3720421AB00FDBC47D33D253605C1AC226AB1A0D267F7D57E23305,
0x07CB0DCA5767F238B056665D2F8350E83A2DEE7EAC8EC65E66BBC790A4FECE8A,
0x0279FDE026E3E6CCEACB9C263FECE0C8D66A8F59E8448F3DA5A1968976841C62,
]

Expand Down

0 comments on commit 7f7c636

Please sign in to comment.