feat: add real paths to app site association (#7179)
This commit is contained in:
parent
0feddebcc3
commit
39295e9a33
@ -22,6 +22,22 @@
|
|||||||
{
|
{
|
||||||
"#": "/address/*",
|
"#": "/address/*",
|
||||||
"comment": "Wallet address"
|
"comment": "Wallet address"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"/": "/nfts/asset/*",
|
||||||
|
"comment": "NFT Item"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"/": "/nfts/collection/*",
|
||||||
|
"comment": "NFT Collection"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"/": "/tokens/*",
|
||||||
|
"comment": "Token address"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"/": "/address/*",
|
||||||
|
"comment": "Wallet address"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user