@juno-network/assets 0.15.0 → 0.17.0

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.
package/src/assets.ts CHANGED
@@ -400,7 +400,8 @@ const assets: AssetList = {
400
400
  logo_URIs: {
401
401
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
402
402
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
403
- }
403
+ },
404
+ coingecko_id: 'stakeeasy-juno-derivative'
404
405
  },
405
406
  {
406
407
  description: 'Staking derivative bJUNO for staked JUNO',
@@ -425,7 +426,8 @@ const assets: AssetList = {
425
426
  logo_URIs: {
426
427
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
427
428
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
428
- }
429
+ },
430
+ coingecko_id: 'stakeeasy-bjuno'
429
431
  },
430
432
  {
431
433
  description:
@@ -476,7 +478,8 @@ const assets: AssetList = {
476
478
  logo_URIs: {
477
479
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
478
480
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
479
- }
481
+ },
482
+ coingecko_id: 'seasy'
480
483
  },
481
484
  {
482
485
  description: 'The native token cw20 for MuseDAO on Juno Chain',
@@ -527,6 +530,204 @@ const assets: AssetList = {
527
530
  },
528
531
  coingecko_id: 'loop'
529
532
  },
533
+ {
534
+ description: 'The native token cw20 for Fanfury on Juno Chain',
535
+ type_asset: 'cw20',
536
+ address:
537
+ 'juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz',
538
+ denom_units: [
539
+ {
540
+ denom:
541
+ 'cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz',
542
+ exponent: 0
543
+ },
544
+ {
545
+ denom: 'fury',
546
+ exponent: 6
547
+ }
548
+ ],
549
+ base: 'cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz',
550
+ name: 'Fanfury',
551
+ display: 'fury',
552
+ symbol: 'FURY',
553
+ logo_URIs: {
554
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
555
+ },
556
+ coingecko_id: 'fanfury'
557
+ },
558
+ {
559
+ description: 'The native token cw20 for PHMN on Juno Chain',
560
+ type_asset: 'cw20',
561
+ address:
562
+ 'juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
563
+ denom_units: [
564
+ {
565
+ denom:
566
+ 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
567
+ exponent: 0
568
+ },
569
+ {
570
+ denom: 'phmn',
571
+ exponent: 6
572
+ }
573
+ ],
574
+ base: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l',
575
+ name: 'POSTHUMAN',
576
+ display: 'phmn',
577
+ symbol: 'PHMN',
578
+ logo_URIs: {
579
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
580
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
581
+ },
582
+ coingecko_id: 'posthuman'
583
+ },
584
+ {
585
+ description: 'The native token cw20 for Hopers on Juno Chain',
586
+ type_asset: 'cw20',
587
+ address:
588
+ 'juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n',
589
+ denom_units: [
590
+ {
591
+ denom:
592
+ 'cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n',
593
+ exponent: 0
594
+ },
595
+ {
596
+ denom: 'hopers',
597
+ exponent: 6
598
+ }
599
+ ],
600
+ base: 'cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n',
601
+ name: 'Hopers',
602
+ display: 'hopers',
603
+ symbol: 'HOPERS',
604
+ logo_URIs: {
605
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png'
606
+ },
607
+ coingecko_id: 'hopers-io '
608
+ },
609
+ {
610
+ description: 'RED',
611
+ type_asset: 'cw20',
612
+ address:
613
+ 'juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za',
614
+ denom_units: [
615
+ {
616
+ denom:
617
+ 'cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za',
618
+ exponent: 0
619
+ },
620
+ {
621
+ denom: 'red',
622
+ exponent: 6
623
+ }
624
+ ],
625
+ base: 'cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za',
626
+ name: 'Red',
627
+ display: 'red',
628
+ symbol: 'RED',
629
+ logo_URIs: {
630
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png'
631
+ }
632
+ },
633
+ {
634
+ description: 'BLUE',
635
+ type_asset: 'cw20',
636
+ address:
637
+ 'juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7',
638
+ denom_units: [
639
+ {
640
+ denom:
641
+ 'cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7',
642
+ exponent: 0
643
+ },
644
+ {
645
+ denom: 'blue',
646
+ exponent: 6
647
+ }
648
+ ],
649
+ base: 'cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7',
650
+ name: 'Blue',
651
+ display: 'blue',
652
+ symbol: 'BLUE',
653
+ logo_URIs: {
654
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png'
655
+ }
656
+ },
657
+ {
658
+ description: 'WYND DAO Governance Token',
659
+ type_asset: 'cw20',
660
+ address:
661
+ 'juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9',
662
+ denom_units: [
663
+ {
664
+ denom:
665
+ 'cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9',
666
+ exponent: 0
667
+ },
668
+ {
669
+ denom: 'wynd',
670
+ exponent: 6
671
+ }
672
+ ],
673
+ base: 'cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9',
674
+ name: 'Wynd DAO Governance Token',
675
+ display: 'wynd',
676
+ symbol: 'WYND',
677
+ logo_URIs: {
678
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg',
679
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png'
680
+ }
681
+ },
682
+ {
683
+ description: 'Bored APE IBC club token',
684
+ type_asset: 'cw20',
685
+ address:
686
+ 'juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
687
+ denom_units: [
688
+ {
689
+ denom:
690
+ 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
691
+ exponent: 0
692
+ },
693
+ {
694
+ denom: 'banana',
695
+ exponent: 6
696
+ }
697
+ ],
698
+ base: 'juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
699
+ name: 'Banana Token',
700
+ display: 'banana',
701
+ symbol: 'BANANA',
702
+ logo_URIs: {
703
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
704
+ }
705
+ },
706
+ {
707
+ description: 'nRide Token',
708
+ type_asset: 'cw20',
709
+ address:
710
+ 'juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq',
711
+ denom_units: [
712
+ {
713
+ denom:
714
+ 'cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq',
715
+ exponent: 0
716
+ },
717
+ {
718
+ denom: 'nride',
719
+ exponent: 6
720
+ }
721
+ ],
722
+ base: 'cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq',
723
+ name: 'nRide Token',
724
+ display: 'nride',
725
+ symbol: 'NRIDE',
726
+ logo_URIs: {
727
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg',
728
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png'
729
+ }
730
+ },
530
731
  {
531
732
  description: 'The native token cw20 for Neta on Juno Chain',
532
733
  type_asset: 'cw20',
package/src/chain.ts CHANGED
@@ -44,6 +44,11 @@ const chain: Chain = {
44
44
  },
45
45
  peers: {
46
46
  seeds: [
47
+ {
48
+ id: 'babc3f3f7804933265ec9c40ad94f4da8e9e0017',
49
+ address: 'seed.rhinostake.com:12656',
50
+ provider: 'RHINO'
51
+ },
47
52
  {
48
53
  id: '2484353dab0b2c1275765b8ffa2c50b3b36158ca',
49
54
  address: 'seed-node.junochain.com:26656'
@@ -71,6 +76,21 @@ const chain: Chain = {
71
76
  id: 'ea67180befe4d9ca71142d21ada8ff58cc08f71c',
72
77
  address: 'seeds.goldenratiostaking.net:1627',
73
78
  provider: 'Golden Ratio Staking'
79
+ },
80
+ {
81
+ id: '47d942718533d36823e16b9502c035ca9f318ef4',
82
+ address: 'seeds.whispernode.com:12656',
83
+ provider: 'WhisperNode🤐'
84
+ },
85
+ {
86
+ id: 'e1b058e5cfa2b836ddaa496b10911da62dcf182e',
87
+ address: 'juno-seed-1.allnodes.me:26656',
88
+ provider: 'Allnodes.com ⚡️ Nodes & Staking'
89
+ },
90
+ {
91
+ id: 'e726816f42831689eab9378d5d577f1d06d25716',
92
+ address: 'juno-seed-2.allnodes.me:26656',
93
+ provider: 'Allnodes.com ⚡️ Nodes & Staking'
74
94
  }
75
95
  ],
76
96
  persistent_peers: [
@@ -119,8 +139,8 @@ const chain: Chain = {
119
139
  apis: {
120
140
  rpc: [
121
141
  {
122
- address: 'https://rpc-juno.whispernode.com',
123
- provider: ' WhisperNode 🤐'
142
+ address: 'https://rpc-juno.whispernode.com:443',
143
+ provider: 'WhisperNode🤐'
124
144
  },
125
145
  {
126
146
  address: 'https://rpc-juno.itastakers.com',
@@ -143,7 +163,7 @@ const chain: Chain = {
143
163
  provider: 'Lavender.Five Nodes 🐝'
144
164
  },
145
165
  {
146
- address: 'https://rpc.juno.pupmos.network',
166
+ address: 'https://rpc-juno.pupmos.network',
147
167
  provider: 'PUPMØS'
148
168
  },
149
169
  {
@@ -171,7 +191,7 @@ const chain: Chain = {
171
191
  provider: 'Nodejumper 🚀'
172
192
  },
173
193
  {
174
- address: 'https://juno.rpc.stakin.com',
194
+ address: 'https://juno.rpc.stakin-nodes.com',
175
195
  provider: 'Stakin'
176
196
  },
177
197
  {
@@ -185,12 +205,24 @@ const chain: Chain = {
185
205
  {
186
206
  address: 'https://rpc.juno.bh.rocks',
187
207
  provider: 'BlockHunters 🎯'
208
+ },
209
+ {
210
+ address: 'https://rpc.juno.kingnodes.com',
211
+ provider: 'kingnodes 👑'
212
+ },
213
+ {
214
+ address: 'https://juno-rpc.reece.sh',
215
+ provider: 'Reecepbcups'
216
+ },
217
+ {
218
+ address: 'http://juno.rpc.stakeandrelax.net:12657',
219
+ provider: 'Stake&Relax Validator 🦥'
188
220
  }
189
221
  ],
190
222
  rest: [
191
223
  {
192
- address: 'https://lcd-juno.whispernode.com',
193
- provider: ' WhisperNode 🤐'
224
+ address: 'https://lcd-juno.whispernode.com:443',
225
+ provider: 'WhisperNode🤐'
194
226
  },
195
227
  {
196
228
  address: 'https://lcd-juno.itastakers.com',
@@ -209,7 +241,7 @@ const chain: Chain = {
209
241
  provider: 'Lavender.Five Nodes 🐝'
210
242
  },
211
243
  {
212
- address: 'https://api.juno.pupmos.network',
244
+ address: 'https://api-juno.pupmos.network',
213
245
  provider: 'PUPMØS'
214
246
  },
215
247
  {
@@ -241,12 +273,20 @@ const chain: Chain = {
241
273
  provider: 'Nodejumper 🚀'
242
274
  },
243
275
  {
244
- address: 'https://juno.rest.stakin.com',
276
+ address: 'https://juno.rest.stakin-nodes.com',
245
277
  provider: 'Stakin'
246
278
  },
247
279
  {
248
280
  address: 'https://api.juno.bh.rocks',
249
281
  provider: 'BlockHunters 🎯'
282
+ },
283
+ {
284
+ address: 'https://api.juno.kingnodes.com',
285
+ provider: 'kingnodes 👑'
286
+ },
287
+ {
288
+ address: 'https://juno-api.reece.sh',
289
+ provider: 'Reecepbcups'
250
290
  }
251
291
  ],
252
292
  grpc: [
@@ -283,12 +323,20 @@ const chain: Chain = {
283
323
  provider: 'Nodejumper 🚀'
284
324
  },
285
325
  {
286
- address: 'juno.grpc.stakin.com:443',
326
+ address: 'juno.grpc.stakin-nodes.com:443',
287
327
  provider: 'Stakin'
288
328
  },
289
329
  {
290
330
  address: 'https://grpc.juno.bh.rocks:443',
291
331
  provider: 'BlockHunters 🎯'
332
+ },
333
+ {
334
+ address: 'https://grpc.juno.kingnodes.com',
335
+ provider: 'kingnodes 👑'
336
+ },
337
+ {
338
+ address: 'http://juno.grpc.stakeandrelax.net:12690',
339
+ provider: 'Stake&Relax Validator 🦥'
292
340
  }
293
341
  ]
294
342
  },
@@ -296,7 +344,8 @@ const chain: Chain = {
296
344
  {
297
345
  kind: 'EZStaking Tools',
298
346
  url: 'https://ezstaking.tools/juno',
299
- tx_page: 'https://ezstaking.tools/juno/txs/${txHash}'
347
+ tx_page: 'https://ezstaking.tools/juno/txs/${txHash}',
348
+ account_page: 'https://ezstaking.tools/juno/account/${accountAddress}'
300
349
  },
301
350
  {
302
351
  kind: 'ping.pub',
@@ -311,7 +360,8 @@ const chain: Chain = {
311
360
  {
312
361
  kind: 'mintscan',
313
362
  url: 'https://www.mintscan.io/juno',
314
- tx_page: 'https://www.mintscan.io/juno/txs/${txHash}'
363
+ tx_page: 'https://www.mintscan.io/juno/txs/${txHash}',
364
+ account_page: 'https://www.mintscan.io/juno/account/${accountAddress}'
315
365
  },
316
366
  {
317
367
  kind: 'atomscan',
package/src/testnet.ts CHANGED
@@ -5,7 +5,7 @@ const testnet: Chain = {
5
5
  status: 'live',
6
6
  network_type: 'testnet',
7
7
  pretty_name: 'Juno Testnet',
8
- chain_id: 'uni-5',
8
+ chain_id: 'uni-6',
9
9
  bech32_prefix: 'juno',
10
10
  daemon_name: 'junod',
11
11
  node_home: '$HOME/.juno',
@@ -30,24 +30,31 @@ const testnet: Chain = {
30
30
  },
31
31
  codebase: {
32
32
  git_repo: 'https://github.com/CosmosContracts/juno',
33
- recommended_version: 'v9.0.0',
34
- compatible_versions: ['v9.0.0'],
33
+ recommended_version: 'v12.0.0-beta.1',
34
+ compatible_versions: ['v12.0.0-beta.1'],
35
35
  cosmos_sdk_version: '0.45',
36
36
  tendermint_version: '0.34',
37
- cosmwasm_version: '0.27',
37
+ cosmwasm_version: '0.29',
38
38
  cosmwasm_enabled: true,
39
+ ibc_go_version: '3.3.1',
39
40
  genesis: {
40
41
  genesis_url:
41
- 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json'
42
+ 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
42
43
  }
43
44
  },
44
45
  peers: {
45
- seeds: [],
46
+ seeds: [
47
+ {
48
+ id: 'babc3f3f7804933265ec9c40ad94f4da8e9e0017',
49
+ address: 'testnet-seed.rhinostake.com:12656',
50
+ provider: 'RHINO'
51
+ }
52
+ ],
46
53
  persistent_peers: [
47
54
  {
48
- id: 'ed90921d43ede634043d152d7a87e8881fb85e90',
49
- address: '65.108.77.106:26709',
50
- provider: 'EZStaking.io'
55
+ id: 'c54bf418fb542634495f57a1e36c9bd057d55e1b',
56
+ address: '5.161.80.115:26656',
57
+ provider: 'Reecepbcups'
51
58
  }
52
59
  ]
53
60
  },
@@ -60,6 +67,10 @@ const testnet: Chain = {
60
67
  {
61
68
  address: 'https://juno-testnet-rpc.polkachu.com',
62
69
  provider: 'Polkachu'
70
+ },
71
+ {
72
+ address: 'https://uni-rpc.reece.sh',
73
+ provider: 'Reecepbcups'
63
74
  }
64
75
  ],
65
76
  rest: [
@@ -70,6 +81,10 @@ const testnet: Chain = {
70
81
  {
71
82
  address: 'https://juno-testnet-api.polkachu.com',
72
83
  provider: 'Polkachu'
84
+ },
85
+ {
86
+ address: 'https://uni-api.reece.sh',
87
+ provider: 'Reecepbcups'
73
88
  }
74
89
  ],
75
90
  grpc: [
@@ -83,7 +98,9 @@ const testnet: Chain = {
83
98
  {
84
99
  kind: 'EZStaking Tools',
85
100
  url: 'https://testnet.ezstaking.tools/juno-testnet',
86
- tx_page: 'https://testnet.ezstaking.tools/juno-testnet/txs/${txHash}'
101
+ tx_page: 'https://testnet.ezstaking.tools/juno-testnet/txs/${txHash}',
102
+ account_page:
103
+ 'https://testnet.ezstaking.tools/juno-testnet/account/${accountAddress}'
87
104
  },
88
105
  {
89
106
  kind: 'Mintscan',