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