chain-registry 2.0.114 → 2.0.115

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.
@@ -7,7 +7,7 @@ const info = {
7
7
  prettyName: 'Bitway',
8
8
  chainType: 'cosmos',
9
9
  chainId: 'bitway-1',
10
- bech32Prefix: 'bitway',
10
+ bech32Prefix: 'bc',
11
11
  daemonName: 'bitwayd',
12
12
  nodeHome: '$HOME/.bitway',
13
13
  keyAlgos: ['secp256k1'],
@@ -125,6 +125,10 @@ const info = {
125
125
  {
126
126
  address: 'https://terra-rpc.node39.top',
127
127
  provider: 'Node39'
128
+ },
129
+ {
130
+ address: 'https://terra-m-rpc.onnode.org',
131
+ provider: 'OnNode'
128
132
  }
129
133
  ],
130
134
  rest: [
@@ -175,6 +179,10 @@ const info = {
175
179
  {
176
180
  address: 'https://terra-api.node39.top',
177
181
  provider: 'Node39'
182
+ },
183
+ {
184
+ address: 'https://terra-m-api.onnode.org',
185
+ provider: 'OnNode'
178
186
  }
179
187
  ],
180
188
  grpc: [
@@ -267,6 +275,12 @@ const info = {
267
275
  url: 'https://explorer.node39.top/terra',
268
276
  txPage: 'https://explorer.node39.top/terra/transactions/${txHash}',
269
277
  accountPage: 'https://explorer.node39.top/terra/accounts/${accountAddress}'
278
+ },
279
+ {
280
+ kind: 'OnNode',
281
+ url: 'https://explorer.onnode.org/terra',
282
+ txPage: 'https://explorer.onnode.org/terra/transactions/${txHash}',
283
+ accountPage: 'https://explorer.onnode.org/terra/accounts/${accountAddress}'
270
284
  }
271
285
  ],
272
286
  images: [{
@@ -128,22 +128,22 @@ const info = [
128
128
  chain1: {
129
129
  chainName: 'agoricdevnet',
130
130
  chainId: 'agoricdev-25',
131
- clientId: '07-tendermint-128',
132
- connectionId: 'connection-82'
131
+ clientId: '07-tendermint-9',
132
+ connectionId: 'connection-9'
133
133
  },
134
134
  chain2: {
135
135
  chainName: 'neutrontestnet',
136
136
  chainId: 'pion-1',
137
- clientId: '07-tendermint-553',
138
- connectionId: 'connection-474'
137
+ clientId: '07-tendermint-602',
138
+ connectionId: 'connection-558'
139
139
  },
140
140
  channels: [{
141
141
  chain1: {
142
- channelId: 'channel-62',
142
+ channelId: 'channel-7',
143
143
  portId: 'transfer'
144
144
  },
145
145
  chain2: {
146
- channelId: 'channel-1578',
146
+ channelId: 'channel-1748',
147
147
  portId: 'transfer'
148
148
  },
149
149
  ordering: 'unordered',
@@ -4,22 +4,22 @@ const info = [
4
4
  chain1: {
5
5
  chainName: 'agoricdevnet',
6
6
  chainId: 'agoricdev-25',
7
- clientId: '07-tendermint-128',
8
- connectionId: 'connection-82'
7
+ clientId: '07-tendermint-9',
8
+ connectionId: 'connection-9'
9
9
  },
10
10
  chain2: {
11
11
  chainName: 'neutrontestnet',
12
12
  chainId: 'pion-1',
13
- clientId: '07-tendermint-553',
14
- connectionId: 'connection-474'
13
+ clientId: '07-tendermint-602',
14
+ connectionId: 'connection-558'
15
15
  },
16
16
  channels: [{
17
17
  chain1: {
18
- channelId: 'channel-62',
18
+ channelId: 'channel-7',
19
19
  portId: 'transfer'
20
20
  },
21
21
  chain2: {
22
- channelId: 'channel-1578',
22
+ channelId: 'channel-1748',
23
23
  portId: 'transfer'
24
24
  },
25
25
  ordering: 'unordered',
@@ -9,7 +9,7 @@ const info = {
9
9
  prettyName: 'Bitway',
10
10
  chainType: 'cosmos',
11
11
  chainId: 'bitway-1',
12
- bech32Prefix: 'bitway',
12
+ bech32Prefix: 'bc',
13
13
  daemonName: 'bitwayd',
14
14
  nodeHome: '$HOME/.bitway',
15
15
  keyAlgos: ['secp256k1'],
@@ -127,6 +127,10 @@ const info = {
127
127
  {
128
128
  address: 'https://terra-rpc.node39.top',
129
129
  provider: 'Node39'
130
+ },
131
+ {
132
+ address: 'https://terra-m-rpc.onnode.org',
133
+ provider: 'OnNode'
130
134
  }
131
135
  ],
132
136
  rest: [
@@ -177,6 +181,10 @@ const info = {
177
181
  {
178
182
  address: 'https://terra-api.node39.top',
179
183
  provider: 'Node39'
184
+ },
185
+ {
186
+ address: 'https://terra-m-api.onnode.org',
187
+ provider: 'OnNode'
180
188
  }
181
189
  ],
182
190
  grpc: [
@@ -269,6 +277,12 @@ const info = {
269
277
  url: 'https://explorer.node39.top/terra',
270
278
  txPage: 'https://explorer.node39.top/terra/transactions/${txHash}',
271
279
  accountPage: 'https://explorer.node39.top/terra/accounts/${accountAddress}'
280
+ },
281
+ {
282
+ kind: 'OnNode',
283
+ url: 'https://explorer.onnode.org/terra',
284
+ txPage: 'https://explorer.onnode.org/terra/transactions/${txHash}',
285
+ accountPage: 'https://explorer.onnode.org/terra/accounts/${accountAddress}'
272
286
  }
273
287
  ],
274
288
  images: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.114",
3
+ "version": "2.0.115",
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.114"
32
+ "@chain-registry/types": "^2.0.115"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "b77c2cbba70436eeef886ac967d38e1bf3282eab"
42
+ "gitHead": "781aa2c32c449e3ea54a24e8c064f96422f2a1fe"
43
43
  }
@@ -130,22 +130,22 @@ const info = [
130
130
  chain1: {
131
131
  chainName: 'agoricdevnet',
132
132
  chainId: 'agoricdev-25',
133
- clientId: '07-tendermint-128',
134
- connectionId: 'connection-82'
133
+ clientId: '07-tendermint-9',
134
+ connectionId: 'connection-9'
135
135
  },
136
136
  chain2: {
137
137
  chainName: 'neutrontestnet',
138
138
  chainId: 'pion-1',
139
- clientId: '07-tendermint-553',
140
- connectionId: 'connection-474'
139
+ clientId: '07-tendermint-602',
140
+ connectionId: 'connection-558'
141
141
  },
142
142
  channels: [{
143
143
  chain1: {
144
- channelId: 'channel-62',
144
+ channelId: 'channel-7',
145
145
  portId: 'transfer'
146
146
  },
147
147
  chain2: {
148
- channelId: 'channel-1578',
148
+ channelId: 'channel-1748',
149
149
  portId: 'transfer'
150
150
  },
151
151
  ordering: 'unordered',
@@ -6,22 +6,22 @@ const info = [
6
6
  chain1: {
7
7
  chainName: 'agoricdevnet',
8
8
  chainId: 'agoricdev-25',
9
- clientId: '07-tendermint-128',
10
- connectionId: 'connection-82'
9
+ clientId: '07-tendermint-9',
10
+ connectionId: 'connection-9'
11
11
  },
12
12
  chain2: {
13
13
  chainName: 'neutrontestnet',
14
14
  chainId: 'pion-1',
15
- clientId: '07-tendermint-553',
16
- connectionId: 'connection-474'
15
+ clientId: '07-tendermint-602',
16
+ connectionId: 'connection-558'
17
17
  },
18
18
  channels: [{
19
19
  chain1: {
20
- channelId: 'channel-62',
20
+ channelId: 'channel-7',
21
21
  portId: 'transfer'
22
22
  },
23
23
  chain2: {
24
- channelId: 'channel-1578',
24
+ channelId: 'channel-1748',
25
25
  portId: 'transfer'
26
26
  },
27
27
  ordering: 'unordered',