chain-registry 2.0.181 → 2.0.183

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
  gitRepo: 'https://github.com/cosmos/gaia',
31
- recommendedVersion: 'v27.0.0',
32
- compatibleVersions: ['v27.0.0'],
31
+ recommendedVersion: 'v27.1.0',
32
+ compatibleVersions: ['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
  genesisUrl: '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
  logoURIs: {
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -48,18 +48,30 @@ const info = {
48
48
  rpc: [{
49
49
  address: 'https://rpc.kiivalidator.com',
50
50
  provider: 'Kiichain'
51
+ }, {
52
+ address: 'https://rpc-kiichain-mainnet.onenov.xyz',
53
+ provider: 'OneNov'
51
54
  }],
52
55
  rest: [{
53
56
  address: 'https://lcd.kiivalidator.com',
54
57
  provider: 'Kiichain'
58
+ }, {
59
+ address: 'https://api-kiichain-mainnet.onenov.xyz',
60
+ provider: 'OneNov'
55
61
  }],
56
62
  grpc: [{
57
63
  address: 'grpc.kiivalidator.com',
58
64
  provider: 'Kiichain'
65
+ }, {
66
+ address: 'grpc-kiichain-mainnet.onenov.xyz:443',
67
+ provider: 'OneNov'
59
68
  }],
60
69
  evmHttpJsonrpc: [{
61
70
  address: 'https://json-rpc.kiivalidator.com',
62
71
  provider: 'Kiichain'
72
+ }, {
73
+ address: 'https://evm-kiichain-mainnet.onenov.xyz',
74
+ provider: 'OneNov'
63
75
  }]
64
76
  },
65
77
  logoURIs: {
@@ -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
  evmHttpJsonrpc: [{
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
  txPage: 'https://explorer.vinjan-inc.com/republic-testnet/tx/${txHash}',
53
67
  accountPage: 'https://explorer.vinjan-inc.com/republic-testnet/accounts/${accountAddress}'
68
+ }, {
69
+ kind: 'OneNov',
70
+ url: 'https://republicai-explorer.onenov.xyz',
71
+ txPage: 'https://republicai-explorer.onenov.xyz/tx/${txHash}',
72
+ accountPage: 'https://republicai-explorer.onenov.xyz/validator/${accountAddress}'
54
73
  }],
55
74
  logoURIs: {
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
  gitRepo: 'https://github.com/cosmos/gaia',
33
- recommendedVersion: 'v27.0.0',
34
- compatibleVersions: ['v27.0.0'],
33
+ recommendedVersion: 'v27.1.0',
34
+ compatibleVersions: ['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
  genesisUrl: '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
  logoURIs: {
65
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
@@ -50,18 +50,30 @@ const info = {
50
50
  rpc: [{
51
51
  address: 'https://rpc.kiivalidator.com',
52
52
  provider: 'Kiichain'
53
+ }, {
54
+ address: 'https://rpc-kiichain-mainnet.onenov.xyz',
55
+ provider: 'OneNov'
53
56
  }],
54
57
  rest: [{
55
58
  address: 'https://lcd.kiivalidator.com',
56
59
  provider: 'Kiichain'
60
+ }, {
61
+ address: 'https://api-kiichain-mainnet.onenov.xyz',
62
+ provider: 'OneNov'
57
63
  }],
58
64
  grpc: [{
59
65
  address: 'grpc.kiivalidator.com',
60
66
  provider: 'Kiichain'
67
+ }, {
68
+ address: 'grpc-kiichain-mainnet.onenov.xyz:443',
69
+ provider: 'OneNov'
61
70
  }],
62
71
  evmHttpJsonrpc: [{
63
72
  address: 'https://json-rpc.kiivalidator.com',
64
73
  provider: 'Kiichain'
74
+ }, {
75
+ address: 'https://evm-kiichain-mainnet.onenov.xyz',
76
+ provider: 'OneNov'
65
77
  }]
66
78
  },
67
79
  logoURIs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.181",
3
+ "version": "2.0.183",
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.181"
32
+ "@chain-registry/types": "^2.0.183"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "b3a9906911610c486a44bc2376c0545cc1f3d766"
42
+ "gitHead": "9894cfcdbe60d9d4507a603bba0dfbe07634ecc2"
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
  evmHttpJsonrpc: [{
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
  txPage: 'https://explorer.vinjan-inc.com/republic-testnet/tx/${txHash}',
55
69
  accountPage: 'https://explorer.vinjan-inc.com/republic-testnet/accounts/${accountAddress}'
70
+ }, {
71
+ kind: 'OneNov',
72
+ url: 'https://republicai-explorer.onenov.xyz',
73
+ txPage: 'https://republicai-explorer.onenov.xyz/tx/${txHash}',
74
+ accountPage: 'https://republicai-explorer.onenov.xyz/validator/${accountAddress}'
56
75
  }],
57
76
  logoURIs: {
58
77
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/raitestnet/images/rai.png'