chain-registry 2.0.44 → 2.0.46

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.
@@ -21,6 +21,7 @@ const info = {
21
21
  name: 'GGEZ1',
22
22
  display: 'ggez1',
23
23
  symbol: 'GGEZ1',
24
+ coingeckoId: 'ggez1',
24
25
  logoURIs: {
25
26
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png',
26
27
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg'
@@ -13824,7 +13824,6 @@ const info = {
13824
13824
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
13825
13825
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
13826
13826
  }],
13827
- coingeckoId: 'nim-network',
13828
13827
  keywords: [
13829
13828
  'gaming',
13830
13829
  'AI',
@@ -14997,7 +14996,8 @@ const info = {
14997
14996
  }]
14998
14997
  },
14999
14998
  {
15000
- description: 'Rakoff Token is the Meme Token for Terra Classic',
14999
+ description: 'Juris Protocol is the premier lending platform for the Terra Ecosystem, delivering decentralized lending and borrowing markets to enhance financial accessibility and utility.',
15000
+ extendedDescription: 'Juris Protocol is a sophisticated DeFi platform built on Terra Classic, leveraging CosmWasm smart contracts to provide secure, transparent lending and borrowing solutions. Designed to empower users, it supports assets like USTC and LUNC, driving yield opportunities and ecosystem growth. Terra Classic, originally engineered for algorithmic stablecoins, uses LUNC to stabilize its financial infrastructure. Juris Protocol advances this vision with audited contracts, KYC-verified governance, and an IBC bridge for seamless Cosmos integration, ensuring a robust, user-focused DeFi experience.',
15001
15001
  denomUnits: [{
15002
15002
  denom: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
15003
15003
  exponent: 0,
@@ -15011,6 +15011,11 @@ const info = {
15011
15011
  name: 'Juris Protocol',
15012
15012
  display: 'rakoff',
15013
15013
  symbol: 'JURIS',
15014
+ coingeckoId: 'juris-protocol',
15015
+ socials: {
15016
+ website: 'https://jurisprotocol.com/',
15017
+ twitter: 'https://x.com/jurisprotocol'
15018
+ },
15014
15019
  traces: [{
15015
15020
  type: 'ibc-cw20',
15016
15021
  counterparty: {
@@ -4661,7 +4661,13 @@ const info = {
4661
4661
  }]
4662
4662
  },
4663
4663
  {
4664
- description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
4664
+ description: 'Juris Protocol is the premier lending platform for the Terra Ecosystem, delivering decentralized lending and borrowing markets to enhance financial accessibility and utility.',
4665
+ extendedDescription: 'Juris Protocol is a sophisticated DeFi platform built on Terra Classic, leveraging CosmWasm smart contracts to provide secure, transparent lending and borrowing solutions. Designed to empower users, it supports assets like USTC and LUNC, driving yield opportunities and ecosystem growth. Terra Classic, originally engineered for algorithmic stablecoins, uses LUNC to stabilize its financial infrastructure. Juris Protocol advances this vision with audited contracts, KYC-verified governance, and an IBC bridge for seamless Cosmos integration, ensuring a robust, user-focused DeFi experience.',
4666
+ socials: {
4667
+ website: 'https://jurisprotocol.com/',
4668
+ twitter: 'https://x.com/jurisprotocol'
4669
+ },
4670
+ coingeckoId: 'juris-protocol',
4665
4671
  typeAsset: 'cw20',
4666
4672
  address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
4667
4673
  denomUnits: [{
@@ -3,8 +3,6 @@ const info = {
3
3
  chainName: 'thorchain',
4
4
  assets: [
5
5
  {
6
- base: 'rune',
7
- typeAsset: 'sdk.coin',
8
6
  description: 'The native token of THORChain',
9
7
  denomUnits: [{
10
8
  denom: 'rune',
@@ -13,6 +11,8 @@ const info = {
13
11
  denom: 'RUNE',
14
12
  exponent: 8
15
13
  }],
14
+ typeAsset: 'sdk.coin',
15
+ base: 'rune',
16
16
  name: 'THORChain',
17
17
  display: 'RUNE',
18
18
  symbol: 'RUNE',
@@ -38,8 +38,6 @@ const info = {
38
38
  }
39
39
  },
40
40
  {
41
- base: 'x/ruji',
42
- typeAsset: 'sdk.coin',
43
41
  description: 'Rujira is the app layer on THORChain with a full suite of DeFi applications, accessible with native assets from all connected chains.',
44
42
  denomUnits: [{
45
43
  denom: 'x/ruji',
@@ -48,6 +46,8 @@ const info = {
48
46
  denom: 'thor.ruji',
49
47
  exponent: 8
50
48
  }],
49
+ typeAsset: 'sdk.coin',
50
+ base: 'x/ruji',
51
51
  name: 'Rujira',
52
52
  display: 'thor.ruji',
53
53
  symbol: 'RUJI',
@@ -71,8 +71,6 @@ const info = {
71
71
  }
72
72
  },
73
73
  {
74
- base: 'thor.auto',
75
- typeAsset: 'sdk.coin',
76
74
  description: 'AutoRujira maximizes your crypto returns by automating every DeFi opportunity across Rujira and THORChain. From staking to trading, everything runs on autopilot — powered by smart contracts and AI',
77
75
  denomUnits: [{
78
76
  denom: 'thor.auto',
@@ -81,6 +79,8 @@ const info = {
81
79
  denom: 'AUTO',
82
80
  exponent: 8
83
81
  }],
82
+ typeAsset: 'sdk.coin',
83
+ base: 'thor.auto',
84
84
  name: 'AutoRujira',
85
85
  display: 'AUTO',
86
86
  symbol: 'AUTO',
@@ -103,8 +103,6 @@ const info = {
103
103
  }
104
104
  },
105
105
  {
106
- base: 'thor.lqdy',
107
- typeAsset: 'sdk.coin',
108
106
  description: 'Liquidy is a decentralized autonomous organization running a series of profitable on-chain revenue streams. The primary revenue streams are Market Making and a Swap Router.',
109
107
  denomUnits: [{
110
108
  denom: 'thor.lqdy',
@@ -113,6 +111,8 @@ const info = {
113
111
  denom: 'LQDY',
114
112
  exponent: 8
115
113
  }],
114
+ typeAsset: 'sdk.coin',
115
+ base: 'thor.lqdy',
116
116
  name: 'Liquidy',
117
117
  display: 'LQDY',
118
118
  symbol: 'LQDY',
@@ -136,8 +136,6 @@ const info = {
136
136
  }
137
137
  },
138
138
  {
139
- base: 'thor.nami',
140
- typeAsset: 'sdk.coin',
141
139
  description: 'Nami provides a suite of DeFi applications including an optimized EARN product and on-chain INDEXES for native assets, accessible from any connected chain. Maximize yield. Simplify access. Reduce risk. Grow with Nami',
142
140
  denomUnits: [{
143
141
  denom: 'thor.nami',
@@ -146,6 +144,8 @@ const info = {
146
144
  denom: 'NAMI',
147
145
  exponent: 8
148
146
  }],
147
+ typeAsset: 'sdk.coin',
148
+ base: 'thor.nami',
149
149
  name: 'Nami Protocol',
150
150
  display: 'NAMI',
151
151
  symbol: 'NAMI',
@@ -169,9 +169,7 @@ const info = {
169
169
  }
170
170
  },
171
171
  {
172
- base: 'tcy',
173
- typeAsset: 'sdk.coin',
174
- description: 'TCY is the token on THORChain to address the default of THORFi. 10% of all system income is paid to TCY stakers.',
172
+ description: 'TCY is the THORChain Yield token to address the default of THORFi. 10% of all system income is paid to TCY stakers.',
175
173
  denomUnits: [{
176
174
  denom: 'tcy',
177
175
  exponent: 0
@@ -179,6 +177,8 @@ const info = {
179
177
  denom: 'thor.tcy',
180
178
  exponent: 8
181
179
  }],
180
+ typeAsset: 'sdk.coin',
181
+ base: 'tcy',
182
182
  name: 'THORChain TCY',
183
183
  display: 'thor.tcy',
184
184
  symbol: 'TCY',
@@ -202,8 +202,46 @@ const info = {
202
202
  }
203
203
  },
204
204
  {
205
- base: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
205
+ description: 'sTCY is the auto-compounding version of the TCY token - THORChain Yield - to address the default of THORFi. 10% of all system income is paid to TCY stakers.',
206
+ denomUnits: [{
207
+ denom: 'stcy',
208
+ exponent: 0
209
+ }, {
210
+ denom: 'x/staking-tcy',
211
+ exponent: 0
212
+ }],
206
213
  typeAsset: 'sdk.coin',
214
+ base: 'x/staking-tcy',
215
+ name: 'THORChain sTCY',
216
+ display: 'stcy',
217
+ symbol: 'sTCY',
218
+ traces: [{
219
+ type: 'liquid-stake',
220
+ counterparty: {
221
+ chainName: 'thorchain',
222
+ baseDenom: 'tcy'
223
+ },
224
+ provider: 'AutoRujira'
225
+ }],
226
+ logoURIs: {
227
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/stcy.png'
228
+ },
229
+ images: [{
230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/stcy.png'
231
+ }],
232
+ keywords: [
233
+ 'yield',
234
+ 'thorchain',
235
+ 'auto-compound'
236
+ ],
237
+ socials: {
238
+ website: 'https://rujira.network/strategies/staking/TCY',
239
+ discord: 'https://discord.gg/tW64BraTnX',
240
+ telegram: 'https://t.me/thorchain_org',
241
+ twitter: 'https://twitter.com/thorchain'
242
+ }
243
+ },
244
+ {
207
245
  description: 'The Rujira Index (RJI) is a fixed unit asset index that tracks the performance of tokens on the Rujira App Layer. RJI does not auto-rebalance, therefore by design continously overweighting the top performers and underweighting the under-performers.',
208
246
  denomUnits: [{
209
247
  denom: 'rji',
@@ -212,6 +250,8 @@ const info = {
212
250
  denom: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
213
251
  exponent: 0
214
252
  }],
253
+ typeAsset: 'sdk.coin',
254
+ base: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
215
255
  name: 'The Rujira Index',
216
256
  display: 'rji',
217
257
  symbol: 'RJI',
@@ -234,8 +274,6 @@ const info = {
234
274
  }
235
275
  },
236
276
  {
237
- base: 'x/staking-thor.nami',
238
- typeAsset: 'sdk.coin',
239
277
  description: 'The staked version of NAMI. Nami provides a suite of DeFi applications including an optimized EARN product and on-chain INDEXES for native assets, accessible from any connected chain. Maximize yield. Simplify access. Reduce risk. Grow with Nami',
240
278
  denomUnits: [{
241
279
  denom: 'x/staking-thor.nami',
@@ -244,6 +282,8 @@ const info = {
244
282
  denom: 'sNAMI',
245
283
  exponent: 8
246
284
  }],
285
+ typeAsset: 'sdk.coin',
286
+ base: 'x/staking-thor.nami',
247
287
  name: 'Staked Nami',
248
288
  display: 'sNAMI',
249
289
  symbol: 'sNAMI',
@@ -8,36 +8,62 @@ const info = {
8
8
  chainType: 'cosmos',
9
9
  chainId: 'thorchain-1',
10
10
  bech32Prefix: 'thor',
11
- daemonName: 'thord',
11
+ daemonName: 'thornode',
12
12
  nodeHome: '$HOME/.thornode',
13
13
  slip44: 931,
14
14
  codebase: {
15
15
  gitRepo: 'https://gitlab.com/thorchain/thornode',
16
- recommendedVersion: 'v2.135.0',
17
- compatibleVersions: ['v2.135.0'],
16
+ recommendedVersion: 'v3.9.0',
17
+ compatibleVersions: ['v3.9.0'],
18
18
  genesis: {
19
19
  genesisUrl: 'https://storage.googleapis.com/public-snapshots-ninerealms/genesis/17562000.json'
20
20
  },
21
21
  sdk: {
22
22
  type: 'cosmos',
23
- version: 'v0.45.16'
23
+ version: 'v0.53.0'
24
24
  },
25
25
  cosmwasm: {
26
- enabled: false
26
+ enabled: true
27
27
  }
28
28
  },
29
29
  apis: {
30
- rpc: [],
31
- rest: []
30
+ rpc: [{
31
+ address: 'https://thornode-mainnet-rpc.bryanlabs.net',
32
+ provider: 'BryanLabs'
33
+ }],
34
+ grpc: [{
35
+ address: 'thornode-mainnet-grpc.bryanlabs.net:443',
36
+ provider: 'BryanLabs'
37
+ }],
38
+ rest: [{
39
+ address: 'https://thornode-mainnet-rpc.bryanlabs.net',
40
+ provider: 'BryanLabs'
41
+ }],
42
+ wss: [{
43
+ address: 'wss://thornode-mainnet-rpc.bryanlabs.net/websocket',
44
+ provider: 'BryanLabs'
45
+ }]
32
46
  },
33
- explorers: [{
47
+ explorers: [
48
+ {
34
49
  kind: 'THORChain explorer',
35
50
  url: 'https://thorchain.net',
36
51
  txPage: 'https://thorchain.net/#/txs/${txHash}'
37
- }, {
52
+ },
53
+ {
38
54
  kind: 'Runescan',
39
55
  url: 'https://runescan.io/',
40
56
  txPage: 'https://runescan.io/txs/${txHash}'
41
- }]
57
+ },
58
+ {
59
+ kind: 'THORChain Dashboard',
60
+ url: 'https://thorchain.net/dashboard'
61
+ },
62
+ {
63
+ kind: 'Bryanlabs explorer',
64
+ url: 'https://explore.bryanlabs.net/thorchain',
65
+ txPage: 'https://explore.bryanlabs.net/thorchain/#/txs/${txHash}'
66
+ }
67
+ ]
42
68
  };
43
69
  export default info;
@@ -23,6 +23,7 @@ const info = {
23
23
  name: 'GGEZ1',
24
24
  display: 'ggez1',
25
25
  symbol: 'GGEZ1',
26
+ coingeckoId: 'ggez1',
26
27
  logoURIs: {
27
28
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png',
28
29
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg'
@@ -13826,7 +13826,6 @@ const info = {
13826
13826
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
13827
13827
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
13828
13828
  }],
13829
- coingeckoId: 'nim-network',
13830
13829
  keywords: [
13831
13830
  'gaming',
13832
13831
  'AI',
@@ -14999,7 +14998,8 @@ const info = {
14999
14998
  }]
15000
14999
  },
15001
15000
  {
15002
- description: 'Rakoff Token is the Meme Token for Terra Classic',
15001
+ description: 'Juris Protocol is the premier lending platform for the Terra Ecosystem, delivering decentralized lending and borrowing markets to enhance financial accessibility and utility.',
15002
+ extendedDescription: 'Juris Protocol is a sophisticated DeFi platform built on Terra Classic, leveraging CosmWasm smart contracts to provide secure, transparent lending and borrowing solutions. Designed to empower users, it supports assets like USTC and LUNC, driving yield opportunities and ecosystem growth. Terra Classic, originally engineered for algorithmic stablecoins, uses LUNC to stabilize its financial infrastructure. Juris Protocol advances this vision with audited contracts, KYC-verified governance, and an IBC bridge for seamless Cosmos integration, ensuring a robust, user-focused DeFi experience.',
15003
15003
  denomUnits: [{
15004
15004
  denom: 'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
15005
15005
  exponent: 0,
@@ -15013,6 +15013,11 @@ const info = {
15013
15013
  name: 'Juris Protocol',
15014
15014
  display: 'rakoff',
15015
15015
  symbol: 'JURIS',
15016
+ coingeckoId: 'juris-protocol',
15017
+ socials: {
15018
+ website: 'https://jurisprotocol.com/',
15019
+ twitter: 'https://x.com/jurisprotocol'
15020
+ },
15016
15021
  traces: [{
15017
15022
  type: 'ibc-cw20',
15018
15023
  counterparty: {
@@ -4663,7 +4663,13 @@ const info = {
4663
4663
  }]
4664
4664
  },
4665
4665
  {
4666
- description: 'Juris Protocol is the Lending Platform for the Terra Ecosystem.',
4666
+ description: 'Juris Protocol is the premier lending platform for the Terra Ecosystem, delivering decentralized lending and borrowing markets to enhance financial accessibility and utility.',
4667
+ extendedDescription: 'Juris Protocol is a sophisticated DeFi platform built on Terra Classic, leveraging CosmWasm smart contracts to provide secure, transparent lending and borrowing solutions. Designed to empower users, it supports assets like USTC and LUNC, driving yield opportunities and ecosystem growth. Terra Classic, originally engineered for algorithmic stablecoins, uses LUNC to stabilize its financial infrastructure. Juris Protocol advances this vision with audited contracts, KYC-verified governance, and an IBC bridge for seamless Cosmos integration, ensuring a robust, user-focused DeFi experience.',
4668
+ socials: {
4669
+ website: 'https://jurisprotocol.com/',
4670
+ twitter: 'https://x.com/jurisprotocol'
4671
+ },
4672
+ coingeckoId: 'juris-protocol',
4667
4673
  typeAsset: 'cw20',
4668
4674
  address: 'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
4669
4675
  denomUnits: [{
@@ -5,8 +5,6 @@ const info = {
5
5
  chainName: 'thorchain',
6
6
  assets: [
7
7
  {
8
- base: 'rune',
9
- typeAsset: 'sdk.coin',
10
8
  description: 'The native token of THORChain',
11
9
  denomUnits: [{
12
10
  denom: 'rune',
@@ -15,6 +13,8 @@ const info = {
15
13
  denom: 'RUNE',
16
14
  exponent: 8
17
15
  }],
16
+ typeAsset: 'sdk.coin',
17
+ base: 'rune',
18
18
  name: 'THORChain',
19
19
  display: 'RUNE',
20
20
  symbol: 'RUNE',
@@ -40,8 +40,6 @@ const info = {
40
40
  }
41
41
  },
42
42
  {
43
- base: 'x/ruji',
44
- typeAsset: 'sdk.coin',
45
43
  description: 'Rujira is the app layer on THORChain with a full suite of DeFi applications, accessible with native assets from all connected chains.',
46
44
  denomUnits: [{
47
45
  denom: 'x/ruji',
@@ -50,6 +48,8 @@ const info = {
50
48
  denom: 'thor.ruji',
51
49
  exponent: 8
52
50
  }],
51
+ typeAsset: 'sdk.coin',
52
+ base: 'x/ruji',
53
53
  name: 'Rujira',
54
54
  display: 'thor.ruji',
55
55
  symbol: 'RUJI',
@@ -73,8 +73,6 @@ const info = {
73
73
  }
74
74
  },
75
75
  {
76
- base: 'thor.auto',
77
- typeAsset: 'sdk.coin',
78
76
  description: 'AutoRujira maximizes your crypto returns by automating every DeFi opportunity across Rujira and THORChain. From staking to trading, everything runs on autopilot — powered by smart contracts and AI',
79
77
  denomUnits: [{
80
78
  denom: 'thor.auto',
@@ -83,6 +81,8 @@ const info = {
83
81
  denom: 'AUTO',
84
82
  exponent: 8
85
83
  }],
84
+ typeAsset: 'sdk.coin',
85
+ base: 'thor.auto',
86
86
  name: 'AutoRujira',
87
87
  display: 'AUTO',
88
88
  symbol: 'AUTO',
@@ -105,8 +105,6 @@ const info = {
105
105
  }
106
106
  },
107
107
  {
108
- base: 'thor.lqdy',
109
- typeAsset: 'sdk.coin',
110
108
  description: 'Liquidy is a decentralized autonomous organization running a series of profitable on-chain revenue streams. The primary revenue streams are Market Making and a Swap Router.',
111
109
  denomUnits: [{
112
110
  denom: 'thor.lqdy',
@@ -115,6 +113,8 @@ const info = {
115
113
  denom: 'LQDY',
116
114
  exponent: 8
117
115
  }],
116
+ typeAsset: 'sdk.coin',
117
+ base: 'thor.lqdy',
118
118
  name: 'Liquidy',
119
119
  display: 'LQDY',
120
120
  symbol: 'LQDY',
@@ -138,8 +138,6 @@ const info = {
138
138
  }
139
139
  },
140
140
  {
141
- base: 'thor.nami',
142
- typeAsset: 'sdk.coin',
143
141
  description: 'Nami provides a suite of DeFi applications including an optimized EARN product and on-chain INDEXES for native assets, accessible from any connected chain. Maximize yield. Simplify access. Reduce risk. Grow with Nami',
144
142
  denomUnits: [{
145
143
  denom: 'thor.nami',
@@ -148,6 +146,8 @@ const info = {
148
146
  denom: 'NAMI',
149
147
  exponent: 8
150
148
  }],
149
+ typeAsset: 'sdk.coin',
150
+ base: 'thor.nami',
151
151
  name: 'Nami Protocol',
152
152
  display: 'NAMI',
153
153
  symbol: 'NAMI',
@@ -171,9 +171,7 @@ const info = {
171
171
  }
172
172
  },
173
173
  {
174
- base: 'tcy',
175
- typeAsset: 'sdk.coin',
176
- description: 'TCY is the token on THORChain to address the default of THORFi. 10% of all system income is paid to TCY stakers.',
174
+ description: 'TCY is the THORChain Yield token to address the default of THORFi. 10% of all system income is paid to TCY stakers.',
177
175
  denomUnits: [{
178
176
  denom: 'tcy',
179
177
  exponent: 0
@@ -181,6 +179,8 @@ const info = {
181
179
  denom: 'thor.tcy',
182
180
  exponent: 8
183
181
  }],
182
+ typeAsset: 'sdk.coin',
183
+ base: 'tcy',
184
184
  name: 'THORChain TCY',
185
185
  display: 'thor.tcy',
186
186
  symbol: 'TCY',
@@ -204,8 +204,46 @@ const info = {
204
204
  }
205
205
  },
206
206
  {
207
- base: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
207
+ description: 'sTCY is the auto-compounding version of the TCY token - THORChain Yield - to address the default of THORFi. 10% of all system income is paid to TCY stakers.',
208
+ denomUnits: [{
209
+ denom: 'stcy',
210
+ exponent: 0
211
+ }, {
212
+ denom: 'x/staking-tcy',
213
+ exponent: 0
214
+ }],
208
215
  typeAsset: 'sdk.coin',
216
+ base: 'x/staking-tcy',
217
+ name: 'THORChain sTCY',
218
+ display: 'stcy',
219
+ symbol: 'sTCY',
220
+ traces: [{
221
+ type: 'liquid-stake',
222
+ counterparty: {
223
+ chainName: 'thorchain',
224
+ baseDenom: 'tcy'
225
+ },
226
+ provider: 'AutoRujira'
227
+ }],
228
+ logoURIs: {
229
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/stcy.png'
230
+ },
231
+ images: [{
232
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/stcy.png'
233
+ }],
234
+ keywords: [
235
+ 'yield',
236
+ 'thorchain',
237
+ 'auto-compound'
238
+ ],
239
+ socials: {
240
+ website: 'https://rujira.network/strategies/staking/TCY',
241
+ discord: 'https://discord.gg/tW64BraTnX',
242
+ telegram: 'https://t.me/thorchain_org',
243
+ twitter: 'https://twitter.com/thorchain'
244
+ }
245
+ },
246
+ {
209
247
  description: 'The Rujira Index (RJI) is a fixed unit asset index that tracks the performance of tokens on the Rujira App Layer. RJI does not auto-rebalance, therefore by design continously overweighting the top performers and underweighting the under-performers.',
210
248
  denomUnits: [{
211
249
  denom: 'rji',
@@ -214,6 +252,8 @@ const info = {
214
252
  denom: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
215
253
  exponent: 0
216
254
  }],
255
+ typeAsset: 'sdk.coin',
256
+ base: 'x/nami-index-fixed-thor1yqf5spdv8c4088zmvqsg32eq63fzepsjvntahdk0ek0yjnkt3qdqftp3lc-rcpt',
217
257
  name: 'The Rujira Index',
218
258
  display: 'rji',
219
259
  symbol: 'RJI',
@@ -236,8 +276,6 @@ const info = {
236
276
  }
237
277
  },
238
278
  {
239
- base: 'x/staking-thor.nami',
240
- typeAsset: 'sdk.coin',
241
279
  description: 'The staked version of NAMI. Nami provides a suite of DeFi applications including an optimized EARN product and on-chain INDEXES for native assets, accessible from any connected chain. Maximize yield. Simplify access. Reduce risk. Grow with Nami',
242
280
  denomUnits: [{
243
281
  denom: 'x/staking-thor.nami',
@@ -246,6 +284,8 @@ const info = {
246
284
  denom: 'sNAMI',
247
285
  exponent: 8
248
286
  }],
287
+ typeAsset: 'sdk.coin',
288
+ base: 'x/staking-thor.nami',
249
289
  name: 'Staked Nami',
250
290
  display: 'sNAMI',
251
291
  symbol: 'sNAMI',
@@ -10,36 +10,62 @@ const info = {
10
10
  chainType: 'cosmos',
11
11
  chainId: 'thorchain-1',
12
12
  bech32Prefix: 'thor',
13
- daemonName: 'thord',
13
+ daemonName: 'thornode',
14
14
  nodeHome: '$HOME/.thornode',
15
15
  slip44: 931,
16
16
  codebase: {
17
17
  gitRepo: 'https://gitlab.com/thorchain/thornode',
18
- recommendedVersion: 'v2.135.0',
19
- compatibleVersions: ['v2.135.0'],
18
+ recommendedVersion: 'v3.9.0',
19
+ compatibleVersions: ['v3.9.0'],
20
20
  genesis: {
21
21
  genesisUrl: 'https://storage.googleapis.com/public-snapshots-ninerealms/genesis/17562000.json'
22
22
  },
23
23
  sdk: {
24
24
  type: 'cosmos',
25
- version: 'v0.45.16'
25
+ version: 'v0.53.0'
26
26
  },
27
27
  cosmwasm: {
28
- enabled: false
28
+ enabled: true
29
29
  }
30
30
  },
31
31
  apis: {
32
- rpc: [],
33
- rest: []
32
+ rpc: [{
33
+ address: 'https://thornode-mainnet-rpc.bryanlabs.net',
34
+ provider: 'BryanLabs'
35
+ }],
36
+ grpc: [{
37
+ address: 'thornode-mainnet-grpc.bryanlabs.net:443',
38
+ provider: 'BryanLabs'
39
+ }],
40
+ rest: [{
41
+ address: 'https://thornode-mainnet-rpc.bryanlabs.net',
42
+ provider: 'BryanLabs'
43
+ }],
44
+ wss: [{
45
+ address: 'wss://thornode-mainnet-rpc.bryanlabs.net/websocket',
46
+ provider: 'BryanLabs'
47
+ }]
34
48
  },
35
- explorers: [{
49
+ explorers: [
50
+ {
36
51
  kind: 'THORChain explorer',
37
52
  url: 'https://thorchain.net',
38
53
  txPage: 'https://thorchain.net/#/txs/${txHash}'
39
- }, {
54
+ },
55
+ {
40
56
  kind: 'Runescan',
41
57
  url: 'https://runescan.io/',
42
58
  txPage: 'https://runescan.io/txs/${txHash}'
43
- }]
59
+ },
60
+ {
61
+ kind: 'THORChain Dashboard',
62
+ url: 'https://thorchain.net/dashboard'
63
+ },
64
+ {
65
+ kind: 'Bryanlabs explorer',
66
+ url: 'https://explore.bryanlabs.net/thorchain',
67
+ txPage: 'https://explore.bryanlabs.net/thorchain/#/txs/${txHash}'
68
+ }
69
+ ]
44
70
  };
45
71
  exports.default = info;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.44",
3
+ "version": "2.0.46",
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.44"
32
+ "@chain-registry/types": "^2.0.46"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "8ea6af0b365c89957b36189f92d3559913ff8120"
42
+ "gitHead": "1a851c85b71d2a0fc9168e5083a35027ddb38adf"
43
43
  }