Skip to content

Commit

Permalink
Add ronin and g7 chains.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey committed Nov 19, 2024
1 parent 43c0511 commit d7ed951
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions moonstreamapi/moonstreamapi/admin/subscription_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,17 @@
stripe_price_id=None,
active=True,
),
"game7_smartcontract": SubscriptionTypeResourceData(
id="game7_smartcontract",
name="Game7 smartcontracts",
blockchain="game7",
choices=["input:address", "tag:erc721"],
description="Contracts events and tx_calls of contract of Game7 blockchain.",
icon_url="https://static.simiotics.com/moonstream/assets/game7-token-logo.png",
stripe_product_id=None,
stripe_price_id=None,
active=True,
),
"game7_testnet_smartcontract": SubscriptionTypeResourceData(
id="game7_testnet_smartcontract",
name="Game7 Testnet smartcontracts",
Expand Down Expand Up @@ -613,6 +624,28 @@
stripe_price_id=None,
active=False,
),
"ronin_smartcontract": SubscriptionTypeResourceData(
id="ronin_smartcontract",
name="Ronin smartcontracts",
blockchain="ronin",
choices=["input:address", "tag:erc721"],
description="Ronin chain transactions subscription.",
icon_url="https://static.simiotics.com/moonstream/assets/ronin-token-logo.png",
stripe_product_id=None,
stripe_price_id=None,
active=True,
),
"ronin_saigon_smartcontract": SubscriptionTypeResourceData(
id="ronin_saigon_smartcontract",
name="Ronin Saigon smartcontracts",
blockchain="ronin_saigon",
choices=["input:address", "tag:erc721"],
description="Ronin Saigon chain transactions subscription.",
icon_url="https://static.simiotics.com/moonstream/assets/ronin-saigon-token-logo.png",
stripe_product_id=None,
stripe_price_id=None,
active=True,
),
}


Expand Down

0 comments on commit d7ed951

Please sign in to comment.