Change tag:nfts -> ERC721.

pull/241/head
Andrey Dolgolev 2021-09-08 20:41:25 +03:00
rodzic 6c68a21faf
commit 3841b9104a
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ CANONICAL_SUBSCRIPTION_TYPES = {
"ethereum_blockchain": SubscriptionTypeResourceData(
id="ethereum_blockchain",
name="Ethereum transactions",
choices=["input:address", "tag:nfts"],
choices=["input:address", "tag:erc721"],
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",
stripe_product_id=None,
@ -42,7 +42,7 @@ CANONICAL_SUBSCRIPTION_TYPES = {
id="ethereum_txpool",
name="Ethereum transaction pool",
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",
stripe_product_id=None,
stripe_price_id=None,

Wyświetl plik

@ -38,7 +38,7 @@ const _NewSubscription = ({
);
const mapper = {
"tag:nfts": "NFTs",
"tag:erc721": "NFTs",
"input:address": "Address",
};

Wyświetl plik

@ -22,7 +22,7 @@ import ConfirmationRequest from "./ConfirmationRequest";
import ColorSelector from "./ColorSelector";
const mapper = {
"tag:nfts": "NFTs",
"tag:erc721": "NFTs",
"input:address": "Address",
};