@chain-registry/assets 1.70.221 → 1.70.223

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 (39) hide show
  1. package/esm/mainnet/babylon.js +86 -0
  2. package/esm/mainnet/dungeon.js +314 -0
  3. package/esm/mainnet/elys.js +434 -0
  4. package/esm/mainnet/kopi.js +254 -0
  5. package/esm/mainnet/milkyway.js +76 -0
  6. package/esm/mainnet/noble.js +82 -0
  7. package/esm/testnet/agoricdevnet.js +478 -0
  8. package/esm/testnet/assets.js +4 -1
  9. package/esm/testnet/axelartestnet.js +164 -0
  10. package/esm/testnet/cosmosicsprovidertestnet.js +164 -0
  11. package/esm/testnet/elystestnet.js +164 -0
  12. package/esm/testnet/index.js +3 -0
  13. package/esm/testnet/int3facetestnet.js +5 -0
  14. package/esm/testnet/neutrontestnet.js +164 -0
  15. package/esm/testnet/nobletestnet.js +164 -0
  16. package/esm/testnet/osmosistestnet.js +244 -0
  17. package/esm/testnet/stridetestnet.js +170 -0
  18. package/mainnet/babylon.js +86 -0
  19. package/mainnet/dungeon.js +314 -0
  20. package/mainnet/elys.js +434 -0
  21. package/mainnet/kopi.js +254 -0
  22. package/mainnet/milkyway.js +76 -0
  23. package/mainnet/noble.js +82 -0
  24. package/package.json +5 -5
  25. package/testnet/agoricdevnet.d.ts +3 -0
  26. package/testnet/agoricdevnet.js +480 -0
  27. package/testnet/assets.js +4 -1
  28. package/testnet/axelartestnet.js +164 -0
  29. package/testnet/cosmosicsprovidertestnet.js +164 -0
  30. package/testnet/elystestnet.js +164 -0
  31. package/testnet/index.d.ts +3 -0
  32. package/testnet/index.js +4 -1
  33. package/testnet/int3facetestnet.d.ts +3 -0
  34. package/testnet/int3facetestnet.js +7 -0
  35. package/testnet/neutrontestnet.js +164 -0
  36. package/testnet/nobletestnet.js +164 -0
  37. package/testnet/osmosistestnet.js +244 -0
  38. package/testnet/stridetestnet.d.ts +3 -0
  39. package/testnet/stridetestnet.js +172 -0
@@ -3,6 +3,88 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'neutrontestnet',
5
5
  assets: [
6
+ {
7
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
8
+ denom_units: [{
9
+ denom: 'ibc/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
10
+ exponent: 0,
11
+ aliases: ['ubld']
12
+ }, {
13
+ denom: 'bld',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
17
+ name: 'Agoric',
18
+ display: 'bld',
19
+ symbol: 'BLD',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
23
+ },
24
+ coingecko_id: 'agoric',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
28
+ theme: {
29
+ primary_color_hex: '#c42b44'
30
+ }
31
+ }],
32
+ socials: {
33
+ website: 'https://agoric.com/',
34
+ twitter: 'https://twitter.com/agoric'
35
+ },
36
+ type_asset: 'sdk.coin',
37
+ traces: [{
38
+ type: 'ibc',
39
+ counterparty: {
40
+ channel_id: 'channel-62',
41
+ base_denom: 'ubld',
42
+ chain_name: 'agoricdevnet'
43
+ },
44
+ chain: {
45
+ channel_id: 'channel-1578'
46
+ }
47
+ }]
48
+ },
49
+ {
50
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
51
+ denom_units: [{
52
+ denom: 'ibc/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
53
+ exponent: 0,
54
+ aliases: ['uist']
55
+ }, {
56
+ denom: 'ist',
57
+ exponent: 6
58
+ }],
59
+ base: 'ibc/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
60
+ name: 'Inter Stable Token',
61
+ display: 'ist',
62
+ symbol: 'IST',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
66
+ },
67
+ coingecko_id: 'inter-stable-token',
68
+ images: [{
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
71
+ theme: {
72
+ primary_color_hex: '#d485e2'
73
+ }
74
+ }],
75
+ type_asset: 'sdk.coin',
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-62',
80
+ base_denom: 'uist',
81
+ chain_name: 'agoricdevnet'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-1578'
85
+ }
86
+ }]
87
+ },
6
88
  {
7
89
  description: 'The native staking token of Babylon.',
8
90
  denom_units: [{
@@ -36,6 +118,88 @@ const assets = {
36
118
  }
37
119
  }]
38
120
  },
121
+ {
122
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
123
+ denom_units: [{
124
+ denom: 'ibc/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
125
+ exponent: 0,
126
+ aliases: ['ubld']
127
+ }, {
128
+ denom: 'bld',
129
+ exponent: 6
130
+ }],
131
+ base: 'ibc/CDEE78624A40508B091A981B6FC11EF72616000ECB891849B55F93BE656EF7C6',
132
+ name: 'Agoric',
133
+ display: 'bld',
134
+ symbol: 'BLD',
135
+ logo_URIs: {
136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
137
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
138
+ },
139
+ coingecko_id: 'agoric',
140
+ images: [{
141
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
142
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
143
+ theme: {
144
+ primary_color_hex: '#c42b44'
145
+ }
146
+ }],
147
+ socials: {
148
+ website: 'https://agoric.com/',
149
+ twitter: 'https://twitter.com/agoric'
150
+ },
151
+ type_asset: 'sdk.coin',
152
+ traces: [{
153
+ type: 'ibc',
154
+ counterparty: {
155
+ channel_id: 'channel-62',
156
+ base_denom: 'ubld',
157
+ chain_name: 'agoricdevnet'
158
+ },
159
+ chain: {
160
+ channel_id: 'channel-1578'
161
+ }
162
+ }]
163
+ },
164
+ {
165
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
166
+ denom_units: [{
167
+ denom: 'ibc/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
168
+ exponent: 0,
169
+ aliases: ['uist']
170
+ }, {
171
+ denom: 'ist',
172
+ exponent: 6
173
+ }],
174
+ base: 'ibc/FF5FA63CC34C946111369273270EF929B74A3F649716A4266A91D969ED25C6CC',
175
+ name: 'Inter Stable Token',
176
+ display: 'ist',
177
+ symbol: 'IST',
178
+ logo_URIs: {
179
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
180
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
181
+ },
182
+ coingecko_id: 'inter-stable-token',
183
+ images: [{
184
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
185
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
186
+ theme: {
187
+ primary_color_hex: '#d485e2'
188
+ }
189
+ }],
190
+ type_asset: 'sdk.coin',
191
+ traces: [{
192
+ type: 'ibc',
193
+ counterparty: {
194
+ channel_id: 'channel-62',
195
+ base_denom: 'uist',
196
+ chain_name: 'agoricdevnet'
197
+ },
198
+ chain: {
199
+ channel_id: 'channel-1578'
200
+ }
201
+ }]
202
+ },
39
203
  {
40
204
  description: 'The native staking token of Babylon.',
41
205
  denom_units: [{
@@ -3,6 +3,88 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'nobletestnet',
5
5
  assets: [
6
+ {
7
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
8
+ denom_units: [{
9
+ denom: 'ibc/B004A9200E85CD5B6B6D8FB6ADCD1288F36969E926A1D4418ABD2AEDFC52F43E',
10
+ exponent: 0,
11
+ aliases: ['ubld']
12
+ }, {
13
+ denom: 'bld',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/B004A9200E85CD5B6B6D8FB6ADCD1288F36969E926A1D4418ABD2AEDFC52F43E',
17
+ name: 'Agoric',
18
+ display: 'bld',
19
+ symbol: 'BLD',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
23
+ },
24
+ coingecko_id: 'agoric',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
28
+ theme: {
29
+ primary_color_hex: '#c42b44'
30
+ }
31
+ }],
32
+ socials: {
33
+ website: 'https://agoric.com/',
34
+ twitter: 'https://twitter.com/agoric'
35
+ },
36
+ type_asset: 'sdk.coin',
37
+ traces: [{
38
+ type: 'ibc',
39
+ counterparty: {
40
+ channel_id: 'channel-11',
41
+ base_denom: 'ubld',
42
+ chain_name: 'agoricdevnet'
43
+ },
44
+ chain: {
45
+ channel_id: 'channel-337'
46
+ }
47
+ }]
48
+ },
49
+ {
50
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
51
+ denom_units: [{
52
+ denom: 'ibc/1F3137B63B5DEAD5D96E3F6FF7967DE0E880CF3BCFEE77B8DE5FBDC291D20055',
53
+ exponent: 0,
54
+ aliases: ['uist']
55
+ }, {
56
+ denom: 'ist',
57
+ exponent: 6
58
+ }],
59
+ base: 'ibc/1F3137B63B5DEAD5D96E3F6FF7967DE0E880CF3BCFEE77B8DE5FBDC291D20055',
60
+ name: 'Inter Stable Token',
61
+ display: 'ist',
62
+ symbol: 'IST',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
66
+ },
67
+ coingecko_id: 'inter-stable-token',
68
+ images: [{
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
71
+ theme: {
72
+ primary_color_hex: '#d485e2'
73
+ }
74
+ }],
75
+ type_asset: 'sdk.coin',
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-11',
80
+ base_denom: 'uist',
81
+ chain_name: 'agoricdevnet'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-337'
85
+ }
86
+ }]
87
+ },
6
88
  {
7
89
  description: 'The native staking token of Babylon.',
8
90
  denom_units: [{
@@ -182,6 +264,88 @@ const assets = {
182
264
  }
183
265
  }]
184
266
  },
267
+ {
268
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
269
+ denom_units: [{
270
+ denom: 'ibc/B004A9200E85CD5B6B6D8FB6ADCD1288F36969E926A1D4418ABD2AEDFC52F43E',
271
+ exponent: 0,
272
+ aliases: ['ubld']
273
+ }, {
274
+ denom: 'bld',
275
+ exponent: 6
276
+ }],
277
+ base: 'ibc/B004A9200E85CD5B6B6D8FB6ADCD1288F36969E926A1D4418ABD2AEDFC52F43E',
278
+ name: 'Agoric',
279
+ display: 'bld',
280
+ symbol: 'BLD',
281
+ logo_URIs: {
282
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
283
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
284
+ },
285
+ coingecko_id: 'agoric',
286
+ images: [{
287
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
288
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
289
+ theme: {
290
+ primary_color_hex: '#c42b44'
291
+ }
292
+ }],
293
+ socials: {
294
+ website: 'https://agoric.com/',
295
+ twitter: 'https://twitter.com/agoric'
296
+ },
297
+ type_asset: 'sdk.coin',
298
+ traces: [{
299
+ type: 'ibc',
300
+ counterparty: {
301
+ channel_id: 'channel-11',
302
+ base_denom: 'ubld',
303
+ chain_name: 'agoricdevnet'
304
+ },
305
+ chain: {
306
+ channel_id: 'channel-337'
307
+ }
308
+ }]
309
+ },
310
+ {
311
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
312
+ denom_units: [{
313
+ denom: 'ibc/1F3137B63B5DEAD5D96E3F6FF7967DE0E880CF3BCFEE77B8DE5FBDC291D20055',
314
+ exponent: 0,
315
+ aliases: ['uist']
316
+ }, {
317
+ denom: 'ist',
318
+ exponent: 6
319
+ }],
320
+ base: 'ibc/1F3137B63B5DEAD5D96E3F6FF7967DE0E880CF3BCFEE77B8DE5FBDC291D20055',
321
+ name: 'Inter Stable Token',
322
+ display: 'ist',
323
+ symbol: 'IST',
324
+ logo_URIs: {
325
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
326
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
327
+ },
328
+ coingecko_id: 'inter-stable-token',
329
+ images: [{
330
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
331
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
332
+ theme: {
333
+ primary_color_hex: '#d485e2'
334
+ }
335
+ }],
336
+ type_asset: 'sdk.coin',
337
+ traces: [{
338
+ type: 'ibc',
339
+ counterparty: {
340
+ channel_id: 'channel-11',
341
+ base_denom: 'uist',
342
+ chain_name: 'agoricdevnet'
343
+ },
344
+ chain: {
345
+ channel_id: 'channel-337'
346
+ }
347
+ }]
348
+ },
185
349
  {
186
350
  description: 'The native staking token of Babylon.',
187
351
  denom_units: [{
@@ -3,6 +3,88 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'osmosistestnet',
5
5
  assets: [
6
+ {
7
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
8
+ denom_units: [{
9
+ denom: 'ibc/54E26860F62D7BE585736FEF187A62B897B4A567202E20E5320E2518EB5D1FAB',
10
+ exponent: 0,
11
+ aliases: ['ubld']
12
+ }, {
13
+ denom: 'bld',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/54E26860F62D7BE585736FEF187A62B897B4A567202E20E5320E2518EB5D1FAB',
17
+ name: 'Agoric',
18
+ display: 'bld',
19
+ symbol: 'BLD',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
23
+ },
24
+ coingecko_id: 'agoric',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
28
+ theme: {
29
+ primary_color_hex: '#c42b44'
30
+ }
31
+ }],
32
+ socials: {
33
+ website: 'https://agoric.com/',
34
+ twitter: 'https://twitter.com/agoric'
35
+ },
36
+ type_asset: 'sdk.coin',
37
+ traces: [{
38
+ type: 'ibc',
39
+ counterparty: {
40
+ channel_id: 'channel-5',
41
+ base_denom: 'ubld',
42
+ chain_name: 'agoricdevnet'
43
+ },
44
+ chain: {
45
+ channel_id: 'channel-10293'
46
+ }
47
+ }]
48
+ },
49
+ {
50
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
51
+ denom_units: [{
52
+ denom: 'ibc/C5250BEA6E379B7974FAEA9FA9C49C914072DDBA5C23BDA709C5B0906E547236',
53
+ exponent: 0,
54
+ aliases: ['uist']
55
+ }, {
56
+ denom: 'ist',
57
+ exponent: 6
58
+ }],
59
+ base: 'ibc/C5250BEA6E379B7974FAEA9FA9C49C914072DDBA5C23BDA709C5B0906E547236',
60
+ name: 'Inter Stable Token',
61
+ display: 'ist',
62
+ symbol: 'IST',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
66
+ },
67
+ coingecko_id: 'inter-stable-token',
68
+ images: [{
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
71
+ theme: {
72
+ primary_color_hex: '#d485e2'
73
+ }
74
+ }],
75
+ type_asset: 'sdk.coin',
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-5',
80
+ base_denom: 'uist',
81
+ chain_name: 'agoricdevnet'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-10293'
85
+ }
86
+ }]
87
+ },
6
88
  {
7
89
  description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
8
90
  denom_units: [{
@@ -274,6 +356,46 @@ const assets = {
274
356
  }
275
357
  }]
276
358
  },
359
+ {
360
+ description: 'Int3face Testnet blockchain native token',
361
+ denom_units: [{
362
+ denom: 'ibc/6C006ECBB6CE8BDBB32140CE977E07282A42CF5058141A0D9D67346F3935A590',
363
+ exponent: 0,
364
+ aliases: ['uint3']
365
+ }, {
366
+ denom: 'int3',
367
+ exponent: 6
368
+ }],
369
+ base: 'ibc/6C006ECBB6CE8BDBB32140CE977E07282A42CF5058141A0D9D67346F3935A590',
370
+ name: 'Int3face Testnet Token',
371
+ display: 'int3',
372
+ symbol: 'INT3',
373
+ logo_URIs: {
374
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
375
+ },
376
+ images: [{
377
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
378
+ theme: {
379
+ primary_color_hex: '#3d3d3d'
380
+ }
381
+ }],
382
+ socials: {
383
+ website: 'https://testnet.app.int3face.zone/',
384
+ twitter: 'https://x.com/_Bitfrost_'
385
+ },
386
+ type_asset: 'sdk.coin',
387
+ traces: [{
388
+ type: 'ibc',
389
+ counterparty: {
390
+ channel_id: 'channel-1',
391
+ base_denom: 'uint3',
392
+ chain_name: 'int3facetestnet'
393
+ },
394
+ chain: {
395
+ channel_id: 'channel-9755'
396
+ }
397
+ }]
398
+ },
277
399
  {
278
400
  description: 'The native token of Lava',
279
401
  denom_units: [{
@@ -680,6 +802,88 @@ const assets = {
680
802
  }
681
803
  }]
682
804
  },
805
+ {
806
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
807
+ denom_units: [{
808
+ denom: 'ibc/54E26860F62D7BE585736FEF187A62B897B4A567202E20E5320E2518EB5D1FAB',
809
+ exponent: 0,
810
+ aliases: ['ubld']
811
+ }, {
812
+ denom: 'bld',
813
+ exponent: 6
814
+ }],
815
+ base: 'ibc/54E26860F62D7BE585736FEF187A62B897B4A567202E20E5320E2518EB5D1FAB',
816
+ name: 'Agoric',
817
+ display: 'bld',
818
+ symbol: 'BLD',
819
+ logo_URIs: {
820
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
822
+ },
823
+ coingecko_id: 'agoric',
824
+ images: [{
825
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
826
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
827
+ theme: {
828
+ primary_color_hex: '#c42b44'
829
+ }
830
+ }],
831
+ socials: {
832
+ website: 'https://agoric.com/',
833
+ twitter: 'https://twitter.com/agoric'
834
+ },
835
+ type_asset: 'sdk.coin',
836
+ traces: [{
837
+ type: 'ibc',
838
+ counterparty: {
839
+ channel_id: 'channel-5',
840
+ base_denom: 'ubld',
841
+ chain_name: 'agoricdevnet'
842
+ },
843
+ chain: {
844
+ channel_id: 'channel-10293'
845
+ }
846
+ }]
847
+ },
848
+ {
849
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
850
+ denom_units: [{
851
+ denom: 'ibc/C5250BEA6E379B7974FAEA9FA9C49C914072DDBA5C23BDA709C5B0906E547236',
852
+ exponent: 0,
853
+ aliases: ['uist']
854
+ }, {
855
+ denom: 'ist',
856
+ exponent: 6
857
+ }],
858
+ base: 'ibc/C5250BEA6E379B7974FAEA9FA9C49C914072DDBA5C23BDA709C5B0906E547236',
859
+ name: 'Inter Stable Token',
860
+ display: 'ist',
861
+ symbol: 'IST',
862
+ logo_URIs: {
863
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
864
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
865
+ },
866
+ coingecko_id: 'inter-stable-token',
867
+ images: [{
868
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
869
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
870
+ theme: {
871
+ primary_color_hex: '#d485e2'
872
+ }
873
+ }],
874
+ type_asset: 'sdk.coin',
875
+ traces: [{
876
+ type: 'ibc',
877
+ counterparty: {
878
+ channel_id: 'channel-5',
879
+ base_denom: 'uist',
880
+ chain_name: 'agoricdevnet'
881
+ },
882
+ chain: {
883
+ channel_id: 'channel-10293'
884
+ }
885
+ }]
886
+ },
683
887
  {
684
888
  description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
685
889
  denom_units: [{
@@ -951,6 +1155,46 @@ const assets = {
951
1155
  }
952
1156
  }]
953
1157
  },
1158
+ {
1159
+ description: 'Int3face Testnet blockchain native token',
1160
+ denom_units: [{
1161
+ denom: 'ibc/6C006ECBB6CE8BDBB32140CE977E07282A42CF5058141A0D9D67346F3935A590',
1162
+ exponent: 0,
1163
+ aliases: ['uint3']
1164
+ }, {
1165
+ denom: 'int3',
1166
+ exponent: 6
1167
+ }],
1168
+ base: 'ibc/6C006ECBB6CE8BDBB32140CE977E07282A42CF5058141A0D9D67346F3935A590',
1169
+ name: 'Int3face Testnet Token',
1170
+ display: 'int3',
1171
+ symbol: 'INT3',
1172
+ logo_URIs: {
1173
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
1174
+ },
1175
+ images: [{
1176
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
1177
+ theme: {
1178
+ primary_color_hex: '#3d3d3d'
1179
+ }
1180
+ }],
1181
+ socials: {
1182
+ website: 'https://testnet.app.int3face.zone/',
1183
+ twitter: 'https://x.com/_Bitfrost_'
1184
+ },
1185
+ type_asset: 'sdk.coin',
1186
+ traces: [{
1187
+ type: 'ibc',
1188
+ counterparty: {
1189
+ channel_id: 'channel-1',
1190
+ base_denom: 'uint3',
1191
+ chain_name: 'int3facetestnet'
1192
+ },
1193
+ chain: {
1194
+ channel_id: 'channel-9755'
1195
+ }
1196
+ }]
1197
+ },
954
1198
  {
955
1199
  description: 'The native token of Lava',
956
1200
  denom_units: [{
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;