chain-registry 2.0.47 → 2.0.49

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.
Files changed (57) hide show
  1. package/esm/mainnet/asset-lists.js +2 -0
  2. package/esm/mainnet/babylon/asset-list.js +31 -0
  3. package/esm/mainnet/chains.js +2 -0
  4. package/esm/mainnet/chihuahua/chain.js +0 -8
  5. package/esm/mainnet/cosmoshub/ibc-data.js +43 -0
  6. package/esm/mainnet/ibc-data.js +2 -0
  7. package/esm/mainnet/injective/asset-list.js +24 -0
  8. package/esm/mainnet/intento/asset-list.js +28 -0
  9. package/esm/mainnet/intento/chain.js +62 -0
  10. package/esm/mainnet/intento/ibc-data.js +72 -0
  11. package/esm/mainnet/intento/index.js +6 -0
  12. package/esm/mainnet/kichain/chain.js +0 -8
  13. package/esm/mainnet/noble/ibc-data.js +29 -0
  14. package/esm/mainnet/nolus/chain.js +0 -8
  15. package/esm/mainnet/osmosis/ibc-data.js +29 -0
  16. package/esm/mainnet/passage/chain.js +0 -8
  17. package/esm/mainnet/quicksilver/chain.js +0 -4
  18. package/esm/mainnet/rizon/chain.js +0 -8
  19. package/esm/mainnet/saga/ibc-data.js +29 -0
  20. package/esm/mainnet/sentinel/chain.js +0 -8
  21. package/esm/mainnet/sunrise/chain.js +46 -3
  22. package/esm/mainnet/teritori/chain.js +0 -8
  23. package/esm/mainnet/thorchain/asset-list.js +1 -0
  24. package/esm/mainnet/titan/chain.js +0 -8
  25. package/esm/noncosmos/binancesmartchain/asset-list.js +22 -0
  26. package/esm/testnet/xplatestnet/chain.js +7 -7
  27. package/mainnet/asset-lists.js +2 -0
  28. package/mainnet/babylon/asset-list.js +31 -0
  29. package/mainnet/chains.js +2 -0
  30. package/mainnet/chihuahua/chain.js +0 -8
  31. package/mainnet/cosmoshub/ibc-data.js +43 -0
  32. package/mainnet/ibc-data.js +2 -0
  33. package/mainnet/injective/asset-list.js +24 -0
  34. package/mainnet/intento/asset-list.d.ts +3 -0
  35. package/mainnet/intento/asset-list.js +30 -0
  36. package/mainnet/intento/chain.d.ts +3 -0
  37. package/mainnet/intento/chain.js +64 -0
  38. package/mainnet/intento/ibc-data.d.ts +3 -0
  39. package/mainnet/intento/ibc-data.js +74 -0
  40. package/mainnet/intento/index.d.ts +3 -0
  41. package/mainnet/intento/index.js +12 -0
  42. package/mainnet/kichain/chain.js +0 -8
  43. package/mainnet/noble/ibc-data.js +29 -0
  44. package/mainnet/nolus/chain.js +0 -8
  45. package/mainnet/osmosis/ibc-data.js +29 -0
  46. package/mainnet/passage/chain.js +0 -8
  47. package/mainnet/quicksilver/chain.js +0 -4
  48. package/mainnet/rizon/chain.js +0 -8
  49. package/mainnet/saga/ibc-data.js +29 -0
  50. package/mainnet/sentinel/chain.js +0 -8
  51. package/mainnet/sunrise/chain.js +46 -3
  52. package/mainnet/teritori/chain.js +0 -8
  53. package/mainnet/thorchain/asset-list.js +1 -0
  54. package/mainnet/titan/chain.js +0 -8
  55. package/noncosmos/binancesmartchain/asset-list.js +22 -0
  56. package/package.json +3 -3
  57. package/testnet/xplatestnet/chain.js +7 -7
@@ -49,10 +49,6 @@ const info = {
49
49
  address: 'https://rpc.rizon.chaintools.tech/',
50
50
  provider: 'ChainTools'
51
51
  },
52
- {
53
- address: 'https://rizon-rpc.ibs.team/',
54
- provider: 'Inter Blockchain Services'
55
- },
56
52
  {
57
53
  address: 'https://rizon-rpc.publicnode.com:443',
58
54
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -67,10 +63,6 @@ const info = {
67
63
  address: 'https://api.rizon.chaintools.tech/',
68
64
  provider: 'ChainTools'
69
65
  },
70
- {
71
- address: 'https://rizon-api.ibs.team/',
72
- provider: 'Inter Blockchain Services'
73
- },
74
66
  {
75
67
  address: 'https://rizon-rest.publicnode.com',
76
68
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -88,6 +88,35 @@ const info = [
88
88
  }
89
89
  }]
90
90
  },
91
+ {
92
+ $schema: '../ibc_data.schema.json',
93
+ chain1: {
94
+ chainName: 'noble',
95
+ clientId: '07-tendermint-181',
96
+ connectionId: 'connection-175'
97
+ },
98
+ chain2: {
99
+ chainName: 'saga',
100
+ clientId: '07-tendermint-28',
101
+ connectionId: 'connection-23'
102
+ },
103
+ channels: [{
104
+ chain1: {
105
+ channelId: 'channel-169',
106
+ portId: 'transfer'
107
+ },
108
+ chain2: {
109
+ channelId: 'channel-37',
110
+ portId: 'transfer'
111
+ },
112
+ ordering: 'unordered',
113
+ version: 'ics20-1',
114
+ tags: {
115
+ status: 'live',
116
+ preferred: true
117
+ }
118
+ }]
119
+ },
91
120
  {
92
121
  $schema: '../ibc_data.schema.json',
93
122
  chain1: {
@@ -114,10 +114,6 @@ const info = {
114
114
  address: 'https://rpc-sentinel.chainvibes.com:443',
115
115
  provider: 'chainvibes'
116
116
  },
117
- {
118
- address: 'https://sentinel-rpc.ibs.team:443',
119
- provider: 'Inter Blockchain Services'
120
- },
121
117
  {
122
118
  address: 'https://sentinel.rpc.quasarstaking.ai:443',
123
119
  provider: 'Quasar'
@@ -188,10 +184,6 @@ const info = {
188
184
  address: 'https://api-sentinel.chainvibes.com:443',
189
185
  provider: 'chainvibes'
190
186
  },
191
- {
192
- address: 'https://sentinel-api.ibs.team:443',
193
- provider: 'Inter Blockchain Services'
194
- },
195
187
  {
196
188
  address: 'https://sentinel.api.quasarstaking.ai:443',
197
189
  provider: 'Quasar'
@@ -72,6 +72,18 @@ const info = {
72
72
  {
73
73
  address: 'https://rpc.sunrise.tcnetwork.io',
74
74
  provider: 'TC Network'
75
+ },
76
+ {
77
+ address: 'https://rpc.sunrise.nodestake.org',
78
+ provider: 'NodeStake'
79
+ },
80
+ {
81
+ address: 'https://sunrise-rpc.krews.xyz',
82
+ provider: 'Krews'
83
+ },
84
+ {
85
+ address: 'https://sunrise-rpc-2.krews.xyz',
86
+ provider: 'Krews'
75
87
  }
76
88
  ],
77
89
  rest: [
@@ -90,15 +102,34 @@ const info = {
90
102
  {
91
103
  address: 'https://rest.sunrise.tcnetwork.io',
92
104
  provider: 'TC Network'
105
+ },
106
+ {
107
+ address: 'https://api.sunrise.nodestake.org',
108
+ provider: 'NodeStake'
109
+ },
110
+ {
111
+ address: 'https://sunrise-api.krews.xyz',
112
+ provider: 'Krews'
113
+ },
114
+ {
115
+ address: 'https://sunrise-api-2.krews.xyz',
116
+ provider: 'Krews'
93
117
  }
94
118
  ],
95
- grpc: [{
119
+ grpc: [
120
+ {
96
121
  address: 'https://a.consensus.sunrise-1.sunriselayer.io:9092',
97
122
  provider: 'Sunrise Team'
98
- }, {
123
+ },
124
+ {
99
125
  address: 'https://grpc-sunrise.nodeist.net',
100
126
  provider: 'Nodeist'
101
- }]
127
+ },
128
+ {
129
+ address: 'https://grpc.sunrise.nodestake.org:443',
130
+ provider: 'NodeStake'
131
+ }
132
+ ]
102
133
  },
103
134
  explorers: [
104
135
  {
@@ -123,6 +154,18 @@ const info = {
123
154
  url: 'https://explorer.ist/sunrise',
124
155
  txPage: 'https://explorer.ist/sunrise/tx/${txHash}',
125
156
  accountPage: 'https://explorer.ist/sunrise/account/${accountAddress}'
157
+ },
158
+ {
159
+ kind: 'NodeStake explorer',
160
+ url: 'https://explorer.nodestake.org/sunrise',
161
+ txPage: 'https://explorer.nodestake.org/sunrise/tx/${txHash}',
162
+ accountPage: 'https://explorer.nodestake.org/sunrise/account/${accountAddress}'
163
+ },
164
+ {
165
+ kind: 'Krews',
166
+ url: 'https://risescan.krews.xyz',
167
+ txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
168
+ accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
126
169
  }
127
170
  ],
128
171
  images: [{
@@ -69,10 +69,6 @@ const info = {
69
69
  address: 'https://rpc.teritori.silentvalidator.com/',
70
70
  provider: 'silent'
71
71
  },
72
- {
73
- address: 'https://teritori-rpc.ibs.team',
74
- provider: 'Inter Blockchain Services'
75
- },
76
72
  {
77
73
  address: 'https://teritori.rpc.kjnodes.com',
78
74
  provider: 'kjnodes'
@@ -131,10 +127,6 @@ const info = {
131
127
  address: 'https://api.teritori.silentvalidator.com/',
132
128
  provider: 'silent'
133
129
  },
134
- {
135
- address: 'https://teritori-api.ibs.team',
136
- provider: 'Inter Blockchain Services'
137
- },
138
130
  {
139
131
  address: 'https://teritori.api.kjnodes.com',
140
132
  provider: 'kjnodes'
@@ -92,6 +92,7 @@ const info = {
92
92
  images: [{
93
93
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/auto.png'
94
94
  }],
95
+ coingeckoId: 'auto-2',
95
96
  keywords: [
96
97
  'automation',
97
98
  'ai',
@@ -76,10 +76,6 @@ const info = {
76
76
  {
77
77
  address: 'https://titan-rpc-hongkong.titanlab.io:443',
78
78
  provider: 'Titanlab.io'
79
- },
80
- {
81
- address: 'https://titan-rpc.ibs.team',
82
- provider: 'Inter Blockchain Services'
83
79
  }
84
80
  ],
85
81
  rest: [
@@ -98,10 +94,6 @@ const info = {
98
94
  {
99
95
  address: 'https://titan-lcd-hongkong.titanlab.io:443',
100
96
  provider: 'Titanlab.io'
101
- },
102
- {
103
- address: 'https://titan-api.ibs.team',
104
- provider: 'Inter Blockchain Services'
105
97
  }
106
98
  ],
107
99
  grpc: [
@@ -207,6 +207,28 @@ const info = {
207
207
  circle: true
208
208
  }
209
209
  }]
210
+ },
211
+ {
212
+ description: 'The first non-custodial Bitcoin product designed for DeFi',
213
+ denomUnits: [{
214
+ denom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
215
+ exponent: 0
216
+ }, {
217
+ denom: 'CoBTC',
218
+ exponent: 8
219
+ }],
220
+ typeAsset: 'erc20',
221
+ address: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
222
+ base: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
223
+ name: 'Coffer Bitcoin',
224
+ display: 'CoBTC',
225
+ symbol: 'CoBTC',
226
+ logoURIs: {
227
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
228
+ },
229
+ images: [{
230
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
231
+ }]
210
232
  }
211
233
  ]
212
234
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.47",
3
+ "version": "2.0.49",
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.47"
32
+ "@chain-registry/types": "^2.0.49"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "aa75546e34e4bcbf845f8a9fa2bcfae1db630e9f"
42
+ "gitHead": "59c0da6f87e9e03e6c68325569ef0608c755e784"
43
43
  }
@@ -30,11 +30,11 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  gitRepo: 'https://github.com/xpladev/xpla',
33
- recommendedVersion: 'v1.7.0-cube',
34
- compatibleVersions: ['v1.7.0-cube'],
33
+ recommendedVersion: 'v1.8.0-rc2',
34
+ compatibleVersions: ['v1.8.0-rc2'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
- version: 'v0.38.12'
37
+ version: 'v0.38.17'
38
38
  },
39
39
  genesis: {
40
40
  genesisUrl: 'https://github.com/xpladev/testnets/blob/main/cube_47-5/genesis.json'
@@ -42,15 +42,15 @@ const info = {
42
42
  sdk: {
43
43
  type: 'cosmos',
44
44
  repo: 'https://github.com/xpladev/cosmos-sdk',
45
- version: 'v0.50.10',
46
- tag: 'v0.50.10-xpla'
45
+ version: 'v0.53.4',
46
+ tag: 'v0.53.4-xpla'
47
47
  },
48
48
  ibc: {
49
49
  type: 'go',
50
- version: 'v8.4.0'
50
+ version: 'v10.3.0'
51
51
  },
52
52
  cosmwasm: {
53
- version: 'v0.53.2'
53
+ version: 'v0.60.1'
54
54
  }
55
55
  },
56
56
  logoURIs: {