cosmos / wallet-registry

Creative Commons Attribution 4.0 International
1 stars 10 forks source link

Add Namespace info #9

Closed JeremyParish69 closed 1 year ago

JeremyParish69 commented 1 year ago

With the recent launch of ICNS, namespace is on mind.

We could have an object property just for namespaces?

...
"namespaces": {
  "icns": true,
  "starname": false,
  "stargaze's namespace": false
},
...

Or each namespace could be an allowed keyword within 'features'?

...
"features": [
  "suggest-chain",
  "icns",
  "starname-namespace"
],
...
pyramation commented 1 year ago

let's keep it in features, seems good to me.