chain-registry 1.69.170 → 1.69.172

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 (57) hide show
  1. package/esm/mainnet/axelar/assets.js +44 -0
  2. package/esm/mainnet/cosmoshub/ibc.js +26 -0
  3. package/esm/mainnet/dungeon/chain.js +4 -4
  4. package/esm/mainnet/ethereum/assets.js +42 -0
  5. package/esm/mainnet/kyve/ibc.js +29 -0
  6. package/esm/mainnet/nolus/assets.js +87 -0
  7. package/esm/mainnet/osmosis/assets.js +106 -0
  8. package/esm/mainnet/seda/ibc.js +25 -0
  9. package/esm/mainnet/xion/assets.js +305 -5
  10. package/esm/mainnet/xion/ibc.js +29 -0
  11. package/esm/mainnet/xpla/chain.js +1 -1
  12. package/esm/noncosmos/assets.js +2 -2
  13. package/esm/noncosmos/movement/assets.js +19 -13
  14. package/esm/noncosmos/named.js +1 -1
  15. package/esm/testnet/assets.js +0 -2
  16. package/esm/testnet/babylontestnet/assets.js +29 -0
  17. package/esm/testnet/chains.js +0 -2
  18. package/esm/testnet/ibc.js +0 -2
  19. package/esm/testnet/named.js +0 -1
  20. package/esm/testnet/xiontestnet2/assets.js +7 -0
  21. package/esm/testnet/xiontestnet2/chain.js +64 -8
  22. package/mainnet/axelar/assets.js +44 -0
  23. package/mainnet/cosmoshub/ibc.js +26 -0
  24. package/mainnet/dungeon/chain.js +4 -4
  25. package/mainnet/ethereum/assets.js +42 -0
  26. package/mainnet/kyve/ibc.js +29 -0
  27. package/mainnet/nolus/assets.js +87 -0
  28. package/mainnet/osmosis/assets.js +106 -0
  29. package/mainnet/seda/ibc.js +25 -0
  30. package/mainnet/xion/assets.js +305 -5
  31. package/mainnet/xion/ibc.js +29 -0
  32. package/mainnet/xpla/chain.js +1 -1
  33. package/noncosmos/assets.js +2 -2
  34. package/noncosmos/movement/assets.js +19 -13
  35. package/noncosmos/named.d.ts +1 -1
  36. package/noncosmos/named.js +2 -2
  37. package/package.json +4 -4
  38. package/testnet/assets.js +0 -2
  39. package/testnet/babylontestnet/assets.js +29 -0
  40. package/testnet/chains.js +0 -2
  41. package/testnet/ibc.js +0 -2
  42. package/testnet/named.d.ts +0 -1
  43. package/testnet/named.js +1 -2
  44. package/testnet/xiontestnet2/assets.js +7 -0
  45. package/testnet/xiontestnet2/chain.js +64 -8
  46. package/esm/testnet/xiontestnet/assets.js +0 -194
  47. package/esm/testnet/xiontestnet/chain.js +0 -159
  48. package/esm/testnet/xiontestnet/ibc.js +0 -116
  49. package/esm/testnet/xiontestnet/index.js +0 -6
  50. package/testnet/xiontestnet/assets.d.ts +0 -3
  51. package/testnet/xiontestnet/assets.js +0 -196
  52. package/testnet/xiontestnet/chain.d.ts +0 -3
  53. package/testnet/xiontestnet/chain.js +0 -161
  54. package/testnet/xiontestnet/ibc.d.ts +0 -3
  55. package/testnet/xiontestnet/ibc.js +0 -118
  56. package/testnet/xiontestnet/index.d.ts +0 -3
  57. package/testnet/xiontestnet/index.js +0 -12
@@ -1651,6 +1651,50 @@ const info = {
1651
1651
  primary_color_hex: '#04fbfb'
1652
1652
  }
1653
1653
  }]
1654
+ },
1655
+ {
1656
+ description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
1657
+ type_asset: 'sdk.coin',
1658
+ denom_units: [{
1659
+ denom: 'unit-move',
1660
+ exponent: 0,
1661
+ aliases: [
1662
+ '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
1663
+ '0xa',
1664
+ 'octa'
1665
+ ]
1666
+ }, {
1667
+ denom: 'move',
1668
+ exponent: 8
1669
+ }],
1670
+ base: 'unit-move',
1671
+ name: 'Movement',
1672
+ display: 'move',
1673
+ symbol: 'axlMOVE',
1674
+ traces: [{
1675
+ type: 'bridge',
1676
+ counterparty: {
1677
+ chain_name: 'ethereum',
1678
+ base_denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073'
1679
+ },
1680
+ provider: 'Axelar'
1681
+ }],
1682
+ images: [{
1683
+ image_sync: {
1684
+ chain_name: 'ethereum',
1685
+ base_denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073'
1686
+ },
1687
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
1688
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
1689
+ theme: {
1690
+ circle: true,
1691
+ primary_color_hex: '#F1BB15'
1692
+ }
1693
+ }],
1694
+ socials: {
1695
+ website: 'https://www.movementnetwork.xyz/',
1696
+ twitter: 'https://twitter.com/movementfdn'
1697
+ }
1654
1698
  }
1655
1699
  ]
1656
1700
  };
@@ -1555,6 +1555,32 @@ const info = [
1555
1555
  }
1556
1556
  }]
1557
1557
  },
1558
+ {
1559
+ $schema: '../ibc_data.schema.json',
1560
+ chain_1: {
1561
+ chain_name: 'cosmoshub',
1562
+ client_id: '07-tendermint-1372',
1563
+ connection_id: 'connection-1098'
1564
+ },
1565
+ chain_2: {
1566
+ chain_name: 'seda',
1567
+ client_id: '07-tendermint-1',
1568
+ connection_id: 'connection-1'
1569
+ },
1570
+ channels: [{
1571
+ chain_1: {
1572
+ channel_id: 'channel-1337',
1573
+ port_id: 'transfer'
1574
+ },
1575
+ chain_2: {
1576
+ channel_id: 'channel-1',
1577
+ port_id: 'transfer'
1578
+ },
1579
+ ordering: 'unordered',
1580
+ version: 'ics20-1',
1581
+ tags: {}
1582
+ }]
1583
+ },
1558
1584
  {
1559
1585
  $schema: '../ibc_data.schema.json',
1560
1586
  chain_1: {
@@ -12,10 +12,10 @@ const info = {
12
12
  fees: {
13
13
  fee_tokens: [{
14
14
  denom: 'udgn',
15
- fixed_min_gas_price: 0,
16
- low_gas_price: 0,
17
- average_gas_price: 0,
18
- high_gas_price: 0.001
15
+ fixed_min_gas_price: 0.05,
16
+ low_gas_price: 0.05,
17
+ average_gas_price: 0.07,
18
+ high_gas_price: 0.09
19
19
  }]
20
20
  },
21
21
  apis: {
@@ -1574,6 +1574,48 @@ const info = {
1574
1574
  website: 'https://lombard.finance',
1575
1575
  twitter: 'https://x.com/Lombard_Finance'
1576
1576
  }
1577
+ },
1578
+ {
1579
+ description: 'The Ethereum ERC20 issuance of Movement ($MOVE).',
1580
+ type_asset: 'erc20',
1581
+ address: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
1582
+ denom_units: [{
1583
+ denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
1584
+ exponent: 0,
1585
+ aliases: ['0xa', 'octa']
1586
+ }, {
1587
+ denom: 'move',
1588
+ exponent: 8
1589
+ }],
1590
+ base: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
1591
+ name: 'Movement',
1592
+ display: 'move',
1593
+ symbol: 'MOVE',
1594
+ coingecko_id: 'movement',
1595
+ traces: [{
1596
+ type: 'additional-mintage',
1597
+ counterparty: {
1598
+ chain_name: 'movement',
1599
+ base_denom: '0xa'
1600
+ },
1601
+ provider: 'Movement Foundation'
1602
+ }],
1603
+ images: [{
1604
+ image_sync: {
1605
+ chain_name: 'movement',
1606
+ base_denom: '0xa'
1607
+ },
1608
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
1609
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
1610
+ theme: {
1611
+ circle: true,
1612
+ primary_color_hex: '#F1BB15'
1613
+ }
1614
+ }],
1615
+ socials: {
1616
+ website: 'https://www.movementnetwork.xyz/',
1617
+ twitter: 'https://twitter.com/movementfdn'
1618
+ }
1577
1619
  }
1578
1620
  ]
1579
1621
  };
@@ -116,6 +116,35 @@ const info = [
116
116
  preferred: true
117
117
  }
118
118
  }]
119
+ },
120
+ {
121
+ $schema: '../ibc_data.schema.json',
122
+ chain_1: {
123
+ chain_name: 'kyve',
124
+ client_id: '07-tendermint-8',
125
+ connection_id: 'connection-7'
126
+ },
127
+ chain_2: {
128
+ chain_name: 'xion',
129
+ client_id: '07-tendermint-5',
130
+ connection_id: 'connection-5'
131
+ },
132
+ channels: [{
133
+ chain_1: {
134
+ channel_id: 'channel-7',
135
+ port_id: 'transfer'
136
+ },
137
+ chain_2: {
138
+ channel_id: 'channel-5',
139
+ port_id: 'transfer'
140
+ },
141
+ ordering: 'unordered',
142
+ version: 'ics20-1',
143
+ tags: {
144
+ status: 'live',
145
+ preferred: true
146
+ }
147
+ }]
119
148
  }
120
149
  ];
121
150
  export default info;
@@ -986,6 +986,93 @@ const info = {
986
986
  },
987
987
  coingecko_id: 'mantra-dao'
988
988
  },
989
+ {
990
+ description: 'NIL transferred from the Osmosis mainnet that is supported on the Nolus chain',
991
+ denom_units: [{
992
+ denom: 'ibc/56AD715B6EBE187ACE16DA331CCFFE41655B42373FBE4A43748DEE16A95EE895',
993
+ exponent: 0,
994
+ aliases: ['unil']
995
+ }, {
996
+ denom: 'nil',
997
+ exponent: 6,
998
+ aliases: []
999
+ }],
1000
+ type_asset: 'ics20',
1001
+ base: 'ibc/56AD715B6EBE187ACE16DA331CCFFE41655B42373FBE4A43748DEE16A95EE895',
1002
+ name: 'NIL',
1003
+ display: 'nil',
1004
+ symbol: 'NIL',
1005
+ traces: [{
1006
+ type: 'ibc',
1007
+ counterparty: {
1008
+ chain_name: 'osmosis',
1009
+ base_denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
1010
+ channel_id: 'channel-783'
1011
+ },
1012
+ chain: {
1013
+ channel_id: 'channel-0',
1014
+ path: 'transfer/channel-783/transfer/channel-98416/unil'
1015
+ }
1016
+ }],
1017
+ images: [{
1018
+ image_sync: {
1019
+ chain_name: 'osmosis',
1020
+ base_denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064'
1021
+ },
1022
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
1023
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
1024
+ }],
1025
+ logo_URIs: {
1026
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
1027
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
1028
+ },
1029
+ coingecko_id: 'nillion'
1030
+ },
1031
+ {
1032
+ description: 'XION transferred from the Osmosis mainnet that is supported on the Nolus chain',
1033
+ denom_units: [{
1034
+ denom: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
1035
+ exponent: 0,
1036
+ aliases: ['uxion']
1037
+ }, {
1038
+ denom: 'xion',
1039
+ exponent: 6,
1040
+ aliases: []
1041
+ }],
1042
+ type_asset: 'ics20',
1043
+ base: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
1044
+ name: 'XION',
1045
+ display: 'xion',
1046
+ symbol: 'XION',
1047
+ traces: [{
1048
+ type: 'ibc',
1049
+ counterparty: {
1050
+ chain_name: 'osmosis',
1051
+ base_denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
1052
+ channel_id: 'channel-783'
1053
+ },
1054
+ chain: {
1055
+ channel_id: 'channel-0',
1056
+ path: 'transfer/channel-783/transfer/channel-89321/uxion'
1057
+ }
1058
+ }],
1059
+ images: [{
1060
+ image_sync: {
1061
+ chain_name: 'osmosis',
1062
+ base_denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5'
1063
+ },
1064
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png',
1065
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.svg',
1066
+ theme: {
1067
+ primary_color_hex: '#2775CA'
1068
+ }
1069
+ }],
1070
+ logo_URIs: {
1071
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png',
1072
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.svg'
1073
+ },
1074
+ coingecko_id: 'xion-2'
1075
+ },
989
1076
  {
990
1077
  description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
991
1078
  denom_units: [{
@@ -23917,6 +23917,112 @@ const info = {
23917
23917
  }
23918
23918
  }],
23919
23919
  coingecko_id: 'nillion'
23920
+ },
23921
+ {
23922
+ description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
23923
+ type_asset: 'ics20',
23924
+ denom_units: [{
23925
+ denom: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
23926
+ exponent: 0,
23927
+ aliases: [
23928
+ 'unit-move',
23929
+ '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
23930
+ '0xa',
23931
+ 'octa'
23932
+ ]
23933
+ }, {
23934
+ denom: 'move',
23935
+ exponent: 8
23936
+ }],
23937
+ base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
23938
+ name: 'Movement (Ethereum via Axelar)',
23939
+ display: 'move',
23940
+ symbol: 'MOVE.eth.axl',
23941
+ traces: [{
23942
+ type: 'ibc',
23943
+ counterparty: {
23944
+ chain_name: 'axelar',
23945
+ base_denom: 'unit-move',
23946
+ channel_id: 'channel-3'
23947
+ },
23948
+ chain: {
23949
+ channel_id: 'channel-208',
23950
+ path: 'transfer/channel-208/unit-move'
23951
+ }
23952
+ }],
23953
+ images: [{
23954
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.svg',
23955
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.png',
23956
+ theme: {
23957
+ primary_color_hex: '#F1BB15'
23958
+ }
23959
+ }, {
23960
+ image_sync: {
23961
+ chain_name: 'axelar',
23962
+ base_denom: 'unit-move'
23963
+ },
23964
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
23965
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
23966
+ theme: {
23967
+ circle: true,
23968
+ primary_color_hex: '#F1BB15'
23969
+ }
23970
+ }],
23971
+ socials: {
23972
+ website: 'https://www.movementnetwork.xyz/',
23973
+ twitter: 'https://twitter.com/movementfdn'
23974
+ }
23975
+ },
23976
+ {
23977
+ description: 'An alloy of MOVE asset variants on Osmosis.',
23978
+ extended_description: 'Multiple MOVE variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of MOVE.',
23979
+ denom_units: [{
23980
+ denom: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
23981
+ exponent: 0
23982
+ }, {
23983
+ denom: 'allMOVE',
23984
+ exponent: 8
23985
+ }],
23986
+ type_asset: 'sdk.coin',
23987
+ address: 'osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m',
23988
+ base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
23989
+ name: 'Movement (Alloy)',
23990
+ display: 'allMOVE',
23991
+ symbol: 'allMOVE',
23992
+ traces: [{
23993
+ type: 'synthetic',
23994
+ counterparty: {
23995
+ chain_name: 'movement',
23996
+ base_denom: '0xa'
23997
+ },
23998
+ provider: 'Osmosis'
23999
+ }],
24000
+ logo_URIs: {
24001
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
24002
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png'
24003
+ },
24004
+ images: [{
24005
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
24006
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png',
24007
+ theme: {
24008
+ primary_color_hex: '#F1BB15'
24009
+ }
24010
+ }, {
24011
+ image_sync: {
24012
+ chain_name: 'movement',
24013
+ base_denom: '0xa'
24014
+ },
24015
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
24016
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
24017
+ theme: {
24018
+ circle: true,
24019
+ primary_color_hex: '#F1BB15'
24020
+ }
24021
+ }],
24022
+ socials: {
24023
+ website: 'https://www.movementnetwork.xyz/',
24024
+ twitter: 'https://twitter.com/movementfdn'
24025
+ }
23920
24026
  }
23921
24027
  ]
23922
24028
  };
@@ -1,4 +1,29 @@
1
1
  const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'cosmoshub',
5
+ client_id: '07-tendermint-1372',
6
+ connection_id: 'connection-1098'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'seda',
10
+ client_id: '07-tendermint-1',
11
+ connection_id: 'connection-1'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-1337',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-1',
20
+ port_id: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {}
25
+ }]
26
+ }, {
2
27
  $schema: '../ibc_data.schema.json',
3
28
  chain_1: {
4
29
  chain_name: 'osmosis',