chain-registry 1.69.110 → 1.69.112

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 (39) hide show
  1. package/esm/mainnet/atomone/chain.js +18 -0
  2. package/esm/mainnet/carbon/assets.js +0 -1
  3. package/esm/mainnet/chihuahua/assets.js +1 -2
  4. package/esm/mainnet/coss/assets.js +0 -1
  5. package/esm/mainnet/crescent/assets.js +0 -1
  6. package/esm/mainnet/dungeon/assets.js +1 -1
  7. package/esm/mainnet/elys/chain.js +2 -2
  8. package/esm/mainnet/ethereum/assets.js +0 -1
  9. package/esm/mainnet/finschia/assets.js +0 -1
  10. package/esm/mainnet/injective/assets.js +0 -1
  11. package/esm/mainnet/juno/assets.js +0 -1
  12. package/esm/mainnet/migaloo/assets.js +0 -1
  13. package/esm/mainnet/oraichain/assets.js +0 -1
  14. package/esm/mainnet/point/assets.js +0 -1
  15. package/esm/mainnet/shareledger/assets.js +0 -1
  16. package/esm/mainnet/sifchain/assets.js +1 -1
  17. package/esm/mainnet/terra2/assets.js +1 -3
  18. package/esm/testnet/babylontestnet/assets.js +6 -6
  19. package/esm/testnet/babylontestnet/chain.js +13 -12
  20. package/mainnet/atomone/chain.js +18 -0
  21. package/mainnet/carbon/assets.js +0 -1
  22. package/mainnet/chihuahua/assets.js +1 -2
  23. package/mainnet/coss/assets.js +0 -1
  24. package/mainnet/crescent/assets.js +0 -1
  25. package/mainnet/dungeon/assets.js +1 -1
  26. package/mainnet/elys/chain.js +2 -2
  27. package/mainnet/ethereum/assets.js +0 -1
  28. package/mainnet/finschia/assets.js +0 -1
  29. package/mainnet/injective/assets.js +0 -1
  30. package/mainnet/juno/assets.js +0 -1
  31. package/mainnet/migaloo/assets.js +0 -1
  32. package/mainnet/oraichain/assets.js +0 -1
  33. package/mainnet/point/assets.js +0 -1
  34. package/mainnet/shareledger/assets.js +0 -1
  35. package/mainnet/sifchain/assets.js +1 -1
  36. package/mainnet/terra2/assets.js +1 -3
  37. package/package.json +4 -4
  38. package/testnet/babylontestnet/assets.js +6 -6
  39. package/testnet/babylontestnet/chain.js +13 -12
@@ -108,6 +108,10 @@ const info = {
108
108
  {
109
109
  address: 'https://rpc.atomone.citizenweb3.com:443',
110
110
  provider: 'Citizen Web3'
111
+ },
112
+ {
113
+ address: 'https://atomone-mainnet-rpc.itrocket.net:443',
114
+ provider: 'ITRocket'
111
115
  }
112
116
  ],
113
117
  rest: [
@@ -162,6 +166,10 @@ const info = {
162
166
  {
163
167
  address: 'https://api.atomone.citizenweb3.com',
164
168
  provider: 'Citizen Web3'
169
+ },
170
+ {
171
+ address: 'https://atomone-mainnet-api.itrocket.net',
172
+ provider: 'ITRocket'
165
173
  }
166
174
  ],
167
175
  grpc: [
@@ -200,6 +208,10 @@ const info = {
200
208
  {
201
209
  address: ' grpc.atomone.citizenweb3.com',
202
210
  provider: 'Citizen Web3'
211
+ },
212
+ {
213
+ address: 'atomone-mainnet-grpc.itrocket.net:443',
214
+ provider: 'ITRocket'
203
215
  }
204
216
  ]
205
217
  },
@@ -239,6 +251,12 @@ const info = {
239
251
  url: 'https://mainnet.explorer.aviaone.com/atomone',
240
252
  tx_page: 'https://mainnet.explorer.aviaone.com/atomone/tx/${txHash}',
241
253
  account_page: 'https://mainnet.explorer.aviaone.com/atomone/account/${accountAddress}'
254
+ },
255
+ {
256
+ kind: 'ITRocket',
257
+ url: 'https://mainnet.itrocket.net/atomone',
258
+ tx_page: 'https://mainnet.itrocket.net/atomone/tx/${txHash}',
259
+ account_page: 'https://mainnet.itrocket.net/atomone/account/${accountAddress}'
242
260
  }
243
261
  ],
244
262
  images: [{
@@ -49,7 +49,6 @@ const info = {
49
49
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png',
50
50
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg'
51
51
  },
52
- coingecko_id: 'carbon-usd',
53
52
  images: [{
54
53
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png',
55
54
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg',
@@ -237,8 +237,7 @@ const info = {
237
237
  }],
238
238
  logo_URIs: {
239
239
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
240
- },
241
- coingecko_id: 'backbone-labs-staked-huahua'
240
+ }
242
241
  },
243
242
  {
244
243
  description: 'ashHUAHUA - Burned HUAHUA',
@@ -45,7 +45,6 @@ const info = {
45
45
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png',
46
46
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg'
47
47
  },
48
- coingecko_id: 'coss-2',
49
48
  images: [{
50
49
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png',
51
50
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg',
@@ -43,7 +43,6 @@ const info = {
43
43
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
44
44
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
45
45
  },
46
- coingecko_id: 'liquid-staking-crescent',
47
46
  images: [{
48
47
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
49
48
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg',
@@ -12,7 +12,7 @@ const info = {
12
12
  exponent: 6
13
13
  }],
14
14
  base: 'udgn',
15
- name: 'Dragon',
15
+ name: 'Dragon Coin',
16
16
  display: 'DGN',
17
17
  coingecko_id: 'dragon-coin-2',
18
18
  symbol: 'DGN',
@@ -86,7 +86,7 @@ const info = {
86
86
  provider: 'Allnodes ⚡️ Nodes & Staking'
87
87
  },
88
88
  {
89
- address: 'https://elys.rpc.vnodes.io:443',
89
+ address: 'https://elys.rpc.vnodesv.net:443',
90
90
  provider: 'vNodes[V] > s[E]vices'
91
91
  },
92
92
  {
@@ -156,7 +156,7 @@ const info = {
156
156
  provider: 'Allnodes ⚡️ Nodes & Staking'
157
157
  },
158
158
  {
159
- address: 'https://elys.rest.vnodes.io:443',
159
+ address: 'https://elys.rest.vnodesv.net:443',
160
160
  provider: 'vNodes[V] > s[E]vices'
161
161
  },
162
162
  {
@@ -170,7 +170,6 @@ const info = {
170
170
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
171
171
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg'
172
172
  },
173
- coingecko_id: 'dai',
174
173
  images: [{
175
174
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
176
175
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg',
@@ -26,7 +26,6 @@ const info = {
26
26
  primary_color_hex: '#040404'
27
27
  }
28
28
  }],
29
- coingecko_id: 'link',
30
29
  keywords: ['staking']
31
30
  }]
32
31
  };
@@ -1121,7 +1121,6 @@ const info = {
1121
1121
  name: 'Cosmos Bitcoin',
1122
1122
  display: 'BITCOIN',
1123
1123
  symbol: 'BITCOIN',
1124
- coingecko_id: ' ',
1125
1124
  logo_URIs: {
1126
1125
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png'
1127
1126
  },
@@ -614,7 +614,6 @@ const info = {
614
614
  logo_URIs: {
615
615
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
616
616
  },
617
- coingecko_id: 'loop',
618
617
  images: [{
619
618
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png',
620
619
  theme: {
@@ -81,7 +81,6 @@ const info = {
81
81
  primary_color_hex: '#d8d8d8'
82
82
  }
83
83
  }],
84
- coingecko_id: 'backbone-labs-staked-whale',
85
84
  type_asset: 'sdk.coin'
86
85
  },
87
86
  {
@@ -455,7 +455,6 @@ const info = {
455
455
  name: 'scATOM',
456
456
  display: 'scatom',
457
457
  symbol: 'scATOM',
458
- coingecko_id: 'scatom',
459
458
  images: [{
460
459
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/scatom.png',
461
460
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/scatom.svg'
@@ -18,7 +18,6 @@ const info = {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png',
19
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg'
20
20
  },
21
- coingecko_id: 'point-network',
22
21
  images: [{
23
22
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png',
24
23
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg',
@@ -18,7 +18,6 @@ const info = {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
19
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg'
20
20
  },
21
- coingecko_id: 'shareledger',
22
21
  keywords: ['id'],
23
22
  images: [{
24
23
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
@@ -11,7 +11,7 @@ const info = {
11
11
  exponent: 18
12
12
  }],
13
13
  base: 'rowan',
14
- name: 'Sifchain Rowan',
14
+ name: 'Sifchain',
15
15
  display: 'ROWAN',
16
16
  symbol: 'ROWAN',
17
17
  logo_URIs: {
@@ -386,7 +386,6 @@ const info = {
386
386
  logo_URIs: {
387
387
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
388
388
  },
389
- coingecko_id: 'eris-amplified-luna',
390
389
  images: [{
391
390
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
392
391
  }]
@@ -573,8 +572,7 @@ const info = {
573
572
  theme: {
574
573
  primary_color_hex: '#070707'
575
574
  }
576
- }],
577
- coingecko_id: 'backbone-labs-staked-luna'
575
+ }]
578
576
  },
579
577
  {
580
578
  description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
@@ -7,18 +7,18 @@ const info = {
7
7
  denom: 'ubbn',
8
8
  exponent: 0
9
9
  }, {
10
- denom: 'bbn',
10
+ denom: 'BABY',
11
11
  exponent: 6
12
12
  }],
13
13
  base: 'ubbn',
14
- name: 'Babylon BBN',
15
- display: 'bbn',
16
- symbol: 'BBN',
14
+ name: 'Babylon Testnet',
15
+ display: 'BABY',
16
+ symbol: 'BABY',
17
17
  logo_URIs: {
18
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
18
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
19
19
  },
20
20
  images: [{
21
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
22
22
  }],
23
23
  type_asset: 'sdk.coin'
24
24
  }]
@@ -2,11 +2,11 @@ const info = {
2
2
  $schema: '../../chain.schema.json',
3
3
  chain_name: 'babylontestnet',
4
4
  status: 'live',
5
- website: 'https://www.babylonchain.io',
5
+ website: 'https://babylonlabs.io/',
6
6
  network_type: 'testnet',
7
- pretty_name: 'Babylon Testnet 3',
7
+ pretty_name: 'Babylon Testnet',
8
8
  chain_type: 'cosmos',
9
- chain_id: 'bbn-test3',
9
+ chain_id: 'bbn-test-5',
10
10
  pre_fork_chain_name: 'babylontestnet1',
11
11
  bech32_prefix: 'bbn',
12
12
  slip44: 118,
@@ -24,11 +24,11 @@ const info = {
24
24
  }]
25
25
  },
26
26
  codebase: {
27
- git_repo: 'https://github.com/babylonchain/babylon',
28
- recommended_version: 'v0.8.4',
29
- compatible_versions: ['v0.8.4'],
27
+ git_repo: 'https://github.com/babylonlabs-io/babylon',
28
+ recommended_version: 'v1.0.0-rc.4',
29
+ compatible_versions: ['v1.0.0-rc.4'],
30
30
  genesis: {
31
- genesis_url: 'https://github.com/babylonchain/networks/raw/main/bbn-test3/genesis.tar.bz2'
31
+ genesis_url: 'https://github.com/babylonlabs-io/networks/raw/main/bbn-test-5/network-artifacts/genesis.json'
32
32
  }
33
33
  },
34
34
  logo_URIs: {
@@ -36,18 +36,19 @@ const info = {
36
36
  },
37
37
  apis: {
38
38
  rpc: [{
39
- address: 'rpc.testnet3.babylonchain.io:443',
40
- provider: 'Babylon foundation'
39
+ address: 'https://babylon-testnet-rpc.nodes.guru',
40
+ provider: 'NodesGuru'
41
41
  }],
42
42
  rest: [{
43
- address: 'lcd.testnet3.babylonchain.io:443',
44
- provider: 'Babylon foundation'
43
+ address: 'https://babylon-testnet-api.nodes.guru',
44
+ provider: 'NodesGuru'
45
45
  }],
46
46
  grpc: []
47
47
  },
48
48
  explorers: [{
49
49
  kind: 'babylonscan',
50
- url: 'https://babylonscan.io'
50
+ url: 'https://babylon-testnet.l2scan.co',
51
+ tx_page: 'https://babylon-testnet.l2scan.co/tx/${txHash}'
51
52
  }, {
52
53
  kind: 'explorers.guru',
53
54
  url: 'https://testnet.babylon.explorers.guru',
@@ -110,6 +110,10 @@ const info = {
110
110
  {
111
111
  address: 'https://rpc.atomone.citizenweb3.com:443',
112
112
  provider: 'Citizen Web3'
113
+ },
114
+ {
115
+ address: 'https://atomone-mainnet-rpc.itrocket.net:443',
116
+ provider: 'ITRocket'
113
117
  }
114
118
  ],
115
119
  rest: [
@@ -164,6 +168,10 @@ const info = {
164
168
  {
165
169
  address: 'https://api.atomone.citizenweb3.com',
166
170
  provider: 'Citizen Web3'
171
+ },
172
+ {
173
+ address: 'https://atomone-mainnet-api.itrocket.net',
174
+ provider: 'ITRocket'
167
175
  }
168
176
  ],
169
177
  grpc: [
@@ -202,6 +210,10 @@ const info = {
202
210
  {
203
211
  address: ' grpc.atomone.citizenweb3.com',
204
212
  provider: 'Citizen Web3'
213
+ },
214
+ {
215
+ address: 'atomone-mainnet-grpc.itrocket.net:443',
216
+ provider: 'ITRocket'
205
217
  }
206
218
  ]
207
219
  },
@@ -241,6 +253,12 @@ const info = {
241
253
  url: 'https://mainnet.explorer.aviaone.com/atomone',
242
254
  tx_page: 'https://mainnet.explorer.aviaone.com/atomone/tx/${txHash}',
243
255
  account_page: 'https://mainnet.explorer.aviaone.com/atomone/account/${accountAddress}'
256
+ },
257
+ {
258
+ kind: 'ITRocket',
259
+ url: 'https://mainnet.itrocket.net/atomone',
260
+ tx_page: 'https://mainnet.itrocket.net/atomone/tx/${txHash}',
261
+ account_page: 'https://mainnet.itrocket.net/atomone/account/${accountAddress}'
244
262
  }
245
263
  ],
246
264
  images: [{
@@ -51,7 +51,6 @@ const info = {
51
51
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png',
52
52
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg'
53
53
  },
54
- coingecko_id: 'carbon-usd',
55
54
  images: [{
56
55
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png',
57
56
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg',
@@ -239,8 +239,7 @@ const info = {
239
239
  }],
240
240
  logo_URIs: {
241
241
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png'
242
- },
243
- coingecko_id: 'backbone-labs-staked-huahua'
242
+ }
244
243
  },
245
244
  {
246
245
  description: 'ashHUAHUA - Burned HUAHUA',
@@ -47,7 +47,6 @@ const info = {
47
47
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png',
48
48
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg'
49
49
  },
50
- coingecko_id: 'coss-2',
51
50
  images: [{
52
51
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png',
53
52
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg',
@@ -45,7 +45,6 @@ const info = {
45
45
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
46
46
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
47
47
  },
48
- coingecko_id: 'liquid-staking-crescent',
49
48
  images: [{
50
49
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
51
50
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg',
@@ -14,7 +14,7 @@ const info = {
14
14
  exponent: 6
15
15
  }],
16
16
  base: 'udgn',
17
- name: 'Dragon',
17
+ name: 'Dragon Coin',
18
18
  display: 'DGN',
19
19
  coingecko_id: 'dragon-coin-2',
20
20
  symbol: 'DGN',
@@ -88,7 +88,7 @@ const info = {
88
88
  provider: 'Allnodes ⚡️ Nodes & Staking'
89
89
  },
90
90
  {
91
- address: 'https://elys.rpc.vnodes.io:443',
91
+ address: 'https://elys.rpc.vnodesv.net:443',
92
92
  provider: 'vNodes[V] > s[E]vices'
93
93
  },
94
94
  {
@@ -158,7 +158,7 @@ const info = {
158
158
  provider: 'Allnodes ⚡️ Nodes & Staking'
159
159
  },
160
160
  {
161
- address: 'https://elys.rest.vnodes.io:443',
161
+ address: 'https://elys.rest.vnodesv.net:443',
162
162
  provider: 'vNodes[V] > s[E]vices'
163
163
  },
164
164
  {
@@ -172,7 +172,6 @@ const info = {
172
172
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
173
173
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg'
174
174
  },
175
- coingecko_id: 'dai',
176
175
  images: [{
177
176
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.png',
178
177
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sdai.svg',
@@ -28,7 +28,6 @@ const info = {
28
28
  primary_color_hex: '#040404'
29
29
  }
30
30
  }],
31
- coingecko_id: 'link',
32
31
  keywords: ['staking']
33
32
  }]
34
33
  };
@@ -1123,7 +1123,6 @@ const info = {
1123
1123
  name: 'Cosmos Bitcoin',
1124
1124
  display: 'BITCOIN',
1125
1125
  symbol: 'BITCOIN',
1126
- coingecko_id: ' ',
1127
1126
  logo_URIs: {
1128
1127
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/bitcoin.png'
1129
1128
  },
@@ -616,7 +616,6 @@ const info = {
616
616
  logo_URIs: {
617
617
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
618
618
  },
619
- coingecko_id: 'loop',
620
619
  images: [{
621
620
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png',
622
621
  theme: {
@@ -83,7 +83,6 @@ const info = {
83
83
  primary_color_hex: '#d8d8d8'
84
84
  }
85
85
  }],
86
- coingecko_id: 'backbone-labs-staked-whale',
87
86
  type_asset: 'sdk.coin'
88
87
  },
89
88
  {
@@ -457,7 +457,6 @@ const info = {
457
457
  name: 'scATOM',
458
458
  display: 'scatom',
459
459
  symbol: 'scATOM',
460
- coingecko_id: 'scatom',
461
460
  images: [{
462
461
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/scatom.png',
463
462
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/scatom.svg'
@@ -20,7 +20,6 @@ const info = {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png',
21
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg'
22
22
  },
23
- coingecko_id: 'point-network',
24
23
  images: [{
25
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png',
26
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg',
@@ -20,7 +20,6 @@ const info = {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
21
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg'
22
22
  },
23
- coingecko_id: 'shareledger',
24
23
  keywords: ['id'],
25
24
  images: [{
26
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
@@ -13,7 +13,7 @@ const info = {
13
13
  exponent: 18
14
14
  }],
15
15
  base: 'rowan',
16
- name: 'Sifchain Rowan',
16
+ name: 'Sifchain',
17
17
  display: 'ROWAN',
18
18
  symbol: 'ROWAN',
19
19
  logo_URIs: {
@@ -388,7 +388,6 @@ const info = {
388
388
  logo_URIs: {
389
389
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
390
390
  },
391
- coingecko_id: 'eris-amplified-luna',
392
391
  images: [{
393
392
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
394
393
  }]
@@ -575,8 +574,7 @@ const info = {
575
574
  theme: {
576
575
  primary_color_hex: '#070707'
577
576
  }
578
- }],
579
- coingecko_id: 'backbone-labs-staked-luna'
577
+ }]
580
578
  },
581
579
  {
582
580
  description: 'Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.110",
3
+ "version": "1.69.112",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.60",
32
+ "@chain-registry/utils": "^1.51.62",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.60"
36
+ "@chain-registry/types": "^0.50.62"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "b76d18ec4a0c0f0fdc11177ab06330be76fcfbb3"
46
+ "gitHead": "a12527e48d366d38c27edca8f898bbf3b5138543"
47
47
  }
@@ -9,18 +9,18 @@ const info = {
9
9
  denom: 'ubbn',
10
10
  exponent: 0
11
11
  }, {
12
- denom: 'bbn',
12
+ denom: 'BABY',
13
13
  exponent: 6
14
14
  }],
15
15
  base: 'ubbn',
16
- name: 'Babylon BBN',
17
- display: 'bbn',
18
- symbol: 'BBN',
16
+ name: 'Babylon Testnet',
17
+ display: 'BABY',
18
+ symbol: 'BABY',
19
19
  logo_URIs: {
20
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
21
21
  },
22
22
  images: [{
23
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
24
24
  }],
25
25
  type_asset: 'sdk.coin'
26
26
  }]
@@ -4,11 +4,11 @@ const info = {
4
4
  $schema: '../../chain.schema.json',
5
5
  chain_name: 'babylontestnet',
6
6
  status: 'live',
7
- website: 'https://www.babylonchain.io',
7
+ website: 'https://babylonlabs.io/',
8
8
  network_type: 'testnet',
9
- pretty_name: 'Babylon Testnet 3',
9
+ pretty_name: 'Babylon Testnet',
10
10
  chain_type: 'cosmos',
11
- chain_id: 'bbn-test3',
11
+ chain_id: 'bbn-test-5',
12
12
  pre_fork_chain_name: 'babylontestnet1',
13
13
  bech32_prefix: 'bbn',
14
14
  slip44: 118,
@@ -26,11 +26,11 @@ const info = {
26
26
  }]
27
27
  },
28
28
  codebase: {
29
- git_repo: 'https://github.com/babylonchain/babylon',
30
- recommended_version: 'v0.8.4',
31
- compatible_versions: ['v0.8.4'],
29
+ git_repo: 'https://github.com/babylonlabs-io/babylon',
30
+ recommended_version: 'v1.0.0-rc.4',
31
+ compatible_versions: ['v1.0.0-rc.4'],
32
32
  genesis: {
33
- genesis_url: 'https://github.com/babylonchain/networks/raw/main/bbn-test3/genesis.tar.bz2'
33
+ genesis_url: 'https://github.com/babylonlabs-io/networks/raw/main/bbn-test-5/network-artifacts/genesis.json'
34
34
  }
35
35
  },
36
36
  logo_URIs: {
@@ -38,18 +38,19 @@ const info = {
38
38
  },
39
39
  apis: {
40
40
  rpc: [{
41
- address: 'rpc.testnet3.babylonchain.io:443',
42
- provider: 'Babylon foundation'
41
+ address: 'https://babylon-testnet-rpc.nodes.guru',
42
+ provider: 'NodesGuru'
43
43
  }],
44
44
  rest: [{
45
- address: 'lcd.testnet3.babylonchain.io:443',
46
- provider: 'Babylon foundation'
45
+ address: 'https://babylon-testnet-api.nodes.guru',
46
+ provider: 'NodesGuru'
47
47
  }],
48
48
  grpc: []
49
49
  },
50
50
  explorers: [{
51
51
  kind: 'babylonscan',
52
- url: 'https://babylonscan.io'
52
+ url: 'https://babylon-testnet.l2scan.co',
53
+ tx_page: 'https://babylon-testnet.l2scan.co/tx/${txHash}'
53
54
  }, {
54
55
  kind: 'explorers.guru',
55
56
  url: 'https://testnet.babylon.explorers.guru',