chain-registry 2.0.124 → 2.0.126

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.
@@ -28,30 +28,30 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/bze-alphateam/bze',
31
- recommendedVersion: 'v7.2.0',
32
- compatibleVersions: ['v7.2.0'],
31
+ recommendedVersion: 'v8.0.0',
32
+ compatibleVersions: ['v8.0.0'],
33
33
  binaries: {
34
- "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-amd64.tar.gz',
35
- "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-arm64.tar.gz',
36
- "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-amd64.tar.gz',
37
- "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-arm64.tar.gz',
38
- "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-win64.zip'
34
+ "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-amd64.tar.gz',
35
+ "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-arm64.tar.gz',
36
+ "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-amd64.tar.gz',
37
+ "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-arm64.tar.gz',
38
+ "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-win64.zip'
39
39
  },
40
40
  genesis: {
41
41
  genesisUrl: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
42
42
  },
43
- tag: 'v7.2.0',
43
+ tag: 'v8.0.0',
44
44
  sdk: {
45
45
  type: 'cosmos',
46
- version: 'v0.45.16'
46
+ version: 'v0.50.14'
47
47
  },
48
48
  consensus: {
49
49
  type: 'cometbft',
50
- version: 'v0.34.27'
50
+ version: 'v0.38.17'
51
51
  },
52
52
  ibc: {
53
53
  type: 'go',
54
- version: 'v4.5.1'
54
+ version: 'v8.7.0'
55
55
  }
56
56
  },
57
57
  logoURIs: {
@@ -29,7 +29,7 @@ const info = {
29
29
  }
30
30
  },
31
31
  codebase: {
32
- gitRepo: 'https://github.com/anoma/namada'
32
+ gitRepo: 'https://github.com/namada-net/namada'
33
33
  },
34
34
  apis: {
35
35
  rpc: [
@@ -104,6 +104,12 @@ const info = {
104
104
  ]
105
105
  },
106
106
  explorers: [
107
+ {
108
+ kind: 'Namada Explorer',
109
+ url: 'https://namada.world/',
110
+ txPage: 'https://namada.world/transactions/${txHash}',
111
+ accountPage: 'https://namada.world/account/${accountAddress}'
112
+ },
107
113
  {
108
114
  kind: 'Explorer75',
109
115
  url: 'https://explorer75.org/namada',
@@ -131,7 +137,8 @@ const info = {
131
137
  {
132
138
  kind: 'Coverlet',
133
139
  url: 'https://namada.coverlet.io/',
134
- txPage: 'https://namada.coverlet.io/tx/${txHash}'
140
+ txPage: 'https://namada.coverlet.io/tx/${txHash}',
141
+ accountPage: 'https://namada.coverlet.io/address/${accountAddress}'
135
142
  }
136
143
  ],
137
144
  logoURIs: {
@@ -32,35 +32,35 @@ const info = {
32
32
  },
33
33
  codebase: {
34
34
  gitRepo: 'https://github.com/persistenceOne/persistenceCore',
35
- recommendedVersion: 'v12.0.0',
36
- compatibleVersions: ['v12.0.0'],
35
+ recommendedVersion: 'v16.0.0',
36
+ compatibleVersions: ['v16.0.0'],
37
37
  consensus: {
38
38
  type: 'cometbft',
39
- version: 'v0.37.15'
39
+ version: 'v0.38.19'
40
40
  },
41
41
  binaries: {
42
- "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v12.0.0/persistenceCore-v12.0.0-linux-amd64.tar.gz'
42
+ "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v16.0.0/persistenceCore-v16.0.0-linux-amd64.tar.gz'
43
43
  },
44
44
  genesis: {
45
45
  genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/core-1/final_genesis.json'
46
46
  },
47
47
  sdk: {
48
48
  type: 'cosmos',
49
- repo: 'https://github.com/persistenceOne/cosmos-sdk',
50
- version: 'v0.47.14',
51
- tag: 'v0.47.14-lsm'
49
+ repo: 'https://github.com/cosmos/cosmos-sdk',
50
+ version: 'v0.53.4',
51
+ tag: 'v0.53.4'
52
52
  },
53
53
  ibc: {
54
54
  type: 'go',
55
- version: 'v7.10.0',
55
+ version: 'v10.4.0',
56
56
  icsEnabled: ['ics20-1', 'ics27-1']
57
57
  },
58
58
  cosmwasm: {
59
- version: 'v0.46.0',
59
+ version: 'v0.60.2',
60
60
  path: '$HOME/.persistenceCore/wasm',
61
61
  enabled: true
62
62
  },
63
- tag: 'v12.0.0'
63
+ tag: 'v16.0.0'
64
64
  },
65
65
  logoURIs: {
66
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
@@ -31,32 +31,32 @@ const info = {
31
31
  },
32
32
  codebase: {
33
33
  gitRepo: 'https://github.com/persistenceOne/persistenceCore',
34
- recommendedVersion: 'v12.0.0-rc0',
35
- compatibleVersions: ['v12.0.0-rc0'],
34
+ recommendedVersion: 'v16.0.0-rc0',
35
+ compatibleVersions: ['v16.0.0-rc0'],
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v12.0.0-rc0/persistenceCore-v12.0.0-rc0-linux-amd64.tar.gz'
37
+ "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v16.0.0-rc0/persistenceCore-v16.0.0-rc0-linux-amd64.tar.gz'
38
38
  },
39
39
  genesis: {
40
40
  genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/networks/auditOne/test-core-2/test-core-2/genesis.json'
41
41
  },
42
- tag: 'v12.0.0-rc0',
42
+ tag: 'v16.0.0-rc0',
43
43
  sdk: {
44
44
  type: 'cosmos',
45
- version: 'v0.47.14',
46
- tag: 'v0.47.14-lsm',
47
- repo: 'https://github.com/persistenceOne/cosmos-sdk'
45
+ version: 'v0.53.4',
46
+ tag: 'v0.53.4',
47
+ repo: 'https://github.com/cosmos/cosmos-sdk'
48
48
  },
49
49
  consensus: {
50
50
  type: 'cometbft',
51
- version: 'v0.37.15'
51
+ version: 'v0.38.19'
52
52
  },
53
53
  cosmwasm: {
54
- version: 'v0.46.0',
54
+ version: 'v0.60.2',
55
55
  enabled: true
56
56
  },
57
57
  ibc: {
58
58
  type: 'go',
59
- version: 'v7.10.0',
59
+ version: 'v10.4.0',
60
60
  icsEnabled: ['ics20-1', 'ics27-1']
61
61
  }
62
62
  },
@@ -30,30 +30,30 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  gitRepo: 'https://github.com/bze-alphateam/bze',
33
- recommendedVersion: 'v7.2.0',
34
- compatibleVersions: ['v7.2.0'],
33
+ recommendedVersion: 'v8.0.0',
34
+ compatibleVersions: ['v8.0.0'],
35
35
  binaries: {
36
- "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-amd64.tar.gz',
37
- "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-arm64.tar.gz',
38
- "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-amd64.tar.gz',
39
- "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-arm64.tar.gz',
40
- "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-win64.zip'
36
+ "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-amd64.tar.gz',
37
+ "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-arm64.tar.gz',
38
+ "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-amd64.tar.gz',
39
+ "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-arm64.tar.gz',
40
+ "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-win64.zip'
41
41
  },
42
42
  genesis: {
43
43
  genesisUrl: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
44
44
  },
45
- tag: 'v7.2.0',
45
+ tag: 'v8.0.0',
46
46
  sdk: {
47
47
  type: 'cosmos',
48
- version: 'v0.45.16'
48
+ version: 'v0.50.14'
49
49
  },
50
50
  consensus: {
51
51
  type: 'cometbft',
52
- version: 'v0.34.27'
52
+ version: 'v0.38.17'
53
53
  },
54
54
  ibc: {
55
55
  type: 'go',
56
- version: 'v4.5.1'
56
+ version: 'v8.7.0'
57
57
  }
58
58
  },
59
59
  logoURIs: {
@@ -31,7 +31,7 @@ const info = {
31
31
  }
32
32
  },
33
33
  codebase: {
34
- gitRepo: 'https://github.com/anoma/namada'
34
+ gitRepo: 'https://github.com/namada-net/namada'
35
35
  },
36
36
  apis: {
37
37
  rpc: [
@@ -106,6 +106,12 @@ const info = {
106
106
  ]
107
107
  },
108
108
  explorers: [
109
+ {
110
+ kind: 'Namada Explorer',
111
+ url: 'https://namada.world/',
112
+ txPage: 'https://namada.world/transactions/${txHash}',
113
+ accountPage: 'https://namada.world/account/${accountAddress}'
114
+ },
109
115
  {
110
116
  kind: 'Explorer75',
111
117
  url: 'https://explorer75.org/namada',
@@ -133,7 +139,8 @@ const info = {
133
139
  {
134
140
  kind: 'Coverlet',
135
141
  url: 'https://namada.coverlet.io/',
136
- txPage: 'https://namada.coverlet.io/tx/${txHash}'
142
+ txPage: 'https://namada.coverlet.io/tx/${txHash}',
143
+ accountPage: 'https://namada.coverlet.io/address/${accountAddress}'
137
144
  }
138
145
  ],
139
146
  logoURIs: {
@@ -34,35 +34,35 @@ const info = {
34
34
  },
35
35
  codebase: {
36
36
  gitRepo: 'https://github.com/persistenceOne/persistenceCore',
37
- recommendedVersion: 'v12.0.0',
38
- compatibleVersions: ['v12.0.0'],
37
+ recommendedVersion: 'v16.0.0',
38
+ compatibleVersions: ['v16.0.0'],
39
39
  consensus: {
40
40
  type: 'cometbft',
41
- version: 'v0.37.15'
41
+ version: 'v0.38.19'
42
42
  },
43
43
  binaries: {
44
- "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v12.0.0/persistenceCore-v12.0.0-linux-amd64.tar.gz'
44
+ "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v16.0.0/persistenceCore-v16.0.0-linux-amd64.tar.gz'
45
45
  },
46
46
  genesis: {
47
47
  genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/genesisTransactions/master/core-1/final_genesis.json'
48
48
  },
49
49
  sdk: {
50
50
  type: 'cosmos',
51
- repo: 'https://github.com/persistenceOne/cosmos-sdk',
52
- version: 'v0.47.14',
53
- tag: 'v0.47.14-lsm'
51
+ repo: 'https://github.com/cosmos/cosmos-sdk',
52
+ version: 'v0.53.4',
53
+ tag: 'v0.53.4'
54
54
  },
55
55
  ibc: {
56
56
  type: 'go',
57
- version: 'v7.10.0',
57
+ version: 'v10.4.0',
58
58
  icsEnabled: ['ics20-1', 'ics27-1']
59
59
  },
60
60
  cosmwasm: {
61
- version: 'v0.46.0',
61
+ version: 'v0.60.2',
62
62
  path: '$HOME/.persistenceCore/wasm',
63
63
  enabled: true
64
64
  },
65
- tag: 'v12.0.0'
65
+ tag: 'v16.0.0'
66
66
  },
67
67
  logoURIs: {
68
68
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.124",
3
+ "version": "2.0.126",
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.124"
32
+ "@chain-registry/types": "^2.0.126"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "77c8d85d0c75fb6e566385825d71b68f2bbc20e4"
42
+ "gitHead": "0b350a9f3e04949e1a6274978db96e35b6e40029"
43
43
  }
@@ -33,32 +33,32 @@ const info = {
33
33
  },
34
34
  codebase: {
35
35
  gitRepo: 'https://github.com/persistenceOne/persistenceCore',
36
- recommendedVersion: 'v12.0.0-rc0',
37
- compatibleVersions: ['v12.0.0-rc0'],
36
+ recommendedVersion: 'v16.0.0-rc0',
37
+ compatibleVersions: ['v16.0.0-rc0'],
38
38
  binaries: {
39
- "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v12.0.0-rc0/persistenceCore-v12.0.0-rc0-linux-amd64.tar.gz'
39
+ "linux/amd64": 'https://github.com/persistenceOne/persistenceCore/releases/download/v16.0.0-rc0/persistenceCore-v16.0.0-rc0-linux-amd64.tar.gz'
40
40
  },
41
41
  genesis: {
42
42
  genesisUrl: 'https://raw.githubusercontent.com/persistenceOne/networks/auditOne/test-core-2/test-core-2/genesis.json'
43
43
  },
44
- tag: 'v12.0.0-rc0',
44
+ tag: 'v16.0.0-rc0',
45
45
  sdk: {
46
46
  type: 'cosmos',
47
- version: 'v0.47.14',
48
- tag: 'v0.47.14-lsm',
49
- repo: 'https://github.com/persistenceOne/cosmos-sdk'
47
+ version: 'v0.53.4',
48
+ tag: 'v0.53.4',
49
+ repo: 'https://github.com/cosmos/cosmos-sdk'
50
50
  },
51
51
  consensus: {
52
52
  type: 'cometbft',
53
- version: 'v0.37.15'
53
+ version: 'v0.38.19'
54
54
  },
55
55
  cosmwasm: {
56
- version: 'v0.46.0',
56
+ version: 'v0.60.2',
57
57
  enabled: true
58
58
  },
59
59
  ibc: {
60
60
  type: 'go',
61
- version: 'v7.10.0',
61
+ version: 'v10.4.0',
62
62
  icsEnabled: ['ics20-1', 'ics27-1']
63
63
  }
64
64
  },