chain-registry 1.69.537 → 1.69.538

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,17 +28,17 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  git_repo: 'https://github.com/cosmos/gaia',
31
- recommended_version: 'v27.0.0',
32
- compatible_versions: ['v27.0.0'],
31
+ recommended_version: 'v27.1.0',
32
+ compatible_versions: ['v27.1.0'],
33
33
  consensus: {
34
34
  type: 'cometbft',
35
35
  version: 'v0.38.21'
36
36
  },
37
37
  binaries: {
38
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-darwin-arm64',
40
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-linux-amd64',
41
- "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-linux-arm64'
38
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-darwin-amd64',
39
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-darwin-arm64',
40
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-linux-amd64',
41
+ "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-linux-arm64'
42
42
  },
43
43
  genesis: {
44
44
  genesis_url: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
@@ -53,11 +53,11 @@ const info = {
53
53
  version: 'v10.5.0'
54
54
  },
55
55
  cosmwasm: {
56
- version: 'v0.60.2',
56
+ version: 'v0.60.5',
57
57
  repo: 'https://github.com/CosmWasm/wasmd',
58
- tag: 'v0.60.2'
58
+ tag: 'v0.60.5'
59
59
  },
60
- tag: 'v27.0.0'
60
+ tag: 'v27.1.0'
61
61
  },
62
62
  logo_URIs: {
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -27,20 +27,34 @@ const info = {
27
27
  }]
28
28
  },
29
29
  apis: {
30
- rpc: [{
30
+ rpc: [
31
+ {
31
32
  address: 'https://rpc.republicai.io',
32
33
  provider: 'Republic AI'
33
- }, {
34
+ },
35
+ {
34
36
  address: 'https://rpc-t.republic.vinjan-inc.com',
35
37
  provider: 'Vinjan.Inc'
36
- }],
37
- rest: [{
38
+ },
39
+ {
40
+ address: 'https://rpc-republic.onenov.xyz',
41
+ provider: 'OneNov'
42
+ }
43
+ ],
44
+ rest: [
45
+ {
38
46
  address: 'https://rest.republicai.io',
39
47
  provider: 'Republic AI'
40
- }, {
48
+ },
49
+ {
41
50
  address: 'https://api-t.republic.vinjan-inc.com',
42
51
  provider: 'Vinjan.Inc'
43
- }],
52
+ },
53
+ {
54
+ address: 'https://api-republic.onenov.xyz',
55
+ provider: 'OneNov'
56
+ }
57
+ ],
44
58
  "evm-http-jsonrpc": [{
45
59
  address: 'https://evm-rpc.republicai.io',
46
60
  provider: 'Republic AI'
@@ -51,6 +65,11 @@ const info = {
51
65
  url: 'https://explorer.vinjan-inc.com/republic-testnet',
52
66
  tx_page: 'https://explorer.vinjan-inc.com/republic-testnet/tx/${txHash}',
53
67
  account_page: 'https://explorer.vinjan-inc.com/republic-testnet/accounts/${accountAddress}'
68
+ }, {
69
+ kind: 'OneNov',
70
+ url: 'https://republicai-explorer.onenov.xyz',
71
+ tx_page: 'https://republicai-explorer.onenov.xyz/tx/${txHash}',
72
+ account_page: 'https://republicai-explorer.onenov.xyz/validator/${accountAddress}'
54
73
  }],
55
74
  logo_URIs: {
56
75
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/raitestnet/images/rai.png'
@@ -30,17 +30,17 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  git_repo: 'https://github.com/cosmos/gaia',
33
- recommended_version: 'v27.0.0',
34
- compatible_versions: ['v27.0.0'],
33
+ recommended_version: 'v27.1.0',
34
+ compatible_versions: ['v27.1.0'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
37
  version: 'v0.38.21'
38
38
  },
39
39
  binaries: {
40
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-darwin-amd64',
41
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-darwin-arm64',
42
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-linux-amd64',
43
- "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-linux-arm64'
40
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-darwin-amd64',
41
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-darwin-arm64',
42
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-linux-amd64',
43
+ "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-linux-arm64'
44
44
  },
45
45
  genesis: {
46
46
  genesis_url: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
@@ -55,11 +55,11 @@ const info = {
55
55
  version: 'v10.5.0'
56
56
  },
57
57
  cosmwasm: {
58
- version: 'v0.60.2',
58
+ version: 'v0.60.5',
59
59
  repo: 'https://github.com/CosmWasm/wasmd',
60
- tag: 'v0.60.2'
60
+ tag: 'v0.60.5'
61
61
  },
62
- tag: 'v27.0.0'
62
+ tag: 'v27.1.0'
63
63
  },
64
64
  logo_URIs: {
65
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.537",
3
+ "version": "1.69.538",
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": "^0.50.332"
32
+ "@chain-registry/types": "^0.50.333"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "66c7a1fd83d4b4818751b5426697adab104edd30"
42
+ "gitHead": "c56ccb31207af6aaf25156d44312b2169d057162"
43
43
  }
@@ -29,20 +29,34 @@ const info = {
29
29
  }]
30
30
  },
31
31
  apis: {
32
- rpc: [{
32
+ rpc: [
33
+ {
33
34
  address: 'https://rpc.republicai.io',
34
35
  provider: 'Republic AI'
35
- }, {
36
+ },
37
+ {
36
38
  address: 'https://rpc-t.republic.vinjan-inc.com',
37
39
  provider: 'Vinjan.Inc'
38
- }],
39
- rest: [{
40
+ },
41
+ {
42
+ address: 'https://rpc-republic.onenov.xyz',
43
+ provider: 'OneNov'
44
+ }
45
+ ],
46
+ rest: [
47
+ {
40
48
  address: 'https://rest.republicai.io',
41
49
  provider: 'Republic AI'
42
- }, {
50
+ },
51
+ {
43
52
  address: 'https://api-t.republic.vinjan-inc.com',
44
53
  provider: 'Vinjan.Inc'
45
- }],
54
+ },
55
+ {
56
+ address: 'https://api-republic.onenov.xyz',
57
+ provider: 'OneNov'
58
+ }
59
+ ],
46
60
  "evm-http-jsonrpc": [{
47
61
  address: 'https://evm-rpc.republicai.io',
48
62
  provider: 'Republic AI'
@@ -53,6 +67,11 @@ const info = {
53
67
  url: 'https://explorer.vinjan-inc.com/republic-testnet',
54
68
  tx_page: 'https://explorer.vinjan-inc.com/republic-testnet/tx/${txHash}',
55
69
  account_page: 'https://explorer.vinjan-inc.com/republic-testnet/accounts/${accountAddress}'
70
+ }, {
71
+ kind: 'OneNov',
72
+ url: 'https://republicai-explorer.onenov.xyz',
73
+ tx_page: 'https://republicai-explorer.onenov.xyz/tx/${txHash}',
74
+ account_page: 'https://republicai-explorer.onenov.xyz/validator/${accountAddress}'
56
75
  }],
57
76
  logo_URIs: {
58
77
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/raitestnet/images/rai.png'