@chain-registry/assets 1.70.598 → 1.70.600

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 (69) hide show
  1. package/esm/mainnet/acrechain.js +0 -302
  2. package/esm/mainnet/agoric.js +0 -302
  3. package/esm/mainnet/assets.js +1 -2
  4. package/esm/mainnet/axelar.js +78 -302
  5. package/esm/mainnet/carbon.js +0 -302
  6. package/esm/mainnet/celestia.js +0 -302
  7. package/esm/mainnet/composable.js +78 -302
  8. package/esm/mainnet/coreum.js +0 -302
  9. package/esm/mainnet/cosmoshub.js +78 -302
  10. package/esm/mainnet/crescent.js +0 -302
  11. package/esm/mainnet/cryptoorgchain.js +0 -302
  12. package/esm/mainnet/dydx.js +0 -302
  13. package/esm/mainnet/dymension.js +0 -302
  14. package/esm/mainnet/gateway.js +0 -302
  15. package/esm/mainnet/gravitybridge.js +78 -302
  16. package/esm/mainnet/index.js +0 -1
  17. package/esm/mainnet/injective.js +0 -302
  18. package/esm/mainnet/juno.js +78 -0
  19. package/esm/mainnet/kava.js +0 -302
  20. package/esm/mainnet/kujira.js +78 -302
  21. package/esm/mainnet/lava.js +0 -302
  22. package/esm/mainnet/migaloo.js +78 -0
  23. package/esm/mainnet/neutron.js +78 -0
  24. package/esm/mainnet/noble.js +0 -302
  25. package/esm/mainnet/oraichain.js +78 -0
  26. package/esm/mainnet/osmosis.js +78 -302
  27. package/esm/mainnet/persistence.js +78 -0
  28. package/esm/mainnet/secretnetwork.js +0 -302
  29. package/esm/mainnet/stargaze.js +0 -302
  30. package/esm/mainnet/stride.js +0 -302
  31. package/esm/mainnet/terra2.js +78 -0
  32. package/esm/mainnet/tgrade.js +0 -302
  33. package/mainnet/acrechain.js +0 -302
  34. package/mainnet/agoric.js +0 -302
  35. package/mainnet/assets.js +1 -2
  36. package/mainnet/axelar.js +78 -302
  37. package/mainnet/carbon.js +0 -302
  38. package/mainnet/celestia.js +0 -302
  39. package/mainnet/composable.js +78 -302
  40. package/mainnet/coreum.js +0 -302
  41. package/mainnet/cosmoshub.js +78 -302
  42. package/mainnet/crescent.js +0 -302
  43. package/mainnet/cryptoorgchain.js +0 -302
  44. package/mainnet/dydx.js +0 -302
  45. package/mainnet/dymension.js +0 -302
  46. package/mainnet/gateway.js +0 -302
  47. package/mainnet/gravitybridge.js +78 -302
  48. package/mainnet/index.d.ts +0 -1
  49. package/mainnet/index.js +3 -4
  50. package/mainnet/injective.js +0 -302
  51. package/mainnet/juno.js +78 -0
  52. package/mainnet/kava.js +0 -302
  53. package/mainnet/kujira.js +78 -302
  54. package/mainnet/lava.js +0 -302
  55. package/mainnet/migaloo.js +78 -0
  56. package/mainnet/neutron.js +78 -0
  57. package/mainnet/noble.js +0 -302
  58. package/mainnet/oraichain.js +78 -0
  59. package/mainnet/osmosis.js +78 -302
  60. package/mainnet/persistence.js +78 -0
  61. package/mainnet/secretnetwork.js +0 -302
  62. package/mainnet/stargaze.js +0 -302
  63. package/mainnet/stride.js +0 -302
  64. package/mainnet/terra2.js +78 -0
  65. package/mainnet/tgrade.js +0 -302
  66. package/package.json +5 -5
  67. package/esm/mainnet/evmos.js +0 -3722
  68. package/mainnet/evmos.d.ts +0 -3
  69. package/mainnet/evmos.js +0 -3724
package/mainnet/noble.js CHANGED
@@ -1002,157 +1002,6 @@ const assets = {
1002
1002
  }
1003
1003
  }]
1004
1004
  },
1005
- {
1006
- description: 'The native EVM, governance and staking token of the Evmos Hub',
1007
- denom_units: [{
1008
- denom: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
1009
- exponent: 0,
1010
- aliases: ['aevmos']
1011
- }, {
1012
- denom: 'evmos',
1013
- exponent: 18
1014
- }],
1015
- base: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
1016
- name: 'Evmos',
1017
- display: 'evmos',
1018
- symbol: 'EVMOS',
1019
- logo_URIs: {
1020
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1021
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1022
- },
1023
- coingecko_id: 'evmos',
1024
- images: [{
1025
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1026
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1027
- }],
1028
- socials: {
1029
- website: 'https://evmos.org/',
1030
- x: 'https://x.com/EvmosOrg'
1031
- },
1032
- type_asset: 'sdk.coin',
1033
- traces: [{
1034
- type: 'ibc',
1035
- counterparty: {
1036
- channel_id: 'channel-64',
1037
- base_denom: 'aevmos',
1038
- chain_name: 'evmos'
1039
- },
1040
- chain: {
1041
- channel_id: 'channel-7'
1042
- }
1043
- }]
1044
- },
1045
- {
1046
- description: 'The token of Neokingdom DAO.',
1047
- denom_units: [{
1048
- denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
1049
- exponent: 0,
1050
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
1051
- }, {
1052
- denom: 'neok',
1053
- exponent: 18
1054
- }],
1055
- base: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
1056
- name: 'Neokingdom DAO',
1057
- display: 'neok',
1058
- symbol: 'NEOK',
1059
- logo_URIs: {
1060
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1061
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1062
- },
1063
- images: [{
1064
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1065
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1066
- }],
1067
- socials: {
1068
- website: 'https://www.neokingdom.org/',
1069
- x: 'https://x.com/NEOKingdomDAO'
1070
- },
1071
- type_asset: 'sdk.coin',
1072
- traces: [{
1073
- type: 'ibc',
1074
- counterparty: {
1075
- channel_id: 'channel-64',
1076
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
1077
- chain_name: 'evmos'
1078
- },
1079
- chain: {
1080
- channel_id: 'channel-7'
1081
- }
1082
- }]
1083
- },
1084
- {
1085
- description: 'The legacy token of Teledisko DAO.',
1086
- denom_units: [{
1087
- denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
1088
- exponent: 0,
1089
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
1090
- }, {
1091
- denom: 'berlin-legacy',
1092
- exponent: 18
1093
- }],
1094
- base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
1095
- name: 'Teledisko DAO - Legacy',
1096
- display: 'berlin-legacy',
1097
- symbol: 'BERLIN-legacy',
1098
- type_asset: 'erc20',
1099
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1100
- logo_URIs: {
1101
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1102
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1103
- },
1104
- images: [{
1105
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1106
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1107
- }],
1108
- traces: [{
1109
- type: 'ibc',
1110
- counterparty: {
1111
- channel_id: 'channel-64',
1112
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1113
- chain_name: 'evmos'
1114
- },
1115
- chain: {
1116
- channel_id: 'channel-7'
1117
- }
1118
- }]
1119
- },
1120
- {
1121
- description: 'The token of Crowdpunk DAO',
1122
- denom_units: [{
1123
- denom: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
1124
- exponent: 0,
1125
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
1126
- }, {
1127
- denom: 'crowdp',
1128
- exponent: 18
1129
- }],
1130
- base: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
1131
- name: 'Crowdpunk DAO',
1132
- display: 'crowdp',
1133
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1134
- symbol: 'CROWDP',
1135
- type_asset: 'erc20',
1136
- logo_URIs: {
1137
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1138
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1139
- },
1140
- images: [{
1141
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1142
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1143
- }],
1144
- traces: [{
1145
- type: 'ibc',
1146
- counterparty: {
1147
- channel_id: 'channel-64',
1148
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1149
- chain_name: 'evmos'
1150
- },
1151
- chain: {
1152
- channel_id: 'channel-7'
1153
- }
1154
- }]
1155
- },
1156
1005
  {
1157
1006
  description: 'The native token of Furya',
1158
1007
  denom_units: [{
@@ -3535,157 +3384,6 @@ const assets = {
3535
3384
  }
3536
3385
  }]
3537
3386
  },
3538
- {
3539
- description: 'The native EVM, governance and staking token of the Evmos Hub',
3540
- denom_units: [{
3541
- denom: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
3542
- exponent: 0,
3543
- aliases: ['aevmos']
3544
- }, {
3545
- denom: 'evmos',
3546
- exponent: 18
3547
- }],
3548
- base: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
3549
- name: 'Evmos',
3550
- display: 'evmos',
3551
- symbol: 'EVMOS',
3552
- logo_URIs: {
3553
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
3554
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
3555
- },
3556
- coingecko_id: 'evmos',
3557
- images: [{
3558
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
3559
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
3560
- }],
3561
- socials: {
3562
- website: 'https://evmos.org/',
3563
- x: 'https://x.com/EvmosOrg'
3564
- },
3565
- type_asset: 'sdk.coin',
3566
- traces: [{
3567
- type: 'ibc',
3568
- counterparty: {
3569
- channel_id: 'channel-64',
3570
- base_denom: 'aevmos',
3571
- chain_name: 'evmos'
3572
- },
3573
- chain: {
3574
- channel_id: 'channel-7'
3575
- }
3576
- }]
3577
- },
3578
- {
3579
- description: 'The token of Neokingdom DAO.',
3580
- denom_units: [{
3581
- denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
3582
- exponent: 0,
3583
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
3584
- }, {
3585
- denom: 'neok',
3586
- exponent: 18
3587
- }],
3588
- base: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
3589
- name: 'Neokingdom DAO',
3590
- display: 'neok',
3591
- symbol: 'NEOK',
3592
- logo_URIs: {
3593
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
3594
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
3595
- },
3596
- images: [{
3597
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
3598
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
3599
- }],
3600
- socials: {
3601
- website: 'https://www.neokingdom.org/',
3602
- x: 'https://x.com/NEOKingdomDAO'
3603
- },
3604
- type_asset: 'sdk.coin',
3605
- traces: [{
3606
- type: 'ibc',
3607
- counterparty: {
3608
- channel_id: 'channel-64',
3609
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
3610
- chain_name: 'evmos'
3611
- },
3612
- chain: {
3613
- channel_id: 'channel-7'
3614
- }
3615
- }]
3616
- },
3617
- {
3618
- description: 'The legacy token of Teledisko DAO.',
3619
- denom_units: [{
3620
- denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
3621
- exponent: 0,
3622
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
3623
- }, {
3624
- denom: 'berlin-legacy',
3625
- exponent: 18
3626
- }],
3627
- base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
3628
- name: 'Teledisko DAO - Legacy',
3629
- display: 'berlin-legacy',
3630
- symbol: 'BERLIN-legacy',
3631
- type_asset: 'erc20',
3632
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
3633
- logo_URIs: {
3634
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
3635
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
3636
- },
3637
- images: [{
3638
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
3639
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
3640
- }],
3641
- traces: [{
3642
- type: 'ibc',
3643
- counterparty: {
3644
- channel_id: 'channel-64',
3645
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
3646
- chain_name: 'evmos'
3647
- },
3648
- chain: {
3649
- channel_id: 'channel-7'
3650
- }
3651
- }]
3652
- },
3653
- {
3654
- description: 'The token of Crowdpunk DAO',
3655
- denom_units: [{
3656
- denom: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
3657
- exponent: 0,
3658
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
3659
- }, {
3660
- denom: 'crowdp',
3661
- exponent: 18
3662
- }],
3663
- base: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
3664
- name: 'Crowdpunk DAO',
3665
- display: 'crowdp',
3666
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
3667
- symbol: 'CROWDP',
3668
- type_asset: 'erc20',
3669
- logo_URIs: {
3670
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
3671
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
3672
- },
3673
- images: [{
3674
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
3675
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
3676
- }],
3677
- traces: [{
3678
- type: 'ibc',
3679
- counterparty: {
3680
- channel_id: 'channel-64',
3681
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
3682
- chain_name: 'evmos'
3683
- },
3684
- chain: {
3685
- channel_id: 'channel-7'
3686
- }
3687
- }]
3688
- },
3689
3387
  {
3690
3388
  description: 'The native token of Furya',
3691
3389
  denom_units: [{
@@ -1486,6 +1486,45 @@ const assets = {
1486
1486
  }
1487
1487
  }]
1488
1488
  },
1489
+ {
1490
+ description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
1491
+ denom_units: [{
1492
+ denom: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
1493
+ exponent: 0,
1494
+ aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
1495
+ }, {
1496
+ denom: 'snvr',
1497
+ exponent: 9
1498
+ }],
1499
+ type_asset: 'snip20',
1500
+ address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
1501
+ base: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
1502
+ name: 'SNVR',
1503
+ display: 'snvr',
1504
+ symbol: 'SNVR',
1505
+ logo_URIs: {
1506
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
1507
+ },
1508
+ images: [{
1509
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
1510
+ }],
1511
+ socials: {
1512
+ website: 'https://snvr.org'
1513
+ },
1514
+ traces: [{
1515
+ type: 'ibc-cw20',
1516
+ counterparty: {
1517
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
1518
+ channel_id: 'channel-222',
1519
+ base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
1520
+ chain_name: 'secretnetwork'
1521
+ },
1522
+ chain: {
1523
+ port: 'transfer',
1524
+ channel_id: 'channel-140'
1525
+ }
1526
+ }]
1527
+ },
1489
1528
  {
1490
1529
  description: 'The native token cw20 for SIENNA on Secret Network',
1491
1530
  denom_units: [{
@@ -1910,6 +1949,45 @@ const assets = {
1910
1949
  channel_id: 'channel-140'
1911
1950
  }
1912
1951
  }]
1952
+ },
1953
+ {
1954
+ description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
1955
+ denom_units: [{
1956
+ denom: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
1957
+ exponent: 0,
1958
+ aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
1959
+ }, {
1960
+ denom: 'snvr',
1961
+ exponent: 9
1962
+ }],
1963
+ type_asset: 'snip20',
1964
+ address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
1965
+ base: 'ibc/1ECA4B17EB0138486D1426876220D7983556F31AC2B6E1A2415D5DCF4FE2120D',
1966
+ name: 'SNVR',
1967
+ display: 'snvr',
1968
+ symbol: 'SNVR',
1969
+ logo_URIs: {
1970
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
1971
+ },
1972
+ images: [{
1973
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
1974
+ }],
1975
+ socials: {
1976
+ website: 'https://snvr.org'
1977
+ },
1978
+ traces: [{
1979
+ type: 'ibc-cw20',
1980
+ counterparty: {
1981
+ port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
1982
+ channel_id: 'channel-222',
1983
+ base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
1984
+ chain_name: 'secretnetwork'
1985
+ },
1986
+ chain: {
1987
+ port: 'transfer',
1988
+ channel_id: 'channel-140'
1989
+ }
1990
+ }]
1913
1991
  }
1914
1992
  ]
1915
1993
  };