chain-registry 1.69.116 → 1.69.118

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 (114) hide show
  1. package/devnet/assets.js +2 -0
  2. package/devnet/chains.js +2 -0
  3. package/devnet/manifestdevnet/assets.d.ts +3 -0
  4. package/devnet/manifestdevnet/assets.js +52 -0
  5. package/devnet/manifestdevnet/chain.d.ts +3 -0
  6. package/devnet/manifestdevnet/chain.js +75 -0
  7. package/devnet/manifestdevnet/index.d.ts +2 -0
  8. package/devnet/manifestdevnet/index.js +10 -0
  9. package/devnet/named.d.ts +1 -0
  10. package/devnet/named.js +2 -1
  11. package/esm/devnet/assets.js +2 -0
  12. package/esm/devnet/chains.js +2 -0
  13. package/esm/devnet/manifestdevnet/assets.js +50 -0
  14. package/esm/devnet/manifestdevnet/chain.js +73 -0
  15. package/esm/devnet/manifestdevnet/index.js +4 -0
  16. package/esm/devnet/named.js +1 -0
  17. package/esm/mainnet/akash/assets.js +0 -43
  18. package/esm/mainnet/archway/assets.js +0 -40
  19. package/esm/mainnet/axelar/chain.js +13 -6
  20. package/esm/mainnet/canto/assets.js +0 -43
  21. package/esm/mainnet/cosmoshub/assets.js +0 -37
  22. package/esm/mainnet/cronos/chain.js +9 -10
  23. package/esm/mainnet/cryptoorgchain/assets.js +3 -49
  24. package/esm/mainnet/elys/assets.js +0 -327
  25. package/esm/mainnet/juno/assets.js +0 -43
  26. package/esm/mainnet/kujira/assets.js +0 -40
  27. package/esm/mainnet/meme/assets.js +0 -42
  28. package/esm/mainnet/migaloo/assets.js +3 -3
  29. package/esm/mainnet/neutron/assets.js +0 -43
  30. package/esm/mainnet/oraichain/assets.js +0 -44
  31. package/esm/mainnet/osmosis/assets.js +0 -168
  32. package/esm/mainnet/planq/assets.js +3 -48
  33. package/esm/mainnet/pryzm/assets.js +273 -0
  34. package/esm/mainnet/pryzm/chain.js +6 -6
  35. package/esm/mainnet/quasar/assets.js +3 -3
  36. package/esm/mainnet/routerchain/assets.js +0 -49
  37. package/esm/mainnet/sei/assets.js +0 -40
  38. package/esm/mainnet/terra/chain.js +12 -0
  39. package/esm/mainnet/terra2/assets.js +0 -85
  40. package/esm/noncosmos/ethereumtestnet/assets.js +4 -4
  41. package/esm/noncosmos/picasso/assets.js +3 -2
  42. package/esm/testnet/archwaytestnet/assets.js +3 -89
  43. package/esm/testnet/assets.js +4 -0
  44. package/esm/testnet/autheotestnet/assets.js +26 -0
  45. package/esm/testnet/autheotestnet/chain.js +76 -0
  46. package/esm/testnet/autheotestnet/index.js +4 -0
  47. package/esm/testnet/axelartestnet/assets.js +36 -36
  48. package/esm/testnet/chains.js +4 -0
  49. package/esm/testnet/desmostestnet/assets.js +8 -0
  50. package/esm/testnet/dymensiontestnet1/assets.js +0 -42
  51. package/esm/testnet/elystestnet/assets.js +3 -90
  52. package/esm/testnet/elystestnet/chain.js +2 -18
  53. package/esm/testnet/iopntestnet/assets.js +26 -0
  54. package/esm/testnet/iopntestnet/chain.js +76 -0
  55. package/esm/testnet/iopntestnet/index.js +4 -0
  56. package/esm/testnet/junotestnet/assets.js +8 -0
  57. package/esm/testnet/kichaintestnet/assets.js +8 -0
  58. package/esm/testnet/mantrachaintestnet2/assets.js +2 -178
  59. package/esm/testnet/named.js +2 -0
  60. package/esm/testnet/osmosistestnet/assets.js +0 -163
  61. package/esm/testnet/stridetestnet/assets.js +0 -83
  62. package/mainnet/akash/assets.js +0 -43
  63. package/mainnet/archway/assets.js +0 -40
  64. package/mainnet/axelar/chain.js +13 -6
  65. package/mainnet/canto/assets.js +0 -43
  66. package/mainnet/cosmoshub/assets.js +0 -37
  67. package/mainnet/cronos/chain.js +9 -10
  68. package/mainnet/cryptoorgchain/assets.js +3 -49
  69. package/mainnet/elys/assets.js +0 -327
  70. package/mainnet/juno/assets.js +0 -43
  71. package/mainnet/kujira/assets.js +0 -40
  72. package/mainnet/meme/assets.js +0 -42
  73. package/mainnet/migaloo/assets.js +3 -3
  74. package/mainnet/neutron/assets.js +0 -43
  75. package/mainnet/oraichain/assets.js +0 -44
  76. package/mainnet/osmosis/assets.js +0 -168
  77. package/mainnet/planq/assets.js +3 -48
  78. package/mainnet/pryzm/assets.js +273 -0
  79. package/mainnet/pryzm/chain.js +6 -6
  80. package/mainnet/quasar/assets.js +3 -3
  81. package/mainnet/routerchain/assets.js +0 -49
  82. package/mainnet/sei/assets.js +0 -40
  83. package/mainnet/terra/chain.js +12 -0
  84. package/mainnet/terra2/assets.js +0 -85
  85. package/noncosmos/ethereumtestnet/assets.js +4 -4
  86. package/noncosmos/picasso/assets.js +3 -2
  87. package/package.json +4 -4
  88. package/testnet/archwaytestnet/assets.js +3 -89
  89. package/testnet/assets.js +4 -0
  90. package/testnet/autheotestnet/assets.d.ts +3 -0
  91. package/testnet/autheotestnet/assets.js +28 -0
  92. package/testnet/autheotestnet/chain.d.ts +3 -0
  93. package/testnet/autheotestnet/chain.js +78 -0
  94. package/testnet/autheotestnet/index.d.ts +2 -0
  95. package/testnet/autheotestnet/index.js +10 -0
  96. package/testnet/axelartestnet/assets.js +36 -36
  97. package/testnet/chains.js +4 -0
  98. package/testnet/desmostestnet/assets.js +8 -0
  99. package/testnet/dymensiontestnet1/assets.js +0 -42
  100. package/testnet/elystestnet/assets.js +3 -90
  101. package/testnet/elystestnet/chain.js +2 -18
  102. package/testnet/iopntestnet/assets.d.ts +3 -0
  103. package/testnet/iopntestnet/assets.js +28 -0
  104. package/testnet/iopntestnet/chain.d.ts +3 -0
  105. package/testnet/iopntestnet/chain.js +78 -0
  106. package/testnet/iopntestnet/index.d.ts +2 -0
  107. package/testnet/iopntestnet/index.js +10 -0
  108. package/testnet/junotestnet/assets.js +8 -0
  109. package/testnet/kichaintestnet/assets.js +8 -0
  110. package/testnet/mantrachaintestnet2/assets.js +2 -178
  111. package/testnet/named.d.ts +2 -0
  112. package/testnet/named.js +5 -3
  113. package/testnet/osmosistestnet/assets.js +0 -163
  114. package/testnet/stridetestnet/assets.js +0 -83
@@ -32,55 +32,6 @@ const info = {
32
32
  twitter: 'https://x.com/routerprotocol'
33
33
  },
34
34
  type_asset: 'sdk.coin'
35
- }, {
36
- description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
37
- denom_units: [{
38
- denom: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
39
- exponent: 0,
40
- aliases: ['microusdc', 'uusdc']
41
- }, {
42
- denom: 'usdc',
43
- exponent: 6
44
- }],
45
- type_asset: 'ics20',
46
- base: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
47
- name: 'USDC',
48
- display: 'usdc',
49
- symbol: 'USDC',
50
- traces: [
51
- {
52
- type: 'synthetic',
53
- counterparty: {
54
- chain_name: 'forex',
55
- base_denom: 'USD'
56
- },
57
- provider: 'Circle'
58
- },
59
- {
60
- type: 'additional-mintage',
61
- counterparty: {
62
- chain_name: 'ethereum',
63
- base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
64
- },
65
- provider: 'Circle'
66
- },
67
- {
68
- type: 'ibc',
69
- counterparty: {
70
- chain_name: 'noble',
71
- base_denom: 'uusdc',
72
- channel_id: 'channel-119'
73
- },
74
- chain: {
75
- channel_id: 'channel-13',
76
- path: 'transfer/channel-13/uusdc'
77
- }
78
- }
79
- ],
80
- logo_URIs: {
81
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
82
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
83
- }
84
35
  }]
85
36
  };
86
37
  export default info;
@@ -128,46 +128,6 @@ const info = {
128
128
  }],
129
129
  type_asset: 'sdk.coin'
130
130
  },
131
- {
132
- description: 'The first memecoin on osmosis.',
133
- denom_units: [{
134
- denom: 'ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A',
135
- exponent: 0
136
- }, {
137
- denom: 'WOSMO',
138
- exponent: 6
139
- }],
140
- type_asset: 'ics20',
141
- base: 'ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A',
142
- name: 'Wosmo',
143
- display: 'WOSMO',
144
- symbol: 'WOSMO',
145
- traces: [{
146
- type: 'ibc',
147
- counterparty: {
148
- chain_name: 'osmosis',
149
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
150
- channel_id: 'channel-0'
151
- },
152
- chain: {
153
- channel_id: 'channel-782',
154
- path: 'transfer/channel-782/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
155
- }
156
- }],
157
- images: [{
158
- image_sync: {
159
- chain_name: 'osmosis',
160
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
161
- },
162
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png',
163
- theme: {
164
- primary_color_hex: '#edd5ee'
165
- }
166
- }],
167
- logo_URIs: {
168
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
169
- }
170
- },
171
131
  {
172
132
  description: 'OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series',
173
133
  denom_units: [{
@@ -187,6 +187,10 @@ const info = {
187
187
  {
188
188
  address: 'https://terraclassic-rpc-server-01.stakely.io',
189
189
  provider: 'Stakely'
190
+ },
191
+ {
192
+ address: 'https://api-lunc-rpc.binodes.com',
193
+ provider: 'BInodes'
190
194
  }
191
195
  ],
192
196
  rest: [
@@ -205,6 +209,10 @@ const info = {
205
209
  {
206
210
  address: 'https://terraclassic-lcd-server-01.stakely.io',
207
211
  provider: 'Stakely'
212
+ },
213
+ {
214
+ address: 'https://api-lunc-lcd.binodes.com',
215
+ provider: 'BInodes'
208
216
  }
209
217
  ],
210
218
  grpc: [
@@ -223,6 +231,10 @@ const info = {
223
231
  {
224
232
  address: 'terraclassic-mainnet-grpc.autostake.com:443',
225
233
  provider: 'AutoStake 🛡️ Slash Protected'
234
+ },
235
+ {
236
+ address: 'api-lunc-grpc.binodes.com:443',
237
+ provider: 'BInodes'
226
238
  }
227
239
  ]
228
240
  },
@@ -929,46 +929,6 @@ const info = {
929
929
  }
930
930
  }]
931
931
  },
932
- {
933
- description: 'The first memecoin on osmosis.',
934
- denom_units: [{
935
- denom: 'ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2',
936
- exponent: 0
937
- }, {
938
- denom: 'WOSMO',
939
- exponent: 6
940
- }],
941
- type_asset: 'ics20',
942
- base: 'ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2',
943
- name: 'Wosmo',
944
- display: 'WOSMO',
945
- symbol: 'WOSMO',
946
- traces: [{
947
- type: 'ibc',
948
- counterparty: {
949
- chain_name: 'osmosis',
950
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
951
- channel_id: 'channel-1'
952
- },
953
- chain: {
954
- channel_id: 'channel-251',
955
- path: 'transfer/channel-251/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
956
- }
957
- }],
958
- images: [{
959
- image_sync: {
960
- chain_name: 'osmosis',
961
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
962
- },
963
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png',
964
- theme: {
965
- primary_color_hex: '#edd5ee'
966
- }
967
- }],
968
- logo_URIs: {
969
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
970
- }
971
- },
972
932
  {
973
933
  description: 'DNA DAO',
974
934
  type_asset: 'cw20',
@@ -1320,51 +1280,6 @@ const info = {
1320
1280
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1321
1281
  }]
1322
1282
  },
1323
- {
1324
- description: 'Cosmo is the best currency in the universe.',
1325
- denom_units: [{
1326
- denom: 'ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201',
1327
- exponent: 0,
1328
- aliases: ['factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO']
1329
- }, {
1330
- denom: 'COSMO',
1331
- exponent: 6
1332
- }],
1333
- type_asset: 'ics20',
1334
- base: 'ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201',
1335
- name: 'Cosmo',
1336
- display: 'COSMO',
1337
- symbol: 'COSMO',
1338
- traces: [{
1339
- type: 'ibc',
1340
- counterparty: {
1341
- chain_name: 'injective',
1342
- base_denom: 'factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO',
1343
- channel_id: 'channel-8'
1344
- },
1345
- chain: {
1346
- channel_id: 'channel-122',
1347
- path: 'transfer/channel-122/factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO'
1348
- }
1349
- }],
1350
- logo_URIs: {
1351
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png'
1352
- },
1353
- images: [{
1354
- image_sync: {
1355
- chain_name: 'injective',
1356
- base_denom: 'factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO'
1357
- },
1358
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png',
1359
- theme: {
1360
- primary_color_hex: '#343169'
1361
- }
1362
- }],
1363
- socials: {
1364
- website: 'https://github.com/raphaellafar/Cosmo',
1365
- twitter: 'https://x.com/CosmoClub84'
1366
- }
1367
- },
1368
1283
  {
1369
1284
  description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
1370
1285
  denom_units: [{
@@ -81,12 +81,12 @@ const info = {
81
81
  display: 'ausdc',
82
82
  symbol: 'aUSDC',
83
83
  traces: [{
84
- type: 'synthetic',
84
+ type: 'test-mintage',
85
85
  counterparty: {
86
- chain_name: 'forex',
87
- base_denom: 'USD'
86
+ chain_name: 'ethereum',
87
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
88
88
  },
89
- provider: 'Circle'
89
+ provider: 'Ethereum'
90
90
  }],
91
91
  logo_URIs: {
92
92
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
@@ -70,7 +70,7 @@ const info = {
70
70
  display: 'dot',
71
71
  symbol: 'DOT',
72
72
  traces: [{
73
- type: 'ibc',
73
+ type: 'ibc-bridge',
74
74
  counterparty: {
75
75
  chain_name: 'composablepolkadot',
76
76
  base_denom: '79228162514264337593543950342',
@@ -79,7 +79,8 @@ const info = {
79
79
  chain: {
80
80
  channel_id: 'channel-15',
81
81
  path: 'transfer/channel-15/79228162514264337593543950342'
82
- }
82
+ },
83
+ provider: 'Picasso'
83
84
  }],
84
85
  images: [{
85
86
  image_sync: {
@@ -1,8 +1,7 @@
1
1
  const info = {
2
2
  $schema: '../../assetlist.schema.json',
3
3
  chain_name: 'archwaytestnet',
4
- assets: [
5
- {
4
+ assets: [{
6
5
  description: 'The native token of Archway Test Network.',
7
6
  denom_units: [
8
7
  {
@@ -50,8 +49,7 @@ const info = {
50
49
  twitter: 'https://twitter.com/archwayHQ'
51
50
  },
52
51
  type_asset: 'sdk.coin'
53
- },
54
- {
52
+ }, {
55
53
  description: 'Wrapped CONST (Archway Testnet token)',
56
54
  type_asset: 'cw20',
57
55
  address: 'archway1dz6h2smr432gvzruklk3lps7ak2ca7cngdge4vym93wehkkypwpqgwr2q2',
@@ -89,90 +87,6 @@ const info = {
89
87
  primary_color_hex: '#000000'
90
88
  }
91
89
  }]
92
- },
93
- {
94
- description: 'Circle\'s USDC Noble Testnet (Grand) on Archway Testnet',
95
- denom_units: [{
96
- denom: 'ibc/34F8D3402273FFA5278AE5757D81CE151ACFD4B19C494C0EE372A7229714824F',
97
- exponent: 0,
98
- aliases: ['uusdc']
99
- }, {
100
- denom: 'usdc',
101
- exponent: 6
102
- }],
103
- type_asset: 'ics20',
104
- base: 'ibc/34F8D3402273FFA5278AE5757D81CE151ACFD4B19C494C0EE372A7229714824F',
105
- name: 'USDC (Noble)',
106
- display: 'usdc',
107
- symbol: 'USDC',
108
- traces: [{
109
- type: 'ibc',
110
- counterparty: {
111
- chain_name: 'nobletestnet',
112
- base_denom: 'uusdc',
113
- channel_id: 'channel-215'
114
- },
115
- chain: {
116
- channel_id: 'channel-500',
117
- path: 'transfer/channel-500/uusdc'
118
- }
119
- }],
120
- logo_URIs: {
121
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
122
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
123
- },
124
- images: [{
125
- image_sync: {
126
- chain_name: 'noble',
127
- base_denom: 'uusdc'
128
- },
129
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
130
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
131
- theme: {
132
- circle: true,
133
- primary_color_hex: '#2775CA'
134
- }
135
- }]
136
- },
137
- {
138
- description: 'Wrapped USDC (Noble Testnet Grand)',
139
- type_asset: 'cw20',
140
- address: 'archway172vetupqnkgdc7dp3gwqpvk5ljmgzyj2gs4ag2fdmp0s2rucxxsqh0nqeu',
141
- denom_units: [{
142
- denom: 'cw20:archway172vetupqnkgdc7dp3gwqpvk5ljmgzyj2gs4ag2fdmp0s2rucxxsqh0nqeu',
143
- exponent: 0
144
- }, {
145
- denom: 'wUSDC',
146
- exponent: 6
147
- }],
148
- base: 'cw20:archway172vetupqnkgdc7dp3gwqpvk5ljmgzyj2gs4ag2fdmp0s2rucxxsqh0nqeu',
149
- name: 'Wrapped USDC',
150
- display: 'wUSDC',
151
- symbol: 'wUSDC',
152
- traces: [{
153
- type: 'wrapped',
154
- counterparty: {
155
- chain_name: 'archwaytestnet',
156
- base_denom: 'ibc/34F8D3402273FFA5278AE5757D81CE151ACFD4B19C494C0EE372A7229714824F'
157
- },
158
- provider: 'Archway'
159
- }],
160
- logo_URIs: {
161
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc-noble.png',
162
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc-noble.svg'
163
- },
164
- images: [{
165
- image_sync: {
166
- chain_name: 'archway',
167
- base_denom: 'cw20:archway1gaf9nw7n8v5lpjz9caxjpps006kxfcrzcuc8y5qp4clslhven2ns2g0ule'
168
- },
169
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc-noble.png',
170
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc-noble.svg',
171
- theme: {
172
- primary_color_hex: '#000000'
173
- }
174
- }]
175
- }
176
- ]
90
+ }]
177
91
  };
178
92
  export default info;
@@ -6,6 +6,7 @@ import * as _arkeonetworktestnet from './arkeonetworktestnet';
6
6
  import * as _artelatestnet from './artelatestnet';
7
7
  import * as _atomonetestnet from './atomonetestnet';
8
8
  import * as _auratestnet from './auratestnet';
9
+ import * as _autheotestnet from './autheotestnet';
9
10
  import * as _axelartestnet from './axelartestnet';
10
11
  import * as _babylontestnet from './babylontestnet';
11
12
  import * as _bitcannadevnet from './bitcannadevnet';
@@ -45,6 +46,7 @@ import * as _hypersigntestnet from './hypersigntestnet';
45
46
  import * as _impacthubtestnet from './impacthubtestnet';
46
47
  import * as _imversedtestnet from './imversedtestnet';
47
48
  import * as _injectivetestnet from './injectivetestnet';
49
+ import * as _iopntestnet from './iopntestnet';
48
50
  import * as _jackaltestnet from './jackaltestnet';
49
51
  import * as _jackaltestnet2 from './jackaltestnet2';
50
52
  import * as _junotestnet from './junotestnet';
@@ -128,6 +130,7 @@ const assets = [
128
130
  _artelatestnet.assets,
129
131
  _atomonetestnet.assets,
130
132
  _auratestnet.assets,
133
+ _autheotestnet.assets,
131
134
  _axelartestnet.assets,
132
135
  _babylontestnet.assets,
133
136
  _bitcannadevnet.assets,
@@ -167,6 +170,7 @@ const assets = [
167
170
  _impacthubtestnet.assets,
168
171
  _imversedtestnet.assets,
169
172
  _injectivetestnet.assets,
173
+ _iopntestnet.assets,
170
174
  _jackaltestnet.assets,
171
175
  _jackaltestnet2.assets,
172
176
  _junotestnet.assets,
@@ -0,0 +1,26 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'autheotestnet',
4
+ assets: [{
5
+ description: 'Native token of Autheo Chain',
6
+ denom_units: [{
7
+ denom: 'aauth',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'auth',
11
+ exponent: 6
12
+ }],
13
+ base: 'aauth',
14
+ name: 'Autheo Chain',
15
+ display: 'auth',
16
+ symbol: 'THEO',
17
+ logo_URIs: {
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png'
19
+ },
20
+ socials: {
21
+ website: 'https://autheo.com'
22
+ },
23
+ type_asset: 'sdk.coin'
24
+ }]
25
+ };
26
+ export default info;
@@ -0,0 +1,76 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chain_name: 'autheotestnet',
4
+ status: 'live',
5
+ website: 'https://autheo.com/',
6
+ network_type: 'testnet',
7
+ chain_type: 'cosmos',
8
+ pretty_name: 'Autheo',
9
+ chain_id: 'autheo_785-1',
10
+ bech32_prefix: 'aauth',
11
+ daemon_name: 'autheod',
12
+ node_home: '$HOME/.autheod',
13
+ key_algos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ fee_tokens: [{
17
+ denom: 'aauth',
18
+ fixed_min_gas_price: 0,
19
+ low_gas_price: 0,
20
+ average_gas_price: 0.025,
21
+ high_gas_price: 0.04
22
+ }]
23
+ },
24
+ staking: {
25
+ staking_tokens: [{
26
+ denom: 'aauth'
27
+ }],
28
+ lock_duration: {
29
+ time: '1209600s'
30
+ }
31
+ },
32
+ codebase: {
33
+ git_repo: 'https://code.zeeve.net/client-projects/autheo',
34
+ genesis: {
35
+ name: 'v3',
36
+ genesis_url: 'https://code.zeeve.net/client-projects/autheo/-/blob/autheo-node1/autheo-node1/config/genesis.json'
37
+ },
38
+ recommended_version: 'v1.3.0',
39
+ compatible_versions: ['v1.3.0'],
40
+ binaries: {
41
+ "linux/amd64": 'https://code.zeeve.net/client-projects/autheo/-/archive/v1.3/autheo-v1.3.zip'
42
+ },
43
+ language: {
44
+ type: 'go',
45
+ version: '1.23.3'
46
+ },
47
+ sdk: {
48
+ type: 'cosmos',
49
+ version: '0.47.5'
50
+ },
51
+ ibc: {
52
+ type: 'go',
53
+ version: 'v7.4.0',
54
+ ics_enabled: ['ics20-1']
55
+ }
56
+ },
57
+ images: [{
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png'
59
+ }],
60
+ apis: {
61
+ rpc: [{
62
+ address: 'https://testnet-rpc1.autheo.com/',
63
+ provider: 'autheo'
64
+ }],
65
+ rest: [{
66
+ address: 'https://testnet-rpc2.autheo.com/',
67
+ provider: 'autheo'
68
+ }]
69
+ },
70
+ explorers: [{
71
+ kind: 'explorer',
72
+ url: 'https://testnet-explorer.autheo.com/'
73
+ }],
74
+ keywords: ['dex']
75
+ };
76
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;