@chain-registry/juno 1.70.195 → 1.70.197

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.
package/chain.js CHANGED
@@ -36,10 +36,10 @@ const chain = {
36
36
  },
37
37
  codebase: {
38
38
  git_repo: 'https://github.com/CosmosContracts/juno',
39
- recommended_version: 'v24.0.0',
40
- compatible_versions: ['v24.0.0'],
39
+ recommended_version: 'v27.0.0',
40
+ compatible_versions: ['v27.0.0'],
41
41
  binaries: {
42
- "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v24.0.0/junod'
42
+ "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v27.0.0/junod'
43
43
  },
44
44
  consensus: {
45
45
  type: 'cometbft',
@@ -50,7 +50,7 @@ const chain = {
50
50
  },
51
51
  sdk: {
52
52
  type: 'cosmos',
53
- version: 'v0.47.12'
53
+ version: 'v0.47.15'
54
54
  },
55
55
  ibc: {
56
56
  type: 'go',
package/esm/chain.js CHANGED
@@ -34,10 +34,10 @@ const chain = {
34
34
  },
35
35
  codebase: {
36
36
  git_repo: 'https://github.com/CosmosContracts/juno',
37
- recommended_version: 'v24.0.0',
38
- compatible_versions: ['v24.0.0'],
37
+ recommended_version: 'v27.0.0',
38
+ compatible_versions: ['v27.0.0'],
39
39
  binaries: {
40
- "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v24.0.0/junod'
40
+ "linux/amd64": 'https://github.com/CosmosContracts/juno/releases/download/v27.0.0/junod'
41
41
  },
42
42
  consensus: {
43
43
  type: 'cometbft',
@@ -48,7 +48,7 @@ const chain = {
48
48
  },
49
49
  sdk: {
50
50
  type: 'cosmos',
51
- version: 'v0.47.12'
51
+ version: 'v0.47.15'
52
52
  },
53
53
  ibc: {
54
54
  type: 'go',
package/esm/testnet.js CHANGED
@@ -5,7 +5,7 @@ const testnet = {
5
5
  network_type: 'testnet',
6
6
  pretty_name: 'Juno Testnet',
7
7
  chain_type: 'cosmos',
8
- chain_id: 'uni-6',
8
+ chain_id: 'uni-7',
9
9
  bech32_prefix: 'juno',
10
10
  daemon_name: 'junod',
11
11
  node_home: '$HOME/.juno',
@@ -26,25 +26,25 @@ const testnet = {
26
26
  },
27
27
  codebase: {
28
28
  git_repo: 'https://github.com/CosmosContracts/juno',
29
- recommended_version: 'v15.0.0-alpha.2',
30
- compatible_versions: ['v15.0.0', 'v15.0.0-alpha.2'],
29
+ recommended_version: 'v27.0.0',
30
+ compatible_versions: ['v27.0.0'],
31
31
  consensus: {
32
- type: 'tendermint',
33
- version: '0.34'
32
+ type: 'cometbft',
33
+ version: 'v0.37.8'
34
34
  },
35
35
  genesis: {
36
- genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
36
+ genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-7/genesis.zip'
37
37
  },
38
38
  sdk: {
39
39
  type: 'cosmos',
40
- version: '0.45'
40
+ version: 'v0.47.15'
41
41
  },
42
42
  ibc: {
43
43
  type: 'go',
44
- version: '4.3.1'
44
+ version: 'v7.6.0'
45
45
  },
46
46
  cosmwasm: {
47
- version: '0.31',
47
+ version: 'v0.46',
48
48
  enabled: true
49
49
  }
50
50
  },
@@ -52,13 +52,16 @@ const testnet = {
52
52
  rpc: [{
53
53
  address: 'https://juno-testnet-rpc.polkachu.com',
54
54
  provider: 'Polkachu'
55
+ }, {
56
+ address: 'https://rpc-uni.junonetwork.io',
57
+ provider: 'Juno Network'
55
58
  }],
56
59
  rest: [{
57
60
  address: 'https://juno-testnet-api.polkachu.com',
58
61
  provider: 'Polkachu'
59
62
  }, {
60
- address: 'https://juno.api.t.stavr.tech',
61
- provider: '🔥STAVR🔥'
63
+ address: 'https://lcd-uni.junonetwork.io',
64
+ provider: 'Juno Network'
62
65
  }],
63
66
  grpc: [{
64
67
  address: 'juno-testnet-grpc.polkachu.com:12690',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.195",
3
+ "version": "1.70.197",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.69.195"
32
+ "chain-registry": "^1.69.197"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.123"
35
+ "@chain-registry/types": "^0.50.124"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "7815cf88af4674a9c1774e0bd5be53d1412f8489"
46
+ "gitHead": "11d3474104f6acf390c77e618d9f1ff35537deb4"
47
47
  }
package/testnet.js CHANGED
@@ -7,7 +7,7 @@ const testnet = {
7
7
  network_type: 'testnet',
8
8
  pretty_name: 'Juno Testnet',
9
9
  chain_type: 'cosmos',
10
- chain_id: 'uni-6',
10
+ chain_id: 'uni-7',
11
11
  bech32_prefix: 'juno',
12
12
  daemon_name: 'junod',
13
13
  node_home: '$HOME/.juno',
@@ -28,25 +28,25 @@ const testnet = {
28
28
  },
29
29
  codebase: {
30
30
  git_repo: 'https://github.com/CosmosContracts/juno',
31
- recommended_version: 'v15.0.0-alpha.2',
32
- compatible_versions: ['v15.0.0', 'v15.0.0-alpha.2'],
31
+ recommended_version: 'v27.0.0',
32
+ compatible_versions: ['v27.0.0'],
33
33
  consensus: {
34
- type: 'tendermint',
35
- version: '0.34'
34
+ type: 'cometbft',
35
+ version: 'v0.37.8'
36
36
  },
37
37
  genesis: {
38
- genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
38
+ genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-7/genesis.zip'
39
39
  },
40
40
  sdk: {
41
41
  type: 'cosmos',
42
- version: '0.45'
42
+ version: 'v0.47.15'
43
43
  },
44
44
  ibc: {
45
45
  type: 'go',
46
- version: '4.3.1'
46
+ version: 'v7.6.0'
47
47
  },
48
48
  cosmwasm: {
49
- version: '0.31',
49
+ version: 'v0.46',
50
50
  enabled: true
51
51
  }
52
52
  },
@@ -54,13 +54,16 @@ const testnet = {
54
54
  rpc: [{
55
55
  address: 'https://juno-testnet-rpc.polkachu.com',
56
56
  provider: 'Polkachu'
57
+ }, {
58
+ address: 'https://rpc-uni.junonetwork.io',
59
+ provider: 'Juno Network'
57
60
  }],
58
61
  rest: [{
59
62
  address: 'https://juno-testnet-api.polkachu.com',
60
63
  provider: 'Polkachu'
61
64
  }, {
62
- address: 'https://juno.api.t.stavr.tech',
63
- provider: '🔥STAVR🔥'
65
+ address: 'https://lcd-uni.junonetwork.io',
66
+ provider: 'Juno Network'
64
67
  }],
65
68
  grpc: [{
66
69
  address: 'juno-testnet-grpc.polkachu.com:12690',