Skip to content

Commit 5f59e21

Browse files
authored
feat: added demo nft contracts (#99)
1 parent d8f56f4 commit 5f59e21

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

index/arbitrum-nova/erc721.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
"keywords": ["erc721", "arbitrum-nova"],
77
"timestamp": "2021-12-08T19:03:47.288Z",
88
"tokens": [
9+
{
10+
"chainId": 42170,
11+
"address": "0x0d402c63cae0200f0723b3e6fa0914627a48462e",
12+
"name": "WaaSDemoItem",
13+
"type": "ERC721",
14+
"symbol": "WDI",
15+
"logoURI": "https://dev-metadata.sequence.app/projects/277/collections/62/tokens/0/image.jpeg",
16+
"extensions": { "link": null, "description": null, "ogImage": null }
17+
}
918
],
10-
"version": { "major": 1, "minor": 0, "patch": 0 }
19+
"version": { "major": 1, "minor": 1, "patch": 0 }
1120
}

index/arbitrum-sepolia/erc721.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
"keywords": ["erc721", "arbitrum-sepolia"],
77
"timestamp": "2021-12-08T19:03:47.288Z",
88
"tokens": [
9+
{
10+
"chainId": 421614,
11+
"address": "0x0d402c63cae0200f0723b3e6fa0914627a48462e",
12+
"name": "WaaSDemoItem",
13+
"type": "ERC721",
14+
"symbol": "WDI",
15+
"logoURI": "https://dev-metadata.sequence.app/projects/277/collections/62/tokens/0/image.jpeg",
16+
"extensions": { "link": null, "description": null, "ogImage": null }
17+
}
918
],
10-
"version": { "major": 1, "minor": 0, "patch": 0 }
19+
"version": { "major": 1, "minor": 1, "patch": 0 }
1120
}

0 commit comments

Comments
 (0)