kopia lustrzana https://github.com/bugout-dev/moonstream
Change tag:nfts -> ERC721.
rodzic
6c68a21faf
commit
3841b9104a
|
|
@ -20,7 +20,7 @@ CANONICAL_SUBSCRIPTION_TYPES = {
|
||||||
"ethereum_blockchain": SubscriptionTypeResourceData(
|
"ethereum_blockchain": SubscriptionTypeResourceData(
|
||||||
id="ethereum_blockchain",
|
id="ethereum_blockchain",
|
||||||
name="Ethereum transactions",
|
name="Ethereum transactions",
|
||||||
choices=["input:address", "tag:nfts"],
|
choices=["input:address", "tag:erc721"],
|
||||||
description="Transactions that have been mined into the Ethereum blockchain",
|
description="Transactions that have been mined into the Ethereum blockchain",
|
||||||
icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/ethereum/eth-diamond-purple.png",
|
icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/ethereum/eth-diamond-purple.png",
|
||||||
stripe_product_id=None,
|
stripe_product_id=None,
|
||||||
|
|
@ -42,7 +42,7 @@ CANONICAL_SUBSCRIPTION_TYPES = {
|
||||||
id="ethereum_txpool",
|
id="ethereum_txpool",
|
||||||
name="Ethereum transaction pool",
|
name="Ethereum transaction pool",
|
||||||
description="Transactions that have been submitted into the Ethereum transaction pool but not necessarily mined yet",
|
description="Transactions that have been submitted into the Ethereum transaction pool but not necessarily mined yet",
|
||||||
choices=["input:address", "tag:nfts"],
|
choices=["input:address", "tag:erc721"],
|
||||||
icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/ethereum/eth-diamond-rainbow.png",
|
icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/ethereum/eth-diamond-rainbow.png",
|
||||||
stripe_product_id=None,
|
stripe_product_id=None,
|
||||||
stripe_price_id=None,
|
stripe_price_id=None,
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ const _NewSubscription = ({
|
||||||
);
|
);
|
||||||
|
|
||||||
const mapper = {
|
const mapper = {
|
||||||
"tag:nfts": "NFTs",
|
"tag:erc721": "NFTs",
|
||||||
"input:address": "Address",
|
"input:address": "Address",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ import ConfirmationRequest from "./ConfirmationRequest";
|
||||||
import ColorSelector from "./ColorSelector";
|
import ColorSelector from "./ColorSelector";
|
||||||
|
|
||||||
const mapper = {
|
const mapper = {
|
||||||
"tag:nfts": "NFTs",
|
"tag:erc721": "NFTs",
|
||||||
"input:address": "Address",
|
"input:address": "Address",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue