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
@@ -47,12 +47,10 @@ const info = {
47
47
  display: 'auuu',
48
48
  symbol: 'AUUU',
49
49
  logoURIs: {
50
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png',
51
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg'
50
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png'
52
51
  },
53
52
  images: [{
54
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png',
55
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg'
53
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png'
56
54
  }],
57
55
  typeAsset: 'sdk.coin'
58
56
  },
@@ -810,12 +808,10 @@ const info = {
810
808
  provider: 'Pryzm'
811
809
  }],
812
810
  logoURIs: {
813
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png',
814
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg'
811
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png'
815
812
  },
816
813
  images: [{
817
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png',
818
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg'
814
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png'
819
815
  }],
820
816
  typeAsset: 'sdk.coin'
821
817
  },
@@ -1539,12 +1535,10 @@ const info = {
1539
1535
  display: 'pAUUU30Sep2024',
1540
1536
  symbol: 'pAUUU-30Sep2024',
1541
1537
  logoURIs: {
1542
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1543
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1538
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1544
1539
  },
1545
1540
  images: [{
1546
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1547
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1541
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1548
1542
  }],
1549
1543
  typeAsset: 'sdk.coin'
1550
1544
  },
@@ -1562,12 +1556,10 @@ const info = {
1562
1556
  display: 'pAUUU31Dec2024',
1563
1557
  symbol: 'pAUUU-31Dec2024',
1564
1558
  logoURIs: {
1565
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1566
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1559
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1567
1560
  },
1568
1561
  images: [{
1569
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1570
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1562
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1571
1563
  }],
1572
1564
  typeAsset: 'sdk.coin'
1573
1565
  },
@@ -1585,12 +1577,10 @@ const info = {
1585
1577
  display: 'pAUUU30Jun2025',
1586
1578
  symbol: 'pAUUU-30Jun2025',
1587
1579
  logoURIs: {
1588
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1589
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1580
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1590
1581
  },
1591
1582
  images: [{
1592
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1593
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1583
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1594
1584
  }],
1595
1585
  typeAsset: 'sdk.coin'
1596
1586
  },
@@ -1608,12 +1598,10 @@ const info = {
1608
1598
  display: 'pAUUU31Dec2025',
1609
1599
  symbol: 'pAUUU-31Dec2025',
1610
1600
  logoURIs: {
1611
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1612
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1601
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1613
1602
  },
1614
1603
  images: [{
1615
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1616
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1604
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1617
1605
  }],
1618
1606
  typeAsset: 'sdk.coin'
1619
1607
  },
@@ -1631,12 +1619,10 @@ const info = {
1631
1619
  display: 'pAUUU31Dec2026',
1632
1620
  symbol: 'pAUUU-31Dec2026',
1633
1621
  logoURIs: {
1634
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1635
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1622
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1636
1623
  },
1637
1624
  images: [{
1638
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1639
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1625
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png'
1640
1626
  }],
1641
1627
  typeAsset: 'sdk.coin'
1642
1628
  },
@@ -3310,12 +3296,10 @@ const info = {
3310
3296
  display: 'yAUUU30Sep2024',
3311
3297
  symbol: 'yAUUU-30Sep2024',
3312
3298
  logoURIs: {
3313
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3314
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3299
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3315
3300
  },
3316
3301
  images: [{
3317
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3318
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3302
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3319
3303
  }],
3320
3304
  typeAsset: 'sdk.coin'
3321
3305
  },
@@ -3333,12 +3317,10 @@ const info = {
3333
3317
  display: 'yAUUU31Dec2024',
3334
3318
  symbol: 'yAUUU-31Dec2024',
3335
3319
  logoURIs: {
3336
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3337
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3320
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3338
3321
  },
3339
3322
  images: [{
3340
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3341
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3323
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3342
3324
  }],
3343
3325
  typeAsset: 'sdk.coin'
3344
3326
  },
@@ -3356,12 +3338,10 @@ const info = {
3356
3338
  display: 'yAUUU30Jun2025',
3357
3339
  symbol: 'yAUUU-30Jun2025',
3358
3340
  logoURIs: {
3359
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3360
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3341
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3361
3342
  },
3362
3343
  images: [{
3363
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3364
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3344
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3365
3345
  }],
3366
3346
  typeAsset: 'sdk.coin'
3367
3347
  },
@@ -3379,12 +3359,10 @@ const info = {
3379
3359
  display: 'yAUUU31Dec2025',
3380
3360
  symbol: 'yAUUU-31Dec2025',
3381
3361
  logoURIs: {
3382
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3383
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3362
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3384
3363
  },
3385
3364
  images: [{
3386
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3387
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3365
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3388
3366
  }],
3389
3367
  typeAsset: 'sdk.coin'
3390
3368
  },
@@ -3402,12 +3380,10 @@ const info = {
3402
3380
  display: 'yAUUU31Dec2026',
3403
3381
  symbol: 'yAUUU-31Dec2026',
3404
3382
  logoURIs: {
3405
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3406
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3383
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3407
3384
  },
3408
3385
  images: [{
3409
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3410
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3386
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png'
3411
3387
  }],
3412
3388
  typeAsset: 'sdk.coin'
3413
3389
  },
@@ -19,13 +19,11 @@ const info = {
19
19
  display: 'scrt',
20
20
  symbol: 'SCRT',
21
21
  logoURIs: {
22
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
23
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
24
23
  },
25
24
  coingeckoId: 'secret',
26
25
  images: [{
27
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
28
- 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'
29
27
  }],
30
28
  socials: {
31
29
  website: 'https://scrt.network/',
@@ -42,8 +42,7 @@ const info = {
42
42
  tag: 'v1.12.1'
43
43
  },
44
44
  logoURIs: {
45
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
46
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
45
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
47
46
  },
48
47
  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.',
49
48
  apis: {
@@ -169,8 +168,7 @@ const info = {
169
168
  }
170
169
  ],
171
170
  images: [{
172
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
173
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
171
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
174
172
  }]
175
173
  };
176
174
  exports.default = info;
@@ -220,16 +220,14 @@ const info = {
220
220
  }
221
221
  }],
222
222
  logoURIs: {
223
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
224
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
223
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
225
224
  },
226
225
  images: [{
227
226
  imageSync: {
228
227
  chainName: 'secretnetwork',
229
228
  baseDenom: 'uscrt'
230
229
  },
231
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
232
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
233
231
  }],
234
232
  coingeckoId: 'secret'
235
233
  }
@@ -3969,10 +3969,10 @@ const info = {
3969
3969
  display: 'stnd',
3970
3970
  symbol: 'sTND',
3971
3971
  logoURIs: {
3972
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg'
3972
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.png'
3973
3973
  },
3974
3974
  images: [{
3975
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg'
3975
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.png'
3976
3976
  }]
3977
3977
  },
3978
3978
  {
@@ -4939,6 +4939,33 @@ const info = {
4939
4939
  images: [{
4940
4940
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
4941
4941
  }]
4942
+ },
4943
+ {
4944
+ description: 'GRDX is the native utility token powering the DeFi, marketplace, and gaming ecosystem on the Terra Classic blockchain.',
4945
+ 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.',
4946
+ socials: {
4947
+ website: 'https://garuda-defi.org/',
4948
+ x: 'https://x.com/garuda_defi'
4949
+ },
4950
+ typeAsset: 'cw20',
4951
+ address: 'terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw',
4952
+ denomUnits: [{
4953
+ denom: 'cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw',
4954
+ exponent: 0
4955
+ }, {
4956
+ denom: 'GRDX',
4957
+ exponent: 6
4958
+ }],
4959
+ base: 'cw20:terra12f3f5fzfzxckc0qlv3rmwwkjfhzevpwmx77345n0zuu2678vxf0sm6vvcw',
4960
+ name: 'GRDX',
4961
+ display: 'GRDX',
4962
+ symbol: 'GRDX',
4963
+ logoURIs: {
4964
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
4965
+ },
4966
+ images: [{
4967
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/GRDX.png'
4968
+ }]
4942
4969
  }
4943
4970
  ]
4944
4971
  };
@@ -49,7 +49,8 @@ const info = {
49
49
  sdk: {
50
50
  type: 'cosmos',
51
51
  version: 'v0.53.4'
52
- }
52
+ },
53
+ tag: 'v0.7.0'
53
54
  },
54
55
  logoURIs: {
55
56
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
@@ -283,7 +283,6 @@ const info = {
283
283
  logoURIs: {
284
284
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
285
285
  },
286
- coingeckoId: 'elys-network',
287
286
  images: [{
288
287
  imageSync: {
289
288
  chainName: 'elys',
@@ -73,12 +73,10 @@ const info = {
73
73
  display: 'stzig',
74
74
  symbol: 'STZIG',
75
75
  logoURIs: {
76
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
77
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
76
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
78
77
  },
79
78
  images: [{
80
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
81
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
79
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
82
80
  }],
83
81
  typeAsset: 'sdk.coin',
84
82
  socials: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.93",
3
+ "version": "2.0.95",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.93"
32
+ "@chain-registry/types": "^2.0.95"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "e582f073e9e17a0674e779354f07e0ff74521396"
42
+ "gitHead": "b1d7642cba4a6dd807ea49cc3e765d5b0bd748d5"
43
43
  }
@@ -37,7 +37,6 @@ const info = {
37
37
  logoURIs: {
38
38
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
39
39
  },
40
- coingeckoId: 'elys-network',
41
40
  images: [{
42
41
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
43
42
  }],
@@ -113,12 +113,10 @@ const info = {
113
113
  provider: 'Int3face'
114
114
  }],
115
115
  logoURIs: {
116
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
117
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
118
117
  },
119
118
  images: [{
120
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
121
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
119
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
122
120
  }],
123
121
  typeAsset: 'sdk.coin'
124
122
  },
@@ -237,12 +235,10 @@ const info = {
237
235
  provider: 'Int3face'
238
236
  }],
239
237
  logoURIs: {
240
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
241
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
238
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png'
242
239
  },
243
240
  images: [{
244
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
245
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
241
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png'
246
242
  }],
247
243
  typeAsset: 'sdk.coin'
248
244
  },
@@ -43,7 +43,8 @@ const info = {
43
43
  },
44
44
  genesis: {
45
45
  genesisUrl: 'https://raw.githubusercontent.com/KiiChain/testnets/refs/heads/main/testnet_oro/genesis.json'
46
- }
46
+ },
47
+ tag: 'v5.0.0'
47
48
  },
48
49
  apis: {
49
50
  rpc: [{
@@ -64,7 +64,6 @@ const info = {
64
64
  provider: 'Neutron'
65
65
  }],
66
66
  logoURIs: {
67
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
68
67
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
69
68
  },
70
69
  images: [{
@@ -72,7 +71,6 @@ const info = {
72
71
  chainName: 'neutron',
73
72
  baseDenom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom'
74
73
  },
75
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
76
74
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
77
75
  }],
78
76
  typeAsset: 'sdk.coin'
@@ -1366,19 +1366,16 @@ const info = {
1366
1366
  }
1367
1367
  }],
1368
1368
  logoURIs: {
1369
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png',
1370
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg'
1369
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
1371
1370
  },
1372
1371
  images: [{
1373
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
1374
1372
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
1375
1373
  }, {
1376
1374
  imageSync: {
1377
1375
  chainName: 'int3facetestnet',
1378
1376
  baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
1379
1377
  },
1380
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
1381
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
1378
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
1382
1379
  }]
1383
1380
  },
1384
1381
  {
@@ -1713,19 +1710,16 @@ const info = {
1713
1710
  }
1714
1711
  }],
1715
1712
  logoURIs: {
1716
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
1717
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
1713
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png'
1718
1714
  },
1719
1715
  images: [{
1720
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
1721
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
1716
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png'
1722
1717
  }, {
1723
1718
  imageSync: {
1724
1719
  chainName: 'int3facetestnet',
1725
1720
  baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/xrpl-xrp'
1726
1721
  },
1727
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png',
1728
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.svg'
1722
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/xrp.int3.png'
1729
1723
  }]
1730
1724
  }
1731
1725
  ]
@@ -25,8 +25,7 @@ const info = {
25
25
  provider: 'Secret Network'
26
26
  }],
27
27
  logoURIs: {
28
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
29
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
28
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
30
29
  },
31
30
  coingeckoId: 'secret',
32
31
  images: [{
@@ -34,8 +33,7 @@ const info = {
34
33
  chainName: 'secretnetwork',
35
34
  baseDenom: 'uscrt'
36
35
  },
37
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
38
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
36
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png'
39
37
  }],
40
38
  typeAsset: 'sdk.coin'
41
39
  }]
@@ -34,7 +34,32 @@ const info = {
34
34
  codebase: {
35
35
  gitRepo: 'https://github.com/classic-terra/core',
36
36
  recommendedVersion: 'v3.5.0',
37
- compatibleVersions: ['v3.5.0']
37
+ compatibleVersions: ['v3.5.0'],
38
+ tag: 'v3.5.0',
39
+ binaries: {
40
+ "linux/arm64": 'https://github.com/classic-terra/core/releases/download/v3.5.0/terra_3.5.0_Linux_arm64.tar.gz',
41
+ "linux/amd64": 'https://github.com/classic-terra/core/releases/download/v3.5.0/terra_3.5.0_Linux_x86_64.tar.gz'
42
+ },
43
+ sdk: {
44
+ type: 'cosmos',
45
+ repo: 'https://github.com/cosmos/cosmos-sdk',
46
+ version: 'v0.47.17',
47
+ tag: 'v0.47.17'
48
+ },
49
+ consensus: {
50
+ type: 'cometbft',
51
+ version: '0.37.15'
52
+ },
53
+ cosmwasm: {
54
+ version: '0.46.0',
55
+ enabled: true
56
+ },
57
+ ibc: {
58
+ type: 'go',
59
+ repo: 'https://github.com/cosmos/ibc-go',
60
+ version: 'v7.10.0',
61
+ tag: 'v7.10.0'
62
+ }
38
63
  },
39
64
  logoURIs: {
40
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
@@ -86,16 +86,14 @@ const info = {
86
86
  provider: 'ZIGChain'
87
87
  }],
88
88
  logoURIs: {
89
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
90
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
91
90
  },
92
91
  images: [{
93
92
  imageSync: {
94
93
  chainName: 'zigchain',
95
94
  baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
96
95
  },
97
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
98
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
96
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png'
99
97
  }],
100
98
  typeAsset: 'sdk.coin',
101
99
  socials: {