chain-registry 1.63.51 → 1.63.52

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.
@@ -97,6 +97,10 @@ const info = {
97
97
  {
98
98
  address: 'https://lava-rpc.bluestake.net:443',
99
99
  provider: 'BlueStake 🚀'
100
+ },
101
+ {
102
+ address: 'https://lava.rpc.stakevillage.net:443',
103
+ provider: 'Stake Village'
100
104
  }
101
105
  ],
102
106
  rest: [
@@ -143,6 +147,10 @@ const info = {
143
147
  {
144
148
  address: 'https://lava-api.bluestake.net',
145
149
  provider: 'BlueStake 🚀'
150
+ },
151
+ {
152
+ address: 'https://lava.api.stakevillage.net:443',
153
+ provider: 'Stake Village'
146
154
  }
147
155
  ],
148
156
  grpc: [
@@ -173,20 +181,33 @@ const info = {
173
181
  {
174
182
  address: 'lava-mainnet-grpc.autostake.com:443',
175
183
  provider: 'AutoStake 🛡️ Slash Protected'
184
+ },
185
+ {
186
+ address: 'lava.grpc.stakevillage.net:443',
187
+ provider: 'Stake Village'
176
188
  }
177
189
  ]
178
190
  },
179
- explorers: [{
191
+ explorers: [
192
+ {
180
193
  kind: 'guru',
181
194
  url: 'https://lava.explorers.guru/',
182
195
  tx_page: 'https://lava.explorers.guru/transaction/${txHash}',
183
196
  account_page: 'https://lava.explorers.guru/account/${accountAddress}'
184
- }, {
197
+ },
198
+ {
185
199
  kind: 'w3coins',
186
200
  url: 'https://lava-explorer.w3coins.io/Lava',
187
201
  tx_page: 'https://lava-explorer.w3coins.io/Lava/tx/${txHash}',
188
202
  account_page: 'https://lava-explorer.w3coins.io/Lava/account/${accountAddress}'
189
- }],
203
+ },
204
+ {
205
+ kind: 'Stake Village',
206
+ url: 'https://exp.stakevillage.net/lava-mainnet',
207
+ tx_page: 'https://exp.stakevillage.net/lava-mainnet/tx/${txHash}',
208
+ account_page: 'https://exp.stakevillage.net/lava-mainnet/account/${accountAddress}'
209
+ }
210
+ ],
190
211
  keywords: [
191
212
  'modular',
192
213
  'data',
@@ -18010,6 +18010,52 @@ const info = {
18010
18010
  primary_color_hex: '#b02b27'
18011
18011
  }
18012
18012
  }]
18013
+ },
18014
+ {
18015
+ description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
18016
+ denom_units: [{
18017
+ denom: 'factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX',
18018
+ exponent: 0,
18019
+ aliases: ['sun']
18020
+ }, {
18021
+ denom: 'trx',
18022
+ exponent: 6
18023
+ }],
18024
+ type_asset: 'sdk.coin',
18025
+ address: 'osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x',
18026
+ base: 'factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX',
18027
+ name: 'Alloyed TRX',
18028
+ display: 'trx',
18029
+ symbol: 'TRX',
18030
+ traces: [{
18031
+ type: 'synthetic',
18032
+ counterparty: {
18033
+ chain_name: 'tron',
18034
+ base_denom: 'sun'
18035
+ },
18036
+ provider: 'Osmosis'
18037
+ }],
18038
+ images: [{
18039
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allTRX.svg',
18040
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allTRX.png',
18041
+ theme: {
18042
+ circle: true,
18043
+ primary_color_hex: '#FF060A',
18044
+ background_color_hex: '#FF060A'
18045
+ }
18046
+ }, {
18047
+ image_sync: {
18048
+ chain_name: 'tron',
18049
+ base_denom: 'sun'
18050
+ },
18051
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
18052
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
18053
+ theme: {
18054
+ circle: true,
18055
+ primary_color_hex: '#FF060A',
18056
+ background_color_hex: '#FF060A'
18057
+ }
18058
+ }]
18013
18059
  }
18014
18060
  ]
18015
18061
  };
@@ -2,15 +2,16 @@ const info = {
2
2
  $schema: '../chain.schema.json',
3
3
  chain_name: 'routerchain',
4
4
  chain_type: 'cosmos',
5
- chain_id: '9600',
5
+ chain_id: 'router_9600-1',
6
6
  pretty_name: 'Router Protocol',
7
7
  status: 'live',
8
8
  network_type: 'mainnet',
9
9
  website: 'https://www.routerprotocol.com/',
10
10
  bech32_prefix: 'router',
11
+ node_home: '$HOME/.routerd',
11
12
  daemon_name: 'routerd',
12
13
  key_algos: ['secp256k1'],
13
- slip44: 118,
14
+ slip44: 60,
14
15
  fees: {
15
16
  fee_tokens: [{
16
17
  denom: 'route',
@@ -99,6 +99,10 @@ const info = {
99
99
  {
100
100
  address: 'https://lava-rpc.bluestake.net:443',
101
101
  provider: 'BlueStake 🚀'
102
+ },
103
+ {
104
+ address: 'https://lava.rpc.stakevillage.net:443',
105
+ provider: 'Stake Village'
102
106
  }
103
107
  ],
104
108
  rest: [
@@ -145,6 +149,10 @@ const info = {
145
149
  {
146
150
  address: 'https://lava-api.bluestake.net',
147
151
  provider: 'BlueStake 🚀'
152
+ },
153
+ {
154
+ address: 'https://lava.api.stakevillage.net:443',
155
+ provider: 'Stake Village'
148
156
  }
149
157
  ],
150
158
  grpc: [
@@ -175,20 +183,33 @@ const info = {
175
183
  {
176
184
  address: 'lava-mainnet-grpc.autostake.com:443',
177
185
  provider: 'AutoStake 🛡️ Slash Protected'
186
+ },
187
+ {
188
+ address: 'lava.grpc.stakevillage.net:443',
189
+ provider: 'Stake Village'
178
190
  }
179
191
  ]
180
192
  },
181
- explorers: [{
193
+ explorers: [
194
+ {
182
195
  kind: 'guru',
183
196
  url: 'https://lava.explorers.guru/',
184
197
  tx_page: 'https://lava.explorers.guru/transaction/${txHash}',
185
198
  account_page: 'https://lava.explorers.guru/account/${accountAddress}'
186
- }, {
199
+ },
200
+ {
187
201
  kind: 'w3coins',
188
202
  url: 'https://lava-explorer.w3coins.io/Lava',
189
203
  tx_page: 'https://lava-explorer.w3coins.io/Lava/tx/${txHash}',
190
204
  account_page: 'https://lava-explorer.w3coins.io/Lava/account/${accountAddress}'
191
- }],
205
+ },
206
+ {
207
+ kind: 'Stake Village',
208
+ url: 'https://exp.stakevillage.net/lava-mainnet',
209
+ tx_page: 'https://exp.stakevillage.net/lava-mainnet/tx/${txHash}',
210
+ account_page: 'https://exp.stakevillage.net/lava-mainnet/account/${accountAddress}'
211
+ }
212
+ ],
192
213
  keywords: [
193
214
  'modular',
194
215
  'data',
@@ -18012,6 +18012,52 @@ const info = {
18012
18012
  primary_color_hex: '#b02b27'
18013
18013
  }
18014
18014
  }]
18015
+ },
18016
+ {
18017
+ description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
18018
+ denom_units: [{
18019
+ denom: 'factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX',
18020
+ exponent: 0,
18021
+ aliases: ['sun']
18022
+ }, {
18023
+ denom: 'trx',
18024
+ exponent: 6
18025
+ }],
18026
+ type_asset: 'sdk.coin',
18027
+ address: 'osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x',
18028
+ base: 'factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX',
18029
+ name: 'Alloyed TRX',
18030
+ display: 'trx',
18031
+ symbol: 'TRX',
18032
+ traces: [{
18033
+ type: 'synthetic',
18034
+ counterparty: {
18035
+ chain_name: 'tron',
18036
+ base_denom: 'sun'
18037
+ },
18038
+ provider: 'Osmosis'
18039
+ }],
18040
+ images: [{
18041
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allTRX.svg',
18042
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allTRX.png',
18043
+ theme: {
18044
+ circle: true,
18045
+ primary_color_hex: '#FF060A',
18046
+ background_color_hex: '#FF060A'
18047
+ }
18048
+ }, {
18049
+ image_sync: {
18050
+ chain_name: 'tron',
18051
+ base_denom: 'sun'
18052
+ },
18053
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
18054
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
18055
+ theme: {
18056
+ circle: true,
18057
+ primary_color_hex: '#FF060A',
18058
+ background_color_hex: '#FF060A'
18059
+ }
18060
+ }]
18015
18061
  }
18016
18062
  ]
18017
18063
  };
@@ -4,15 +4,16 @@ const info = {
4
4
  $schema: '../chain.schema.json',
5
5
  chain_name: 'routerchain',
6
6
  chain_type: 'cosmos',
7
- chain_id: '9600',
7
+ chain_id: 'router_9600-1',
8
8
  pretty_name: 'Router Protocol',
9
9
  status: 'live',
10
10
  network_type: 'mainnet',
11
11
  website: 'https://www.routerprotocol.com/',
12
12
  bech32_prefix: 'router',
13
+ node_home: '$HOME/.routerd',
13
14
  daemon_name: 'routerd',
14
15
  key_algos: ['secp256k1'],
15
- slip44: 118,
16
+ slip44: 60,
16
17
  fees: {
17
18
  fee_tokens: [{
18
19
  denom: 'route',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.63.51",
3
+ "version": "1.63.52",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.46.41",
32
+ "@chain-registry/utils": "^1.46.42",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.45.41"
36
+ "@chain-registry/types": "^0.45.42"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "95c275b8f0e07aec87046ce46258e7a51247f7ac"
46
+ "gitHead": "763993cf3c039a3933871687a8951385f1fcbc55"
47
47
  }