chain-registry 2.0.225 → 2.0.226

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1185,6 +1185,35 @@ const info = {
1185
1185
  website: 'https://posthuman.digital/',
1186
1186
  x: 'https://x.com/POSTHUMAN_DVS'
1187
1187
  }
1188
+ },
1189
+ {
1190
+ description: 'POSTHUMAN Reputation (RESP) is the reputation token of the POSTHUMAN ecosystem, migrated from the legacy Juno RESP token to Cosmos Hub through TokenFactory.',
1191
+ extendedDescription: 'RESP is the POSTHUMAN reputation token. This Cosmos Hub TokenFactory asset represents the migration of RESP from the legacy Juno token to Cosmos Hub under the new Reputation SubDAO.',
1192
+ denomUnits: [{
1193
+ denom: 'factory/cosmos1nxxz937qd6zqxllwplydy6hts97c4amaqj8jxa57nsme3dmckk4s3mqujr/RESP',
1194
+ exponent: 0
1195
+ }, {
1196
+ denom: 'resp',
1197
+ exponent: 6
1198
+ }],
1199
+ typeAsset: 'sdk.coin',
1200
+ base: 'factory/cosmos1nxxz937qd6zqxllwplydy6hts97c4amaqj8jxa57nsme3dmckk4s3mqujr/RESP',
1201
+ name: 'POSTHUMAN Reputation',
1202
+ display: 'resp',
1203
+ symbol: 'RESP',
1204
+ logoURIs: {
1205
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/resp.png'
1206
+ },
1207
+ images: [{
1208
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/resp.png',
1209
+ theme: {
1210
+ circle: true
1211
+ }
1212
+ }],
1213
+ socials: {
1214
+ website: 'https://posthuman.digital/',
1215
+ x: 'https://x.com/POSTHUMAN_DVS'
1216
+ }
1188
1217
  }
1189
1218
  ]
1190
1219
  };
@@ -1187,6 +1187,35 @@ const info = {
1187
1187
  website: 'https://posthuman.digital/',
1188
1188
  x: 'https://x.com/POSTHUMAN_DVS'
1189
1189
  }
1190
+ },
1191
+ {
1192
+ description: 'POSTHUMAN Reputation (RESP) is the reputation token of the POSTHUMAN ecosystem, migrated from the legacy Juno RESP token to Cosmos Hub through TokenFactory.',
1193
+ extendedDescription: 'RESP is the POSTHUMAN reputation token. This Cosmos Hub TokenFactory asset represents the migration of RESP from the legacy Juno token to Cosmos Hub under the new Reputation SubDAO.',
1194
+ denomUnits: [{
1195
+ denom: 'factory/cosmos1nxxz937qd6zqxllwplydy6hts97c4amaqj8jxa57nsme3dmckk4s3mqujr/RESP',
1196
+ exponent: 0
1197
+ }, {
1198
+ denom: 'resp',
1199
+ exponent: 6
1200
+ }],
1201
+ typeAsset: 'sdk.coin',
1202
+ base: 'factory/cosmos1nxxz937qd6zqxllwplydy6hts97c4amaqj8jxa57nsme3dmckk4s3mqujr/RESP',
1203
+ name: 'POSTHUMAN Reputation',
1204
+ display: 'resp',
1205
+ symbol: 'RESP',
1206
+ logoURIs: {
1207
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/resp.png'
1208
+ },
1209
+ images: [{
1210
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/resp.png',
1211
+ theme: {
1212
+ circle: true
1213
+ }
1214
+ }],
1215
+ socials: {
1216
+ website: 'https://posthuman.digital/',
1217
+ x: 'https://x.com/POSTHUMAN_DVS'
1218
+ }
1190
1219
  }
1191
1220
  ]
1192
1221
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.225",
3
+ "version": "2.0.226",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.225"
32
+ "@chain-registry/types": "^2.0.226"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "e83ab5e74dc76cf386c62605c6dda96451011cfe"
42
+ "gitHead": "03d712519791bc978b322e7f9fc3be7625615b85"
43
43
  }