chain-registry 1.63.54 → 1.63.55

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.
@@ -27,9 +27,9 @@ const info = {
27
27
  }]
28
28
  },
29
29
  codebase: {
30
- cosmos_sdk_version: 'sei-cosmos v0.3.24',
30
+ cosmos_sdk_version: 'sei-cosmos v0.3.31',
31
31
  cosmwasm_enabled: true,
32
- cosmwasm_version: 'sei-wasmd v0.1.9'
32
+ cosmwasm_version: 'sei-wasmd v0.2.3'
33
33
  },
34
34
  logo_URIs: {
35
35
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
@@ -10,11 +10,11 @@ const info = {
10
10
  }, {
11
11
  denom: 'mld',
12
12
  exponent: 6,
13
- aliases: []
13
+ aliases: ['melody']
14
14
  }],
15
15
  type_asset: 'sdk.coin',
16
16
  base: 'note',
17
- name: 'Symphony Testnet',
17
+ name: 'Melody',
18
18
  display: 'mld',
19
19
  symbol: 'MLD',
20
20
  logo_URIs: {
@@ -29,9 +29,9 @@ const info = {
29
29
  }]
30
30
  },
31
31
  codebase: {
32
- cosmos_sdk_version: 'sei-cosmos v0.3.24',
32
+ cosmos_sdk_version: 'sei-cosmos v0.3.31',
33
33
  cosmwasm_enabled: true,
34
- cosmwasm_version: 'sei-wasmd v0.1.9'
34
+ cosmwasm_version: 'sei-wasmd v0.2.3'
35
35
  },
36
36
  logo_URIs: {
37
37
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.63.54",
3
+ "version": "1.63.55",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.46.44",
32
+ "@chain-registry/utils": "^1.46.45",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.45.44"
36
+ "@chain-registry/types": "^0.45.45"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "98e1ba21c2b621f2cd29fa8682e2fd1e81ab42e8"
46
+ "gitHead": "5d711ffbd4bee92f5ff34b837fe0401a0975d813"
47
47
  }
@@ -12,11 +12,11 @@ const info = {
12
12
  }, {
13
13
  denom: 'mld',
14
14
  exponent: 6,
15
- aliases: []
15
+ aliases: ['melody']
16
16
  }],
17
17
  type_asset: 'sdk.coin',
18
18
  base: 'note',
19
- name: 'Symphony Testnet',
19
+ name: 'Melody',
20
20
  display: 'mld',
21
21
  symbol: 'MLD',
22
22
  logo_URIs: {