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