@chain-registry/assets 1.70.123 → 1.70.124

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 (92) hide show
  1. package/devnet/prysmdevnet.js +0 -210
  2. package/esm/devnet/prysmdevnet.js +0 -210
  3. package/esm/mainnet/axelar.js +130 -0
  4. package/esm/mainnet/mantrachain.js +86 -0
  5. package/esm/mainnet/noble.js +86 -0
  6. package/esm/mainnet/osmosis.js +2 -2
  7. package/esm/mainnet/routerchain.js +238 -0
  8. package/esm/testnet/akashtestnet.js +1 -150
  9. package/esm/testnet/archwaytestnet.js +0 -220
  10. package/esm/testnet/axelartestnet.js +0 -220
  11. package/esm/testnet/celestiatestnet3.js +0 -148
  12. package/esm/testnet/chain4energytestnet.js +1 -150
  13. package/esm/testnet/composabletestnet.js +3 -154
  14. package/esm/testnet/coreumtestnet.js +1 -150
  15. package/esm/testnet/cosmoshubtestnet.js +0 -220
  16. package/esm/testnet/doravotatestnet.js +1 -150
  17. package/esm/testnet/dydxtestnet.js +1 -71
  18. package/esm/testnet/empowertestnet.js +3 -222
  19. package/esm/testnet/impacthubtestnet.js +1 -150
  20. package/esm/testnet/injectivetestnet.js +0 -148
  21. package/esm/testnet/junotestnet.js +0 -148
  22. package/esm/testnet/kimanetworktestnet.js +1 -150
  23. package/esm/testnet/kujiratestnet.js +3 -78
  24. package/esm/testnet/kyvetestnet.js +1 -150
  25. package/esm/testnet/lavatestnet.js +1 -222
  26. package/esm/testnet/likecointestnet.js +1 -150
  27. package/esm/testnet/manifesttestnet.js +1 -222
  28. package/esm/testnet/mantrachaintestnet.js +0 -220
  29. package/esm/testnet/marstestnet.js +1 -150
  30. package/esm/testnet/neutrontestnet.js +0 -148
  31. package/esm/testnet/nobletestnet.js +0 -148
  32. package/esm/testnet/noistestnet.js +3 -146
  33. package/esm/testnet/nolustestnet.js +3 -154
  34. package/esm/testnet/osmosistestnet.js +0 -442
  35. package/esm/testnet/persistencetestnet2.js +3 -226
  36. package/esm/testnet/quicksilvertestnet.js +3 -154
  37. package/esm/testnet/sagatestnet.js +1 -222
  38. package/esm/testnet/sgetestnet.js +1 -150
  39. package/esm/testnet/stargazetestnet.js +0 -148
  40. package/esm/testnet/swisstroniktestnet.js +1 -150
  41. package/esm/testnet/symphonytestnet.js +3 -222
  42. package/esm/testnet/symphonytestnet3.js +3 -222
  43. package/esm/testnet/synternettestnet.js +1 -150
  44. package/esm/testnet/titannettestnet.js +1 -150
  45. package/esm/testnet/titantestnet.js +0 -288
  46. package/esm/testnet/xiontestnet.js +0 -292
  47. package/index.d.ts +1 -1
  48. package/mainnet/axelar.js +130 -0
  49. package/mainnet/mantrachain.js +86 -0
  50. package/mainnet/noble.js +86 -0
  51. package/mainnet/osmosis.js +2 -2
  52. package/mainnet/routerchain.js +238 -0
  53. package/package.json +5 -5
  54. package/testnet/akashtestnet.js +1 -150
  55. package/testnet/archwaytestnet.js +0 -220
  56. package/testnet/axelartestnet.js +0 -220
  57. package/testnet/celestiatestnet3.js +0 -148
  58. package/testnet/chain4energytestnet.js +1 -150
  59. package/testnet/composabletestnet.js +3 -154
  60. package/testnet/coreumtestnet.js +1 -150
  61. package/testnet/cosmoshubtestnet.js +0 -220
  62. package/testnet/doravotatestnet.js +1 -150
  63. package/testnet/dydxtestnet.js +1 -71
  64. package/testnet/empowertestnet.js +3 -222
  65. package/testnet/impacthubtestnet.js +1 -150
  66. package/testnet/injectivetestnet.js +0 -148
  67. package/testnet/junotestnet.js +0 -148
  68. package/testnet/kimanetworktestnet.js +1 -150
  69. package/testnet/kujiratestnet.js +3 -78
  70. package/testnet/kyvetestnet.js +1 -150
  71. package/testnet/lavatestnet.js +1 -222
  72. package/testnet/likecointestnet.js +1 -150
  73. package/testnet/manifesttestnet.js +1 -222
  74. package/testnet/mantrachaintestnet.js +0 -220
  75. package/testnet/marstestnet.js +1 -150
  76. package/testnet/neutrontestnet.js +0 -148
  77. package/testnet/nobletestnet.js +0 -148
  78. package/testnet/noistestnet.js +3 -146
  79. package/testnet/nolustestnet.js +3 -154
  80. package/testnet/osmosistestnet.js +0 -442
  81. package/testnet/persistencetestnet2.js +3 -226
  82. package/testnet/quicksilvertestnet.js +3 -154
  83. package/testnet/sagatestnet.js +1 -222
  84. package/testnet/sgetestnet.js +1 -150
  85. package/testnet/stargazetestnet.js +0 -148
  86. package/testnet/swisstroniktestnet.js +1 -150
  87. package/testnet/symphonytestnet.js +3 -222
  88. package/testnet/symphonytestnet3.js +3 -222
  89. package/testnet/synternettestnet.js +1 -150
  90. package/testnet/titannettestnet.js +1 -150
  91. package/testnet/titantestnet.js +0 -288
  92. package/testnet/xiontestnet.js +0 -292
@@ -42,80 +42,6 @@ const assets = {
42
42
  }
43
43
  }]
44
44
  },
45
- {
46
- description: 'The native token of Osmosis',
47
- denom_units: [{
48
- denom: 'ibc/74F6D894F138C7FEC1BD6AB01342B741F74032C89CB1CA265ED5186F8F9380E3',
49
- exponent: 0,
50
- aliases: ['uosmo']
51
- }, {
52
- denom: 'osmo',
53
- exponent: 6,
54
- aliases: []
55
- }],
56
- type_asset: 'sdk.coin',
57
- base: 'ibc/74F6D894F138C7FEC1BD6AB01342B741F74032C89CB1CA265ED5186F8F9380E3',
58
- name: 'Osmosis Testnet',
59
- display: 'osmo',
60
- symbol: 'OSMO',
61
- logo_URIs: {
62
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
63
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
64
- },
65
- images: [{
66
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
67
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
68
- }],
69
- coingecko_id: 'osmosis',
70
- keywords: ['dex', 'staking'],
71
- traces: [{
72
- type: 'ibc',
73
- counterparty: {
74
- channel_id: 'channel-5498',
75
- base_denom: 'uosmo',
76
- chain_name: 'osmosistestnet'
77
- },
78
- chain: {
79
- channel_id: 'channel-889'
80
- }
81
- }]
82
- },
83
- {
84
- denom_units: [{
85
- denom: 'ibc/4579B1AC9FC88C4D466C2AAE027E6CECFD1B8F1523EAE424801A58B2CCE16CB4',
86
- exponent: 0,
87
- aliases: ['uion']
88
- }, {
89
- denom: 'ion',
90
- exponent: 6
91
- }],
92
- type_asset: 'sdk.coin',
93
- base: 'ibc/4579B1AC9FC88C4D466C2AAE027E6CECFD1B8F1523EAE424801A58B2CCE16CB4',
94
- name: 'Ion',
95
- display: 'ion',
96
- symbol: 'ION',
97
- logo_URIs: {
98
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
99
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
100
- },
101
- images: [{
102
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
103
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
104
- }],
105
- coingecko_id: 'ion',
106
- keywords: ['memecoin'],
107
- traces: [{
108
- type: 'ibc',
109
- counterparty: {
110
- channel_id: 'channel-5498',
111
- base_denom: 'uion',
112
- chain_name: 'osmosistestnet'
113
- },
114
- chain: {
115
- channel_id: 'channel-889'
116
- }
117
- }]
118
- },
119
45
  {
120
46
  description: 'The native token of Symphony',
121
47
  denom_units: [{
@@ -429,80 +355,6 @@ const assets = {
429
355
  }
430
356
  }]
431
357
  },
432
- {
433
- description: 'The native token of Osmosis',
434
- denom_units: [{
435
- denom: 'ibc/74F6D894F138C7FEC1BD6AB01342B741F74032C89CB1CA265ED5186F8F9380E3',
436
- exponent: 0,
437
- aliases: ['uosmo']
438
- }, {
439
- denom: 'osmo',
440
- exponent: 6,
441
- aliases: []
442
- }],
443
- type_asset: 'sdk.coin',
444
- base: 'ibc/74F6D894F138C7FEC1BD6AB01342B741F74032C89CB1CA265ED5186F8F9380E3',
445
- name: 'Osmosis Testnet',
446
- display: 'osmo',
447
- symbol: 'OSMO',
448
- logo_URIs: {
449
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
450
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
451
- },
452
- images: [{
453
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
454
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
455
- }],
456
- coingecko_id: 'osmosis',
457
- keywords: ['dex', 'staking'],
458
- traces: [{
459
- type: 'ibc',
460
- counterparty: {
461
- channel_id: 'channel-5498',
462
- base_denom: 'uosmo',
463
- chain_name: 'osmosistestnet'
464
- },
465
- chain: {
466
- channel_id: 'channel-889'
467
- }
468
- }]
469
- },
470
- {
471
- denom_units: [{
472
- denom: 'ibc/4579B1AC9FC88C4D466C2AAE027E6CECFD1B8F1523EAE424801A58B2CCE16CB4',
473
- exponent: 0,
474
- aliases: ['uion']
475
- }, {
476
- denom: 'ion',
477
- exponent: 6
478
- }],
479
- type_asset: 'sdk.coin',
480
- base: 'ibc/4579B1AC9FC88C4D466C2AAE027E6CECFD1B8F1523EAE424801A58B2CCE16CB4',
481
- name: 'Ion',
482
- display: 'ion',
483
- symbol: 'ION',
484
- logo_URIs: {
485
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
486
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
487
- },
488
- images: [{
489
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
490
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
491
- }],
492
- coingecko_id: 'ion',
493
- keywords: ['memecoin'],
494
- traces: [{
495
- type: 'ibc',
496
- counterparty: {
497
- channel_id: 'channel-5498',
498
- base_denom: 'uion',
499
- chain_name: 'osmosistestnet'
500
- },
501
- chain: {
502
- channel_id: 'channel-889'
503
- }
504
- }]
505
- },
506
358
  {
507
359
  description: 'The native token of Symphony',
508
360
  denom_units: [{
@@ -1,154 +1,5 @@
1
1
  const assets = {
2
2
  chain_name: 'kimanetworktestnet',
3
- assets: [
4
- {
5
- description: 'The native token of Osmosis',
6
- denom_units: [{
7
- denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
8
- exponent: 0,
9
- aliases: ['uosmo']
10
- }, {
11
- denom: 'osmo',
12
- exponent: 6,
13
- aliases: []
14
- }],
15
- type_asset: 'sdk.coin',
16
- base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
17
- name: 'Osmosis Testnet',
18
- display: 'osmo',
19
- symbol: 'OSMO',
20
- logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
23
- },
24
- images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
26
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
27
- }],
28
- coingecko_id: 'osmosis',
29
- keywords: ['dex', 'staking'],
30
- traces: [{
31
- type: 'ibc',
32
- counterparty: {
33
- channel_id: 'channel-9247',
34
- base_denom: 'uosmo',
35
- chain_name: 'osmosistestnet'
36
- },
37
- chain: {
38
- channel_id: 'channel-2'
39
- }
40
- }]
41
- },
42
- {
43
- denom_units: [{
44
- denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
45
- exponent: 0,
46
- aliases: ['uion']
47
- }, {
48
- denom: 'ion',
49
- exponent: 6
50
- }],
51
- type_asset: 'sdk.coin',
52
- base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
53
- name: 'Ion',
54
- display: 'ion',
55
- symbol: 'ION',
56
- logo_URIs: {
57
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
58
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
59
- },
60
- images: [{
61
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
62
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
63
- }],
64
- coingecko_id: 'ion',
65
- keywords: ['memecoin'],
66
- traces: [{
67
- type: 'ibc',
68
- counterparty: {
69
- channel_id: 'channel-9247',
70
- base_denom: 'uion',
71
- chain_name: 'osmosistestnet'
72
- },
73
- chain: {
74
- channel_id: 'channel-2'
75
- }
76
- }]
77
- },
78
- {
79
- description: 'The native token of Osmosis',
80
- denom_units: [{
81
- denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
82
- exponent: 0,
83
- aliases: ['uosmo']
84
- }, {
85
- denom: 'osmo',
86
- exponent: 6,
87
- aliases: []
88
- }],
89
- type_asset: 'sdk.coin',
90
- base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
91
- name: 'Osmosis Testnet',
92
- display: 'osmo',
93
- symbol: 'OSMO',
94
- logo_URIs: {
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
96
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
97
- },
98
- images: [{
99
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
100
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
101
- }],
102
- coingecko_id: 'osmosis',
103
- keywords: ['dex', 'staking'],
104
- traces: [{
105
- type: 'ibc',
106
- counterparty: {
107
- channel_id: 'channel-9247',
108
- base_denom: 'uosmo',
109
- chain_name: 'osmosistestnet'
110
- },
111
- chain: {
112
- channel_id: 'channel-2'
113
- }
114
- }]
115
- },
116
- {
117
- denom_units: [{
118
- denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
119
- exponent: 0,
120
- aliases: ['uion']
121
- }, {
122
- denom: 'ion',
123
- exponent: 6
124
- }],
125
- type_asset: 'sdk.coin',
126
- base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
127
- name: 'Ion',
128
- display: 'ion',
129
- symbol: 'ION',
130
- logo_URIs: {
131
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
132
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
133
- },
134
- images: [{
135
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
136
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
137
- }],
138
- coingecko_id: 'ion',
139
- keywords: ['memecoin'],
140
- traces: [{
141
- type: 'ibc',
142
- counterparty: {
143
- channel_id: 'channel-9247',
144
- base_denom: 'uion',
145
- chain_name: 'osmosistestnet'
146
- },
147
- chain: {
148
- channel_id: 'channel-2'
149
- }
150
- }]
151
- }
152
- ]
3
+ assets: []
153
4
  };
154
5
  export default assets;
@@ -1,7 +1,6 @@
1
1
  const assets = {
2
2
  chain_name: 'kujiratestnet',
3
- assets: [
4
- {
3
+ assets: [{
5
4
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
6
5
  denom_units: [{
7
6
  denom: 'ibc/C82173695F4C472A6F4EBF7369DFA69852A710834C24CEB7DF4DC90132B178E6',
@@ -35,8 +34,7 @@ const assets = {
35
34
  channel_id: 'channel-51'
36
35
  }
37
36
  }]
38
- },
39
- {
37
+ }, {
40
38
  description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
41
39
  denom_units: [{
42
40
  denom: 'ibc/C82173695F4C472A6F4EBF7369DFA69852A710834C24CEB7DF4DC90132B178E6',
@@ -70,79 +68,6 @@ const assets = {
70
68
  channel_id: 'channel-51'
71
69
  }
72
70
  }]
73
- },
74
- {
75
- description: 'The native staking token of Terra.',
76
- denom_units: [{
77
- denom: 'ibc/652BA8E08353A3EC4D0E48FBDEA045D942D654673FF5420B4EA6FA61A50EF27B',
78
- exponent: 0,
79
- aliases: ['uluna']
80
- }, {
81
- denom: 'luna',
82
- exponent: 6
83
- }],
84
- base: 'ibc/652BA8E08353A3EC4D0E48FBDEA045D942D654673FF5420B4EA6FA61A50EF27B',
85
- name: 'Luna',
86
- display: 'luna',
87
- symbol: 'LUNA',
88
- logo_URIs: {
89
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
90
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
91
- },
92
- coingecko_id: 'terra-luna-2',
93
- images: [{
94
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
95
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
96
- }],
97
- type_asset: 'sdk.coin',
98
- traces: [{
99
- type: 'ibc',
100
- counterparty: {
101
- channel_id: 'channel-541',
102
- base_denom: 'uluna',
103
- chain_name: 'terra2testnet'
104
- },
105
- chain: {
106
- channel_id: 'channel-73'
107
- }
108
- }]
109
- },
110
- {
111
- description: 'The native staking token of Terra.',
112
- denom_units: [{
113
- denom: 'ibc/652BA8E08353A3EC4D0E48FBDEA045D942D654673FF5420B4EA6FA61A50EF27B',
114
- exponent: 0,
115
- aliases: ['uluna']
116
- }, {
117
- denom: 'luna',
118
- exponent: 6
119
- }],
120
- base: 'ibc/652BA8E08353A3EC4D0E48FBDEA045D942D654673FF5420B4EA6FA61A50EF27B',
121
- name: 'Luna',
122
- display: 'luna',
123
- symbol: 'LUNA',
124
- logo_URIs: {
125
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
126
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
127
- },
128
- coingecko_id: 'terra-luna-2',
129
- images: [{
130
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
131
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
132
- }],
133
- type_asset: 'sdk.coin',
134
- traces: [{
135
- type: 'ibc',
136
- counterparty: {
137
- channel_id: 'channel-541',
138
- base_denom: 'uluna',
139
- chain_name: 'terra2testnet'
140
- },
141
- chain: {
142
- channel_id: 'channel-73'
143
- }
144
- }]
145
- }
146
- ]
71
+ }]
147
72
  };
148
73
  export default assets;
@@ -1,154 +1,5 @@
1
1
  const assets = {
2
2
  chain_name: 'kyvetestnet',
3
- assets: [
4
- {
5
- description: 'The native token of Osmosis',
6
- denom_units: [{
7
- denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
8
- exponent: 0,
9
- aliases: ['uosmo']
10
- }, {
11
- denom: 'osmo',
12
- exponent: 6,
13
- aliases: []
14
- }],
15
- type_asset: 'sdk.coin',
16
- base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
17
- name: 'Osmosis Testnet',
18
- display: 'osmo',
19
- symbol: 'OSMO',
20
- logo_URIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
23
- },
24
- images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
26
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
27
- }],
28
- coingecko_id: 'osmosis',
29
- keywords: ['dex', 'staking'],
30
- traces: [{
31
- type: 'ibc',
32
- counterparty: {
33
- channel_id: 'channel-10',
34
- base_denom: 'uosmo',
35
- chain_name: 'osmosistestnet'
36
- },
37
- chain: {
38
- channel_id: 'channel-2'
39
- }
40
- }]
41
- },
42
- {
43
- denom_units: [{
44
- denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
45
- exponent: 0,
46
- aliases: ['uion']
47
- }, {
48
- denom: 'ion',
49
- exponent: 6
50
- }],
51
- type_asset: 'sdk.coin',
52
- base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
53
- name: 'Ion',
54
- display: 'ion',
55
- symbol: 'ION',
56
- logo_URIs: {
57
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
58
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
59
- },
60
- images: [{
61
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
62
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
63
- }],
64
- coingecko_id: 'ion',
65
- keywords: ['memecoin'],
66
- traces: [{
67
- type: 'ibc',
68
- counterparty: {
69
- channel_id: 'channel-10',
70
- base_denom: 'uion',
71
- chain_name: 'osmosistestnet'
72
- },
73
- chain: {
74
- channel_id: 'channel-2'
75
- }
76
- }]
77
- },
78
- {
79
- description: 'The native token of Osmosis',
80
- denom_units: [{
81
- denom: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
82
- exponent: 0,
83
- aliases: ['uosmo']
84
- }, {
85
- denom: 'osmo',
86
- exponent: 6,
87
- aliases: []
88
- }],
89
- type_asset: 'sdk.coin',
90
- base: 'ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B',
91
- name: 'Osmosis Testnet',
92
- display: 'osmo',
93
- symbol: 'OSMO',
94
- logo_URIs: {
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
96
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
97
- },
98
- images: [{
99
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
100
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
101
- }],
102
- coingecko_id: 'osmosis',
103
- keywords: ['dex', 'staking'],
104
- traces: [{
105
- type: 'ibc',
106
- counterparty: {
107
- channel_id: 'channel-10',
108
- base_denom: 'uosmo',
109
- chain_name: 'osmosistestnet'
110
- },
111
- chain: {
112
- channel_id: 'channel-2'
113
- }
114
- }]
115
- },
116
- {
117
- denom_units: [{
118
- denom: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
119
- exponent: 0,
120
- aliases: ['uion']
121
- }, {
122
- denom: 'ion',
123
- exponent: 6
124
- }],
125
- type_asset: 'sdk.coin',
126
- base: 'ibc/6FA7B62692FBCA2E51F567947035DE3C5D7333D49D13B85A25F358E80DF4E991',
127
- name: 'Ion',
128
- display: 'ion',
129
- symbol: 'ION',
130
- logo_URIs: {
131
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
132
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
133
- },
134
- images: [{
135
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
136
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
137
- }],
138
- coingecko_id: 'ion',
139
- keywords: ['memecoin'],
140
- traces: [{
141
- type: 'ibc',
142
- counterparty: {
143
- channel_id: 'channel-10',
144
- base_denom: 'uion',
145
- chain_name: 'osmosistestnet'
146
- },
147
- chain: {
148
- channel_id: 'channel-2'
149
- }
150
- }]
151
- }
152
- ]
3
+ assets: []
153
4
  };
154
5
  export default assets;