chain-registry 2.0.93 → 2.0.95

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 (61) hide show
  1. package/esm/mainnet/axelar/asset-list.js +2 -2
  2. package/esm/mainnet/bluzelle/chain.js +2 -1
  3. package/esm/mainnet/elys/asset-list.js +0 -1
  4. package/esm/mainnet/emoney/asset-list.js +10 -20
  5. package/esm/mainnet/ethereum/asset-list.js +2 -3
  6. package/esm/mainnet/humans/asset-list.js +0 -2
  7. package/esm/mainnet/humans/chain.js +0 -2
  8. package/esm/mainnet/int3face/asset-list.js +2 -4
  9. package/esm/mainnet/juno/asset-list.js +2 -6
  10. package/esm/mainnet/kujira/asset-list.js +2 -4
  11. package/esm/mainnet/neutron/asset-list.js +9 -17
  12. package/esm/mainnet/nolus/asset-list.js +2 -4
  13. package/esm/mainnet/oraichain/asset-list.js +8 -16
  14. package/esm/mainnet/osmosis/asset-list.js +59 -28
  15. package/esm/mainnet/pryzm/asset-list.js +24 -48
  16. package/esm/mainnet/secretnetwork/asset-list.js +2 -4
  17. package/esm/mainnet/secretnetwork/chain.js +2 -4
  18. package/esm/mainnet/teritori/asset-list.js +2 -4
  19. package/esm/mainnet/terra/asset-list.js +29 -2
  20. package/esm/mainnet/wardenprotocol/chain.js +2 -1
  21. package/esm/mainnet/xion/asset-list.js +0 -1
  22. package/esm/mainnet/zigchain/asset-list.js +2 -4
  23. package/esm/testnet/elystestnet/asset-list.js +0 -1
  24. package/esm/testnet/int3facetestnet/asset-list.js +4 -8
  25. package/esm/testnet/kiiorotestnet/chain.js +2 -1
  26. package/esm/testnet/neutrontestnet/asset-list.js +0 -2
  27. package/esm/testnet/osmosistestnet/asset-list.js +5 -11
  28. package/esm/testnet/secretnetworktestnet/asset-list.js +2 -4
  29. package/esm/testnet/terratestnet/chain.js +26 -1
  30. package/esm/testnet/zigchaintestnet/asset-list.js +2 -4
  31. package/mainnet/axelar/asset-list.js +2 -2
  32. package/mainnet/bluzelle/chain.js +2 -1
  33. package/mainnet/elys/asset-list.js +0 -1
  34. package/mainnet/emoney/asset-list.js +10 -20
  35. package/mainnet/ethereum/asset-list.js +2 -3
  36. package/mainnet/humans/asset-list.js +0 -2
  37. package/mainnet/humans/chain.js +0 -2
  38. package/mainnet/int3face/asset-list.js +2 -4
  39. package/mainnet/juno/asset-list.js +2 -6
  40. package/mainnet/kujira/asset-list.js +2 -4
  41. package/mainnet/neutron/asset-list.js +9 -17
  42. package/mainnet/nolus/asset-list.js +2 -4
  43. package/mainnet/oraichain/asset-list.js +8 -16
  44. package/mainnet/osmosis/asset-list.js +59 -28
  45. package/mainnet/pryzm/asset-list.js +24 -48
  46. package/mainnet/secretnetwork/asset-list.js +2 -4
  47. package/mainnet/secretnetwork/chain.js +2 -4
  48. package/mainnet/teritori/asset-list.js +2 -4
  49. package/mainnet/terra/asset-list.js +29 -2
  50. package/mainnet/wardenprotocol/chain.js +2 -1
  51. package/mainnet/xion/asset-list.js +0 -1
  52. package/mainnet/zigchain/asset-list.js +2 -4
  53. package/package.json +3 -3
  54. package/testnet/elystestnet/asset-list.js +0 -1
  55. package/testnet/int3facetestnet/asset-list.js +4 -8
  56. package/testnet/kiiorotestnet/chain.js +2 -1
  57. package/testnet/neutrontestnet/asset-list.js +0 -2
  58. package/testnet/osmosistestnet/asset-list.js +5 -11
  59. package/testnet/secretnetworktestnet/asset-list.js +2 -4
  60. package/testnet/terratestnet/chain.js +26 -1
  61. package/testnet/zigchaintestnet/asset-list.js +2 -4
@@ -45,12 +45,10 @@ const info = {
45
45
  display: 'auuu',
46
46
  symbol: 'AUUU',
47
47
  logoURIs: {
48
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png',
49
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg'
48
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png'
50
49
  },
51
50
  images: [{
52
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png',
53
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg'
51
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png'
54
52
  }],
55
53
  typeAsset: 'sdk.coin'
56
54
  },
@@ -808,12 +806,10 @@ const info = {
808
806
  provider: 'Pryzm'
809
807
  }],
810
808
  logoURIs: {
811
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png',
812
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg'
809
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png'
813
810
  },
814
811
  images: [{
815
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png',
816
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg'
812
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png'
817
813
  }],
818
814
  typeAsset: 'sdk.coin'
819
815
  },
@@ -1537,12 +1533,10 @@ const info = {
1537
1533
  display: 'pAUUU30Sep2024',
1538
1534
  symbol: 'pAUUU-30Sep2024',
1539
1535
  logoURIs: {
1540
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1541
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1536
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1542
1537
  },
1543
1538
  images: [{
1544
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1545
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1539
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1546
1540
  }],
1547
1541
  typeAsset: 'sdk.coin'
1548
1542
  },
@@ -1560,12 +1554,10 @@ const info = {
1560
1554
  display: 'pAUUU31Dec2024',
1561
1555
  symbol: 'pAUUU-31Dec2024',
1562
1556
  logoURIs: {
1563
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1564
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1557
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1565
1558
  },
1566
1559
  images: [{
1567
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1568
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1560
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1569
1561
  }],
1570
1562
  typeAsset: 'sdk.coin'
1571
1563
  },
@@ -1583,12 +1575,10 @@ const info = {
1583
1575
  display: 'pAUUU30Jun2025',
1584
1576
  symbol: 'pAUUU-30Jun2025',
1585
1577
  logoURIs: {
1586
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1587
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1578
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1588
1579
  },
1589
1580
  images: [{
1590
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1591
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1581
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1592
1582
  }],
1593
1583
  typeAsset: 'sdk.coin'
1594
1584
  },
@@ -1606,12 +1596,10 @@ const info = {
1606
1596
  display: 'pAUUU31Dec2025',
1607
1597
  symbol: 'pAUUU-31Dec2025',
1608
1598
  logoURIs: {
1609
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1610
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1599
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1611
1600
  },
1612
1601
  images: [{
1613
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1614
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1602
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1615
1603
  }],
1616
1604
  typeAsset: 'sdk.coin'
1617
1605
  },
@@ -1629,12 +1617,10 @@ const info = {
1629
1617
  display: 'pAUUU31Dec2026',
1630
1618
  symbol: 'pAUUU-31Dec2026',
1631
1619
  logoURIs: {
1632
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1633
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1620
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1634
1621
  },
1635
1622
  images: [{
1636
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1637
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1623
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1638
1624
  }],
1639
1625
  typeAsset: 'sdk.coin'
1640
1626
  },
@@ -3308,12 +3294,10 @@ const info = {
3308
3294
  display: 'yAUUU30Sep2024',
3309
3295
  symbol: 'yAUUU-30Sep2024',
3310
3296
  logoURIs: {
3311
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3312
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3297
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3313
3298
  },
3314
3299
  images: [{
3315
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3316
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3300
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3317
3301
  }],
3318
3302
  typeAsset: 'sdk.coin'
3319
3303
  },
@@ -3331,12 +3315,10 @@ const info = {
3331
3315
  display: 'yAUUU31Dec2024',
3332
3316
  symbol: 'yAUUU-31Dec2024',
3333
3317
  logoURIs: {
3334
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3335
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3336
3319
  },
3337
3320
  images: [{
3338
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3339
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3340
3322
  }],
3341
3323
  typeAsset: 'sdk.coin'
3342
3324
  },
@@ -3354,12 +3336,10 @@ const info = {
3354
3336
  display: 'yAUUU30Jun2025',
3355
3337
  symbol: 'yAUUU-30Jun2025',
3356
3338
  logoURIs: {
3357
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3358
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3339
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3359
3340
  },
3360
3341
  images: [{
3361
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3362
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3342
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3363
3343
  }],
3364
3344
  typeAsset: 'sdk.coin'
3365
3345
  },
@@ -3377,12 +3357,10 @@ const info = {
3377
3357
  display: 'yAUUU31Dec2025',
3378
3358
  symbol: 'yAUUU-31Dec2025',
3379
3359
  logoURIs: {
3380
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3381
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3360
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3382
3361
  },
3383
3362
  images: [{
3384
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3385
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3363
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3386
3364
  }],
3387
3365
  typeAsset: 'sdk.coin'
3388
3366
  },
@@ -3400,12 +3378,10 @@ const info = {
3400
3378
  display: 'yAUUU31Dec2026',
3401
3379
  symbol: 'yAUUU-31Dec2026',
3402
3380
  logoURIs: {
3403
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3404
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3381
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3405
3382
  },
3406
3383
  images: [{
3407
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3408
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3384
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3409
3385
  }],
3410
3386
  typeAsset: 'sdk.coin'
3411
3387
  },
@@ -17,13 +17,11 @@ const info = {
17
17
  display: 'scrt',
18
18
  symbol: 'SCRT',
19
19
  logoURIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
21
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
22
21
  },
23
22
  coingeckoId: 'secret',
24
23
  images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
26
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
27
25
  }],
28
26
  socials: {
29
27
  website: 'https://scrt.network/',
@@ -40,8 +40,7 @@ const info = {
40
40
  tag: 'v1.12.1'
41
41
  },
42
42
  logoURIs: {
43
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
44
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
43
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
45
44
  },
46
45
  description: 'Secret Network is the first blockchain with customizable privacy. You get to choose what you share, with whom, and how. This protects users, and empowers developers to build a better Web3.',
47
46
  apis: {
@@ -167,8 +166,7 @@ const info = {
167
166
  }
168
167
  ],
169
168
  images: [{
170
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
171
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
169
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
172
170
  }]
173
171
  };
174
172
  export default info;
@@ -218,16 +218,14 @@ const info = {
218
218
  }
219
219
  }],
220
220
  logoURIs: {
221
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
222
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
223
222
  },
224
223
  images: [{
225
224
  imageSync: {
226
225
  chainName: 'secretnetwork',
227
226
  baseDenom: 'uscrt'
228
227
  },
229
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
230
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
228
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
231
229
  }],
232
230
  coingeckoId: 'secret'
233
231
  }
@@ -3967,10 +3967,10 @@ const info = {
3967
3967
  display: 'stnd',
3968
3968
  symbol: 'sTND',
3969
3969
  logoURIs: {
3970
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg'
3970
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.png'
3971
3971
  },
3972
3972
  images: [{
3973
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg'
3973
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.png'
3974
3974
  }]
3975
3975
  },
3976
3976
  {
@@ -4937,6 +4937,33 @@ const info = {
4937
4937
  images: [{
4938
4938
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
4939
4939
  }]
4940
+ },
4941
+ {
4942
+ description: 'GRDX is the native utility token powering the DeFi, marketplace, and gaming ecosystem on the Terra Classic blockchain.',
4943
+ extendedDescription: 'GRDX serves as the core utility and payment token across the DeFi, marketplace, and gaming ecosystem on the Terra Classic blockchain. It drives all on-chain activities within Garuda DeFi, including staking, trading, and governance participation. As a deflationary asset, GRDX features both on-chain and off-chain burn mechanisms that gradually reduce its supply, supporting long-term value growth. By integrating Garuda DeFi utilities, the BigbangX marketplace, and GameFi functions under one ecosystem, GRDX unites decentralized finance, digital commerce, and gaming innovation.',
4944
+ socials: {
4945
+ website: 'https://garuda-defi.org/',
4946
+ x: 'https://x.com/garuda_defi'
4947
+ },
4948
+ typeAsset: 'cw20',
4949
+ address: 'terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw',
4950
+ denomUnits: [{
4951
+ denom: 'cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw',
4952
+ exponent: 0
4953
+ }, {
4954
+ denom: 'GRDX',
4955
+ exponent: 6
4956
+ }],
4957
+ base: 'cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw',
4958
+ name: 'GRDX',
4959
+ display: 'GRDX',
4960
+ symbol: 'GRDX',
4961
+ logoURIs: {
4962
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
4963
+ },
4964
+ images: [{
4965
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
4966
+ }]
4940
4967
  }
4941
4968
  ]
4942
4969
  };
@@ -47,7 +47,8 @@ const info = {
47
47
  sdk: {
48
48
  type: 'cosmos',
49
49
  version: 'v0.53.4'
50
- }
50
+ },
51
+ tag: 'v0.7.0'
51
52
  },
52
53
  logoURIs: {
53
54
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
@@ -281,7 +281,6 @@ const info = {
281
281
  logoURIs: {
282
282
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
283
283
  },
284
- coingeckoId: 'elys-network',
285
284
  images: [{
286
285
  imageSync: {
287
286
  chainName: 'elys',
@@ -71,12 +71,10 @@ const info = {
71
71
  display: 'stzig',
72
72
  symbol: 'STZIG',
73
73
  logoURIs: {
74
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
75
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
76
75
  },
77
76
  images: [{
78
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
79
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
77
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
80
78
  }],
81
79
  typeAsset: 'sdk.coin',
82
80
  socials: {
@@ -35,7 +35,6 @@ const info = {
35
35
  logoURIs: {
36
36
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
37
37
  },
38
- coingeckoId: 'elys-network',
39
38
  images: [{
40
39
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
41
40
  }],
@@ -111,12 +111,10 @@ const info = {
111
111
  provider: 'Int3face'
112
112
  }],
113
113
  logoURIs: {
114
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
115
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
116
115
  },
117
116
  images: [{
118
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
119
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
120
118
  }],
121
119
  typeAsset: 'sdk.coin'
122
120
  },
@@ -235,12 +233,10 @@ const info = {
235
233
  provider: 'Int3face'
236
234
  }],
237
235
  logoURIs: {
238
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
239
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
236
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png'
240
237
  },
241
238
  images: [{
242
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
243
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
239
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png'
244
240
  }],
245
241
  typeAsset: 'sdk.coin'
246
242
  },
@@ -41,7 +41,8 @@ const info = {
41
41
  },
42
42
  genesis: {
43
43
  genesisUrl: 'https://raw.githubusercontent.com/KiiChain/testnets/refs/heads/main/testnet_oro/genesis.json'
44
- }
44
+ },
45
+ tag: 'v5.0.0'
45
46
  },
46
47
  apis: {
47
48
  rpc: [{
@@ -62,7 +62,6 @@ const info = {
62
62
  provider: 'Neutron'
63
63
  }],
64
64
  logoURIs: {
65
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
66
65
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
67
66
  },
68
67
  images: [{
@@ -70,7 +69,6 @@ const info = {
70
69
  chainName: 'neutron',
71
70
  baseDenom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
72
71
  },
73
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
74
72
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
75
73
  }],
76
74
  typeAsset: 'sdk.coin'
@@ -1364,19 +1364,16 @@ const info = {
1364
1364
  }
1365
1365
  }],
1366
1366
  logoURIs: {
1367
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png',
1368
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg'
1367
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
1369
1368
  },
1370
1369
  images: [{
1371
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
1372
1370
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
1373
1371
  }, {
1374
1372
  imageSync: {
1375
1373
  chainName: 'int3facetestnet',
1376
1374
  baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
1377
1375
  },
1378
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
1379
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
1376
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1380
1377
  }]
1381
1378
  },
1382
1379
  {
@@ -1711,19 +1708,16 @@ const info = {
1711
1708
  }
1712
1709
  }],
1713
1710
  logoURIs: {
1714
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
1715
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
1711
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png'
1716
1712
  },
1717
1713
  images: [{
1718
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
1719
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
1714
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png'
1720
1715
  }, {
1721
1716
  imageSync: {
1722
1717
  chainName: 'int3facetestnet',
1723
1718
  baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp'
1724
1719
  },
1725
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
1726
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
1720
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png'
1727
1721
  }]
1728
1722
  }
1729
1723
  ]
@@ -23,8 +23,7 @@ const info = {
23
23
  provider: 'Secret Network'
24
24
  }],
25
25
  logoURIs: {
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
28
27
  },
29
28
  coingeckoId: 'secret',
30
29
  images: [{
@@ -32,8 +31,7 @@ const info = {
32
31
  chainName: 'secretnetwork',
33
32
  baseDenom: 'uscrt'
34
33
  },
35
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
36
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
34
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
37
35
  }],
38
36
  typeAsset: 'sdk.coin'
39
37
  }]
@@ -32,7 +32,32 @@ const info = {
32
32
  codebase: {
33
33
  gitRepo: 'https://github.com/classic-terra/core',
34
34
  recommendedVersion: 'v3.5.0',
35
- compatibleVersions: ['v3.5.0']
35
+ compatibleVersions: ['v3.5.0'],
36
+ tag: 'v3.5.0',
37
+ binaries: {
38
+ "linux/arm64": 'https://github.com/classic-terra/core/releases/download/v3.5.0/terra_3.5.0_Linux_arm64.tar.gz',
39
+ "linux/amd64": 'https://github.com/classic-terra/core/releases/download/v3.5.0/terra_3.5.0_Linux_x86_64.tar.gz'
40
+ },
41
+ sdk: {
42
+ type: 'cosmos',
43
+ repo: 'https://github.com/cosmos/cosmos-sdk',
44
+ version: 'v0.47.17',
45
+ tag: 'v0.47.17'
46
+ },
47
+ consensus: {
48
+ type: 'cometbft',
49
+ version: '0.37.15'
50
+ },
51
+ cosmwasm: {
52
+ version: '0.46.0',
53
+ enabled: true
54
+ },
55
+ ibc: {
56
+ type: 'go',
57
+ repo: 'https://github.com/cosmos/ibc-go',
58
+ version: 'v7.10.0',
59
+ tag: 'v7.10.0'
60
+ }
36
61
  },
37
62
  logoURIs: {
38
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
@@ -84,16 +84,14 @@ const info = {
84
84
  provider: 'ZIGChain'
85
85
  }],
86
86
  logoURIs: {
87
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
88
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
87
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
89
88
  },
90
89
  images: [{
91
90
  imageSync: {
92
91
  chainName: 'zigchain',
93
92
  baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
94
93
  },
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
96
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
94
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
97
95
  }],
98
96
  typeAsset: 'sdk.coin',
99
97
  socials: {
@@ -1181,10 +1181,10 @@ const info = {
1181
1181
  chainName: 'ethereum',
1182
1182
  baseDenom: '0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f'
1183
1183
  },
1184
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
1184
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
1185
1185
  }],
1186
1186
  logoURIs: {
1187
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg'
1187
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.png'
1188
1188
  },
1189
1189
  typeAsset: 'sdk.coin'
1190
1190
  },
@@ -52,7 +52,8 @@ const info = {
52
52
  ibc: {
53
53
  type: 'go',
54
54
  version: 'v7'
55
- }
55
+ },
56
+ tag: 'v11.0'
56
57
  },
57
58
  logoURIs: {
58
59
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png',
@@ -30,7 +30,6 @@ const info = {
30
30
  logoURIs: {
31
31
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
32
32
  },
33
- coingeckoId: 'elys-network',
34
33
  images: [{
35
34
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
36
35
  }],
@@ -42,13 +42,11 @@ const info = {
42
42
  display: 'eur',
43
43
  symbol: 'EEUR',
44
44
  logoURIs: {
45
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
46
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
45
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
47
46
  },
48
47
  coingeckoId: 'e-money-eur',
49
48
  images: [{
50
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png',
51
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg'
49
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
52
50
  }],
53
51
  typeAsset: 'sdk.coin'
54
52
  },
@@ -66,12 +64,10 @@ const info = {
66
64
  display: 'chf',
67
65
  symbol: 'ECHF',
68
66
  logoURIs: {
69
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
70
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
67
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
71
68
  },
72
69
  images: [{
73
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png',
74
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg'
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png'
75
71
  }],
76
72
  typeAsset: 'sdk.coin'
77
73
  },
@@ -89,12 +85,10 @@ const info = {
89
85
  display: 'nok',
90
86
  symbol: 'ENOK',
91
87
  logoURIs: {
92
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
93
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
88
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
94
89
  },
95
90
  images: [{
96
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png',
97
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg'
91
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png'
98
92
  }],
99
93
  typeAsset: 'sdk.coin'
100
94
  },
@@ -112,12 +106,10 @@ const info = {
112
106
  display: 'dkk',
113
107
  symbol: 'EDKK',
114
108
  logoURIs: {
115
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
116
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
109
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
117
110
  },
118
111
  images: [{
119
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png',
120
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg'
112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png'
121
113
  }],
122
114
  typeAsset: 'sdk.coin'
123
115
  },
@@ -135,12 +127,10 @@ const info = {
135
127
  display: 'sek',
136
128
  symbol: 'ESEK',
137
129
  logoURIs: {
138
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
139
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
130
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
140
131
  },
141
132
  images: [{
142
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png',
143
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg'
133
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png'
144
134
  }],
145
135
  typeAsset: 'sdk.coin'
146
136
  }