Skip to content

Commit

Permalink
🔧 register SPACESHARD & FOURLEAF on sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jan 12, 2024
1 parent 1ddaa7e commit 336e6ec
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions scripts/register_publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,18 @@
admin_address = 0x02356B628D108863BAF8644C945D97BAD70190AF5957031F4852D00D0F690A77

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


Expand Down

0 comments on commit 336e6ec

Please sign in to comment.