feat: add real paths to app site association (#7179)

This commit is contained in:
Zach Pomerantz 2023-08-17 09:05:10 -07:00 committed by GitHub
parent 0feddebcc3
commit 39295e9a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,22 @@
{
"#": "/address/*",
"comment": "Wallet address"
},
{
"/": "/nfts/asset/*",
"comment": "NFT Item"
},
{
"/": "/nfts/collection/*",
"comment": "NFT Collection"
},
{
"/": "/tokens/*",
"comment": "Token address"
},
{
"/": "/address/*",
"comment": "Wallet address"
}
]
}