chain-registry 1.69.594 → 1.69.596

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.
@@ -58,6 +58,10 @@ const info = {
58
58
  {
59
59
  address: 'https://assetmantle-rpc.publicnode.com:443',
60
60
  provider: 'Allnodes ⚡️ Nodes & Staking'
61
+ },
62
+ {
63
+ address: 'https://mantle-rpc.dungeon.games',
64
+ provider: 'Dungeon'
61
65
  }
62
66
  ],
63
67
  rest: [
@@ -80,6 +84,10 @@ const info = {
80
84
  {
81
85
  address: 'https://assetmantle-rest.publicnode.com',
82
86
  provider: 'Allnodes ⚡️ Nodes & Staking'
87
+ },
88
+ {
89
+ address: 'https://mantle-lcd.dungeon.games',
90
+ provider: 'Dungeon'
83
91
  }
84
92
  ],
85
93
  grpc: [
@@ -87,6 +87,10 @@ const info = {
87
87
  {
88
88
  address: 'https://lumera-rpc.linknode.org',
89
89
  provider: 'AstroStake'
90
+ },
91
+ {
92
+ address: 'https://lumera-rpc.dungeon.games',
93
+ provider: 'Dungeon'
90
94
  }
91
95
  ],
92
96
  rest: [
@@ -109,6 +113,10 @@ const info = {
109
113
  {
110
114
  address: 'https://lumera-api.linknode.org',
111
115
  provider: 'AstroStake'
116
+ },
117
+ {
118
+ address: 'https://lumera-lcd.dungeon.games',
119
+ provider: 'Dungeon'
112
120
  }
113
121
  ],
114
122
  grpc: [
@@ -27,17 +27,15 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  git_repo: 'https://github.com/cosmos/gaia',
30
- recommended_version: 'v27.3.0-rc0',
31
- compatible_versions: ['v27.3.0-rc0'],
30
+ recommended_version: 'v27.4.0-rc0',
31
+ compatible_versions: ['v27.4.0-rc0'],
32
32
  consensus: {
33
33
  type: 'cometbft',
34
- version: 'v0.38.21'
34
+ version: 'v0.38.23'
35
35
  },
36
36
  binaries: {
37
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-darwin-amd64',
38
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-darwin-arm64',
39
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-linux-amd64',
40
- "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-linux-arm64'
37
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.4.0-rc0/gaiad-v27.4.0-rc0-darwin-amd64',
38
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.4.0-rc0/gaiad-v27.4.0-rc0-linux-amd64'
41
39
  },
42
40
  genesis: {
43
41
  genesis_url: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
@@ -52,11 +50,11 @@ const info = {
52
50
  version: 'v10.6.0'
53
51
  },
54
52
  cosmwasm: {
55
- version: 'v0.60.6',
53
+ version: 'v0.60.7',
56
54
  repo: 'https://github.com/CosmWasm/wasmd',
57
- tag: 'v0.60.6'
55
+ tag: 'v0.60.7'
58
56
  },
59
- tag: 'v27.3.0-rc0'
57
+ tag: 'v27.4.0-rc0'
60
58
  },
61
59
  apis: {
62
60
  rpc: [
@@ -60,6 +60,10 @@ const info = {
60
60
  {
61
61
  address: 'https://assetmantle-rpc.publicnode.com:443',
62
62
  provider: 'Allnodes ⚡️ Nodes & Staking'
63
+ },
64
+ {
65
+ address: 'https://mantle-rpc.dungeon.games',
66
+ provider: 'Dungeon'
63
67
  }
64
68
  ],
65
69
  rest: [
@@ -82,6 +86,10 @@ const info = {
82
86
  {
83
87
  address: 'https://assetmantle-rest.publicnode.com',
84
88
  provider: 'Allnodes ⚡️ Nodes & Staking'
89
+ },
90
+ {
91
+ address: 'https://mantle-lcd.dungeon.games',
92
+ provider: 'Dungeon'
85
93
  }
86
94
  ],
87
95
  grpc: [
@@ -89,6 +89,10 @@ const info = {
89
89
  {
90
90
  address: 'https://lumera-rpc.linknode.org',
91
91
  provider: 'AstroStake'
92
+ },
93
+ {
94
+ address: 'https://lumera-rpc.dungeon.games',
95
+ provider: 'Dungeon'
92
96
  }
93
97
  ],
94
98
  rest: [
@@ -111,6 +115,10 @@ const info = {
111
115
  {
112
116
  address: 'https://lumera-api.linknode.org',
113
117
  provider: 'AstroStake'
118
+ },
119
+ {
120
+ address: 'https://lumera-lcd.dungeon.games',
121
+ provider: 'Dungeon'
114
122
  }
115
123
  ],
116
124
  grpc: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.594",
3
+ "version": "1.69.596",
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.364"
32
+ "@chain-registry/types": "^0.50.365"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "d283362194f05473bf1977481274114de82dcd14"
42
+ "gitHead": "3e5a49851b1893998c42411553ae2a942cefdaaf"
43
43
  }
@@ -29,17 +29,15 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  git_repo: 'https://github.com/cosmos/gaia',
32
- recommended_version: 'v27.3.0-rc0',
33
- compatible_versions: ['v27.3.0-rc0'],
32
+ recommended_version: 'v27.4.0-rc0',
33
+ compatible_versions: ['v27.4.0-rc0'],
34
34
  consensus: {
35
35
  type: 'cometbft',
36
- version: 'v0.38.21'
36
+ version: 'v0.38.23'
37
37
  },
38
38
  binaries: {
39
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-darwin-amd64',
40
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-darwin-arm64',
41
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-linux-amd64',
42
- "linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0-rc0/gaiad-v27.3.0-rc0-linux-arm64'
39
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.4.0-rc0/gaiad-v27.4.0-rc0-darwin-amd64',
40
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.4.0-rc0/gaiad-v27.4.0-rc0-linux-amd64'
43
41
  },
44
42
  genesis: {
45
43
  genesis_url: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
@@ -54,11 +52,11 @@ const info = {
54
52
  version: 'v10.6.0'
55
53
  },
56
54
  cosmwasm: {
57
- version: 'v0.60.6',
55
+ version: 'v0.60.7',
58
56
  repo: 'https://github.com/CosmWasm/wasmd',
59
- tag: 'v0.60.6'
57
+ tag: 'v0.60.7'
60
58
  },
61
- tag: 'v27.3.0-rc0'
59
+ tag: 'v27.4.0-rc0'
62
60
  },
63
61
  apis: {
64
62
  rpc: [