@juno-network/assets 0.18.0 → 0.19.1

Sign up to get free protection for your applications and to get access to all the features.
package/src/assets.ts CHANGED
@@ -555,6 +555,179 @@ const assets: AssetList = {
555
555
  },
556
556
  coingecko_id: 'fanfury'
557
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
+ },
558
731
  {
559
732
  description: 'The native token cw20 for Neta on Juno Chain',
560
733
  type_asset: 'cw20',
package/src/chain.ts CHANGED
@@ -76,6 +76,21 @@ const chain: Chain = {
76
76
  id: 'ea67180befe4d9ca71142d21ada8ff58cc08f71c',
77
77
  address: 'seeds.goldenratiostaking.net:1627',
78
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'
79
94
  }
80
95
  ],
81
96
  persistent_peers: [
@@ -124,8 +139,8 @@ const chain: Chain = {
124
139
  apis: {
125
140
  rpc: [
126
141
  {
127
- address: 'https://rpc-juno.whispernode.com',
128
- provider: ' WhisperNode 🤐'
142
+ address: 'https://rpc-juno.whispernode.com:443',
143
+ provider: 'WhisperNode🤐'
129
144
  },
130
145
  {
131
146
  address: 'https://rpc-juno.itastakers.com',
@@ -194,12 +209,20 @@ const chain: Chain = {
194
209
  {
195
210
  address: 'https://rpc.juno.kingnodes.com',
196
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 🦥'
197
220
  }
198
221
  ],
199
222
  rest: [
200
223
  {
201
- address: 'https://lcd-juno.whispernode.com',
202
- provider: ' WhisperNode 🤐'
224
+ address: 'https://lcd-juno.whispernode.com:443',
225
+ provider: 'WhisperNode🤐'
203
226
  },
204
227
  {
205
228
  address: 'https://lcd-juno.itastakers.com',
@@ -260,6 +283,10 @@ const chain: Chain = {
260
283
  {
261
284
  address: 'https://api.juno.kingnodes.com',
262
285
  provider: 'kingnodes 👑'
286
+ },
287
+ {
288
+ address: 'https://juno-api.reece.sh',
289
+ provider: 'Reecepbcups'
263
290
  }
264
291
  ],
265
292
  grpc: [
@@ -306,6 +333,10 @@ const chain: Chain = {
306
333
  {
307
334
  address: 'https://grpc.juno.kingnodes.com',
308
335
  provider: 'kingnodes 👑'
336
+ },
337
+ {
338
+ address: 'http://juno.grpc.stakeandrelax.net:12690',
339
+ provider: 'Stake&Relax Validator 🦥'
309
340
  }
310
341
  ]
311
342
  },
@@ -313,7 +344,8 @@ const chain: Chain = {
313
344
  {
314
345
  kind: 'EZStaking Tools',
315
346
  url: 'https://ezstaking.tools/juno',
316
- 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}'
317
349
  },
318
350
  {
319
351
  kind: 'ping.pub',
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,30 +30,31 @@ const testnet: Chain = {
30
30
  },
31
31
  codebase: {
32
32
  git_repo: 'https://github.com/CosmosContracts/juno',
33
- recommended_version: 'v11.0.0-alpha',
34
- compatible_versions: ['v11.0.0-alpha'],
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
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
46
  seeds: [
46
47
  {
47
- id: '08bde9dda7cc7898b7426387281cdd492f4488af',
48
- address: 'tenderseed.ccvalidators.com:29003',
49
- provider: 'CryptoCrew'
48
+ id: 'babc3f3f7804933265ec9c40ad94f4da8e9e0017',
49
+ address: 'testnet-seed.rhinostake.com:12656',
50
+ provider: 'RHINO'
50
51
  }
51
52
  ],
52
53
  persistent_peers: [
53
54
  {
54
- id: 'ed90921d43ede634043d152d7a87e8881fb85e90',
55
- address: '65.108.77.106:26709',
56
- provider: 'EZStaking.io'
55
+ id: 'c54bf418fb542634495f57a1e36c9bd057d55e1b',
56
+ address: '5.161.80.115:26656',
57
+ provider: 'Reecepbcups'
57
58
  }
58
59
  ]
59
60
  },
@@ -66,6 +67,10 @@ const testnet: Chain = {
66
67
  {
67
68
  address: 'https://juno-testnet-rpc.polkachu.com',
68
69
  provider: 'Polkachu'
70
+ },
71
+ {
72
+ address: 'https://uni-rpc.reece.sh',
73
+ provider: 'Reecepbcups'
69
74
  }
70
75
  ],
71
76
  rest: [
@@ -76,6 +81,10 @@ const testnet: Chain = {
76
81
  {
77
82
  address: 'https://juno-testnet-api.polkachu.com',
78
83
  provider: 'Polkachu'
84
+ },
85
+ {
86
+ address: 'https://uni-api.reece.sh',
87
+ provider: 'Reecepbcups'
79
88
  }
80
89
  ],
81
90
  grpc: [
@@ -89,7 +98,9 @@ const testnet: Chain = {
89
98
  {
90
99
  kind: 'EZStaking Tools',
91
100
  url: 'https://testnet.ezstaking.tools/juno-testnet',
92
- 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}'
93
104
  },
94
105
  {
95
106
  kind: 'Mintscan',