You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dapp's name (in dapp.json) is used now the set the chain-name.
The chain-name should match /^[A-Za-z0-9-_.@]{1,32}$/. I think it makes sense when Dapps (or chain) got both a name and chain-name.
Example
name: 'My New Cool Dapp';
chain-name: 'my-new-cool-dapp';
Of course it will be possible to auto generate chain-name from name.
The text was updated successfully, but these errors were encountered:
The Dapp's name (in
dapp.json
) is used now the set thechain-name
.The
chain-name
should match/^[A-Za-z0-9-_.@]{1,32}$/
. I think it makes sense when Dapps (or chain) got both a name andchain-name
.Example
Of course it will be possible to auto generate
chain-name
fromname
.The text was updated successfully, but these errors were encountered: