chain-registry 1.69.60 → 1.69.62

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 (45) hide show
  1. package/esm/mainnet/agoric/ibc.js +29 -0
  2. package/esm/mainnet/assetmantle/assets.js +2 -2
  3. package/esm/mainnet/assetmantle/chain.js +7 -7
  4. package/esm/mainnet/assets.js +2 -0
  5. package/esm/mainnet/chains.js +2 -0
  6. package/esm/mainnet/dungeon/chain.js +0 -4
  7. package/esm/mainnet/elys/assets.js +198 -0
  8. package/esm/mainnet/elys/chain.js +143 -0
  9. package/esm/mainnet/elys/index.js +4 -0
  10. package/esm/mainnet/impacthub/assets.js +1 -1
  11. package/esm/mainnet/impacthub/chain.js +0 -6
  12. package/esm/mainnet/named.js +1 -0
  13. package/esm/mainnet/neutron/ibc.js +29 -0
  14. package/esm/mainnet/nibiru/assets.js +32 -0
  15. package/esm/mainnet/osmosis/assets.js +37 -0
  16. package/esm/testnet/axelartestnet/ibc.js +6 -6
  17. package/esm/testnet/elystestnet/assets.js +10 -10
  18. package/esm/testnet/elystestnet/chain.js +10 -51
  19. package/esm/testnet/sagatestnet/chain.js +1 -1
  20. package/esm/testnet/sagatestnet/ibc.js +6 -6
  21. package/mainnet/agoric/ibc.js +29 -0
  22. package/mainnet/assetmantle/assets.js +2 -2
  23. package/mainnet/assetmantle/chain.js +7 -7
  24. package/mainnet/assets.js +2 -0
  25. package/mainnet/chains.js +2 -0
  26. package/mainnet/dungeon/chain.js +0 -4
  27. package/mainnet/elys/assets.d.ts +3 -0
  28. package/mainnet/elys/assets.js +200 -0
  29. package/mainnet/elys/chain.d.ts +3 -0
  30. package/mainnet/elys/chain.js +145 -0
  31. package/mainnet/elys/index.d.ts +2 -0
  32. package/mainnet/elys/index.js +10 -0
  33. package/mainnet/impacthub/assets.js +1 -1
  34. package/mainnet/impacthub/chain.js +0 -6
  35. package/mainnet/named.d.ts +1 -0
  36. package/mainnet/named.js +4 -3
  37. package/mainnet/neutron/ibc.js +29 -0
  38. package/mainnet/nibiru/assets.js +32 -0
  39. package/mainnet/osmosis/assets.js +37 -0
  40. package/package.json +4 -4
  41. package/testnet/axelartestnet/ibc.js +6 -6
  42. package/testnet/elystestnet/assets.js +10 -10
  43. package/testnet/elystestnet/chain.js +10 -51
  44. package/testnet/sagatestnet/chain.js +1 -1
  45. package/testnet/sagatestnet/ibc.js +6 -6
@@ -259,6 +259,35 @@ const info = [
259
259
  }
260
260
  }]
261
261
  },
262
+ {
263
+ $schema: '../ibc_data.schema.json',
264
+ chain_1: {
265
+ chain_name: 'agoric',
266
+ client_id: '07-tendermint-101',
267
+ connection_id: 'connection-99'
268
+ },
269
+ chain_2: {
270
+ chain_name: 'neutron',
271
+ client_id: '07-tendermint-148',
272
+ connection_id: 'connection-108'
273
+ },
274
+ channels: [{
275
+ chain_1: {
276
+ channel_id: 'channel-146',
277
+ port_id: 'transfer'
278
+ },
279
+ chain_2: {
280
+ channel_id: 'channel-5789',
281
+ port_id: 'transfer'
282
+ },
283
+ ordering: 'unordered',
284
+ version: 'ics20-1',
285
+ tags: {
286
+ status: 'live',
287
+ preferred: true
288
+ }
289
+ }]
290
+ },
262
291
  {
263
292
  $schema: '../ibc_data.schema.json',
264
293
  chain_1: {
@@ -2,7 +2,7 @@ const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'assetmantle',
4
4
  assets: [{
5
- description: 'The native token of Asset Mantle',
5
+ description: 'The native token of AssetMantle',
6
6
  denom_units: [{
7
7
  denom: 'umntl',
8
8
  exponent: 0
@@ -23,7 +23,7 @@ const info = {
23
23
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
24
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
25
25
  theme: {
26
- primary_color_hex: '#edb548'
26
+ primary_color_hex: '#fbab30'
27
27
  }
28
28
  }],
29
29
  socials: {
@@ -14,7 +14,7 @@ const info = {
14
14
  fees: {
15
15
  fee_tokens: [{
16
16
  denom: 'umntl',
17
- low_gas_price: 0.01,
17
+ low_gas_price: 0,
18
18
  average_gas_price: 0.025,
19
19
  high_gas_price: 0.04
20
20
  }]
@@ -26,10 +26,10 @@ const info = {
26
26
  },
27
27
  codebase: {},
28
28
  logo_URIs: {
29
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo.png',
30
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo_Dark.svg'
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg'
31
31
  },
32
- description: 'AssetMantle’s suite of products is focused on the NFT ecosystem, helping you up your game with digital asset ownership.',
32
+ description: 'AssetMantle is building the native web3 assets for Real World Asset Tokenization & Enterprise Asset Tokenization',
33
33
  apis: {
34
34
  rpc: [
35
35
  {
@@ -162,10 +162,10 @@ const info = {
162
162
  }
163
163
  ],
164
164
  images: [{
165
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo.png',
166
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo_Dark.svg',
165
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
166
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
167
167
  theme: {
168
- primary_color_hex: '#f6b620'
168
+ primary_color_hex: '#fbab30'
169
169
  }
170
170
  }]
171
171
  };
@@ -54,6 +54,7 @@ import * as _dydx from './dydx';
54
54
  import * as _dymension from './dymension';
55
55
  import * as _dyson from './dyson';
56
56
  import * as _echelon from './echelon';
57
+ import * as _elys from './elys';
57
58
  import * as _emoney from './emoney';
58
59
  import * as _empowerchain from './empowerchain';
59
60
  import * as _epix from './epix';
@@ -242,6 +243,7 @@ const assets = [
242
243
  _dymension.assets,
243
244
  _dyson.assets,
244
245
  _echelon.assets,
246
+ _elys.assets,
245
247
  _emoney.assets,
246
248
  _empowerchain.assets,
247
249
  _epix.assets,
@@ -54,6 +54,7 @@ import * as _dydx from './dydx';
54
54
  import * as _dymension from './dymension';
55
55
  import * as _dyson from './dyson';
56
56
  import * as _echelon from './echelon';
57
+ import * as _elys from './elys';
57
58
  import * as _emoney from './emoney';
58
59
  import * as _empowerchain from './empowerchain';
59
60
  import * as _epix from './epix';
@@ -242,6 +243,7 @@ const chains = [
242
243
  _dymension.chain,
243
244
  _dyson.chain,
244
245
  _echelon.chain,
246
+ _elys.chain,
245
247
  _emoney.chain,
246
248
  _empowerchain.chain,
247
249
  _epix.chain,
@@ -32,10 +32,6 @@ const info = {
32
32
  address: 'https://rpc-dungeonchain.apeironnodes.com',
33
33
  provider: 'ApeironNodes'
34
34
  },
35
- {
36
- address: 'https://rpc-archive-dungeonchain.apeironnodes.com',
37
- provider: 'ApeironNodes (Archive)'
38
- },
39
35
  {
40
36
  address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
41
37
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
@@ -0,0 +1,198 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'elys',
4
+ assets: [
5
+ {
6
+ description: 'The native token of Elys Network',
7
+ denom_units: [
8
+ {
9
+ denom: 'uelys',
10
+ exponent: 0,
11
+ aliases: ['microelys']
12
+ },
13
+ {
14
+ denom: 'melys',
15
+ exponent: 3,
16
+ aliases: ['millielys']
17
+ },
18
+ {
19
+ denom: 'elys',
20
+ exponent: 6,
21
+ aliases: []
22
+ }
23
+ ],
24
+ base: 'uelys',
25
+ name: 'Elys Network',
26
+ display: 'elys',
27
+ symbol: 'ELYS',
28
+ logo_URIs: {
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
30
+ },
31
+ coingecko_id: 'elys',
32
+ images: [{
33
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
34
+ }],
35
+ type_asset: 'sdk.coin'
36
+ },
37
+ {
38
+ description: 'Eden token definition',
39
+ denom_units: [
40
+ {
41
+ denom: 'ueden',
42
+ exponent: 0,
43
+ aliases: ['microeden']
44
+ },
45
+ {
46
+ denom: 'meden',
47
+ exponent: 3,
48
+ aliases: ['millieden']
49
+ },
50
+ {
51
+ denom: 'eden',
52
+ exponent: 6,
53
+ aliases: []
54
+ }
55
+ ],
56
+ base: 'ueden',
57
+ name: 'Eden',
58
+ display: 'eden',
59
+ symbol: 'EDEN',
60
+ logo_URIs: {
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
62
+ },
63
+ images: [{
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
65
+ }],
66
+ type_asset: 'sdk.coin'
67
+ },
68
+ {
69
+ description: 'USDC from Noble',
70
+ denom_units: [{
71
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
72
+ exponent: 0
73
+ }, {
74
+ denom: 'usdc',
75
+ exponent: 6
76
+ }],
77
+ type_asset: 'ics20',
78
+ base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
79
+ name: 'Noble USD Coin',
80
+ display: 'usdc',
81
+ symbol: 'USDC',
82
+ traces: [{
83
+ type: 'ibc',
84
+ counterparty: {
85
+ chain_name: 'noble',
86
+ base_denom: 'uusdc',
87
+ channel_id: 'channel-117'
88
+ },
89
+ chain: {
90
+ channel_id: 'channel-2',
91
+ path: 'transfer/channel-2/uusdc'
92
+ }
93
+ }],
94
+ images: [{
95
+ image_sync: {
96
+ chain_name: 'noble',
97
+ base_denom: 'uusdc'
98
+ },
99
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
101
+ theme: {
102
+ circle: true,
103
+ primary_color_hex: '#2775CA'
104
+ }
105
+ }],
106
+ logo_URIs: {
107
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
108
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
109
+ }
110
+ },
111
+ {
112
+ denom_units: [{
113
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
114
+ exponent: 0
115
+ }, {
116
+ denom: 'atom',
117
+ exponent: 6
118
+ }],
119
+ type_asset: 'ics20',
120
+ base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
121
+ name: 'ATOM on Elys',
122
+ display: 'atom',
123
+ symbol: 'ATOM',
124
+ traces: [{
125
+ type: 'ibc',
126
+ counterparty: {
127
+ chain_name: 'cosmoshub',
128
+ base_denom: 'uatom',
129
+ channel_id: 'channel-1266'
130
+ },
131
+ chain: {
132
+ channel_id: 'channel-1',
133
+ path: 'transfer/channel-1/uatom'
134
+ }
135
+ }],
136
+ images: [{
137
+ image_sync: {
138
+ chain_name: 'cosmoshub',
139
+ base_denom: 'uatom'
140
+ },
141
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
142
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
143
+ theme: {
144
+ primary_color_hex: '#272d45'
145
+ }
146
+ }],
147
+ logo_URIs: {
148
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
149
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
150
+ }
151
+ },
152
+ {
153
+ description: 'Axelar Network Token',
154
+ denom_units: [{
155
+ denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
156
+ exponent: 0,
157
+ aliases: ['microaxl']
158
+ }, {
159
+ denom: 'axl',
160
+ exponent: 6,
161
+ aliases: []
162
+ }],
163
+ type_asset: 'ics20',
164
+ base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
165
+ name: 'Axelar',
166
+ display: 'axl',
167
+ symbol: 'AXL',
168
+ traces: [{
169
+ type: 'ibc',
170
+ counterparty: {
171
+ chain_name: 'axelar',
172
+ base_denom: 'uaxl',
173
+ channel_id: 'channel-163'
174
+ },
175
+ chain: {
176
+ channel_id: 'channel-3',
177
+ path: 'transfer/channel-3/uaxl'
178
+ }
179
+ }],
180
+ images: [{
181
+ image_sync: {
182
+ chain_name: 'axelar',
183
+ base_denom: 'uaxl'
184
+ },
185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
186
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
187
+ theme: {
188
+ primary_color_hex: '#040404'
189
+ }
190
+ }],
191
+ logo_URIs: {
192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
194
+ }
195
+ }
196
+ ]
197
+ };
198
+ export default info;
@@ -0,0 +1,143 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'elys',
4
+ status: 'live',
5
+ network_type: 'mainnet',
6
+ pretty_name: 'Elys Network',
7
+ chain_type: 'cosmos',
8
+ chain_id: 'elys-1',
9
+ bech32_prefix: 'elys',
10
+ daemon_name: 'elysd',
11
+ node_home: '$HOME/.elys',
12
+ key_algos: ['secp256k1'],
13
+ slip44: 118,
14
+ staking: {
15
+ staking_tokens: [{
16
+ denom: 'uelys'
17
+ }],
18
+ lock_duration: {
19
+ time: '1209600s'
20
+ }
21
+ },
22
+ fees: {
23
+ fee_tokens: [
24
+ {
25
+ denom: 'uelys',
26
+ fixed_min_gas_price: 0.01,
27
+ low_gas_price: 0.01,
28
+ average_gas_price: 0.025,
29
+ high_gas_price: 0.03
30
+ },
31
+ {
32
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
33
+ fixed_min_gas_price: 0.01,
34
+ low_gas_price: 0.01,
35
+ average_gas_price: 0.025,
36
+ high_gas_price: 0.03
37
+ },
38
+ {
39
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
40
+ fixed_min_gas_price: 0.01,
41
+ low_gas_price: 0.01,
42
+ average_gas_price: 0.025,
43
+ high_gas_price: 0.03
44
+ }
45
+ ]
46
+ },
47
+ codebase: {},
48
+ apis: {
49
+ rpc: [
50
+ {
51
+ address: 'https://rpc.elys.network:443',
52
+ provider: 'Elys Network'
53
+ },
54
+ {
55
+ address: 'https://elys-rpc.polkachu.com:443',
56
+ provider: 'Polkachu'
57
+ },
58
+ {
59
+ address: 'https://elys-rpc.publicnode.com:443',
60
+ provider: 'Allnodes ⚡️ Nodes & Staking'
61
+ },
62
+ {
63
+ address: 'https://elys-mainnet-rpc.itrocket.net:443',
64
+ provider: 'itrocket'
65
+ },
66
+ {
67
+ address: 'https://rpc.elys.nodestake.org:443',
68
+ provider: 'NodeStake'
69
+ }
70
+ ],
71
+ rest: [
72
+ {
73
+ address: 'https://api.elys.network',
74
+ provider: 'Elys Network'
75
+ },
76
+ {
77
+ address: 'https://elys-api.polkachu.com',
78
+ provider: 'Polkachu'
79
+ },
80
+ {
81
+ address: 'https://elys-rest.publicnode.com',
82
+ provider: 'Allnodes ⚡️ Nodes & Staking'
83
+ },
84
+ {
85
+ address: 'https://elys-mainnet-api.itrocket.net',
86
+ provider: 'itrocket'
87
+ },
88
+ {
89
+ address: 'https://api.elys.nodestake.org',
90
+ provider: 'NodeStake'
91
+ }
92
+ ],
93
+ grpc: [
94
+ {
95
+ address: 'elys-grpc.polkachu.com:22090',
96
+ provider: 'Polkachu'
97
+ },
98
+ {
99
+ address: 'elys-testnet-grpc.itrocket.net:38090',
100
+ provider: 'itrocket'
101
+ },
102
+ {
103
+ address: 'elys-grpc.publicnode.com:443',
104
+ provider: 'Allnodes ⚡️ Nodes & Staking'
105
+ },
106
+ {
107
+ address: 'elys-mainnet-grpc.itrocket.net:443',
108
+ provider: 'itrocket'
109
+ },
110
+ {
111
+ address: 'grpc.elys.nodestake.org:443',
112
+ provider: 'NodeStake'
113
+ }
114
+ ]
115
+ },
116
+ explorers: [
117
+ {
118
+ kind: 'NodeStake',
119
+ url: 'https://explorer.nodestake.org/elys',
120
+ tx_page: 'https://explorer.nodestake.org/elys/tx/${txHash}',
121
+ account_page: 'https://explorer.nodestake.org/elys/account/${accountAddress}'
122
+ },
123
+ {
124
+ kind: 'Moonlet',
125
+ url: 'https://explorer.moonlet.cloud/elys',
126
+ tx_page: 'https://explorer.moonlet.cloud/elys/tx/${txHash}',
127
+ account_page: 'https://explorer.moonlet.cloud/elys/account/${accountAddress}'
128
+ },
129
+ {
130
+ kind: 'ping.pub',
131
+ url: 'https://ping.pub/elys',
132
+ tx_page: 'https://ping.pub/elys/tx/${txHash}',
133
+ account_page: 'https://ping.pub/elys/account/${accountAddress}'
134
+ },
135
+ {
136
+ kind: 'itrocket',
137
+ url: 'https://mainnet.itrocket.net/elys',
138
+ tx_page: 'https://mainnet.itrocket.net/elys/staking/tx/${txHash}',
139
+ account_page: 'https://mainnet.itrocket.net/elys/account/${accountAddress}'
140
+ }
141
+ ]
142
+ };
143
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -2,7 +2,7 @@ const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'impacthub',
4
4
  assets: [{
5
- description: 'The native token of IXO Chain',
5
+ description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
6
6
  denom_units: [{
7
7
  denom: 'uixo',
8
8
  exponent: 0
@@ -150,12 +150,6 @@ const info = {
150
150
  tx_page: 'https://atomscan.com/ixo/transactions/${txHash}',
151
151
  account_page: 'https://atomscan.com/ixo/accounts/${accountAddress}'
152
152
  },
153
- {
154
- kind: 'Mintscan',
155
- url: 'https://www.mintscan.io/ixo',
156
- tx_page: 'https://www.mintscan.io/ixo/transactions/${txHash}',
157
- account_page: 'https://www.mintscan.io/ixo/accounts/${accountAddress}'
158
- },
159
153
  {
160
154
  kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
161
155
  url: 'https://explorer.whenmoonwhenlambo.money/ixo',
@@ -54,6 +54,7 @@ export * as dydx from './dydx';
54
54
  export * as dymension from './dymension';
55
55
  export * as dyson from './dyson';
56
56
  export * as echelon from './echelon';
57
+ export * as elys from './elys';
57
58
  export * as emoney from './emoney';
58
59
  export * as empowerchain from './empowerchain';
59
60
  export * as epix from './epix';
@@ -1,4 +1,33 @@
1
1
  const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'agoric',
6
+ client_id: '07-tendermint-101',
7
+ connection_id: 'connection-99'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'neutron',
11
+ client_id: '07-tendermint-148',
12
+ connection_id: 'connection-108'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-146',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-5789',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
2
31
  {
3
32
  $schema: '../ibc_data.schema.json',
4
33
  chain_1: {
@@ -123,6 +123,38 @@ const info = {
123
123
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
124
124
  }
125
125
  },
126
+ {
127
+ description: 'AXV',
128
+ extended_description: 'AXV is the Astrovault token.',
129
+ socials: {
130
+ website: 'https://astrovault.io/',
131
+ twitter: 'https://x.com/axvdex'
132
+ },
133
+ denom_units: [{
134
+ denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
135
+ exponent: 0
136
+ }, {
137
+ denom: 'AXV',
138
+ exponent: 6
139
+ }],
140
+ base: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
141
+ name: 'AXV',
142
+ display: 'AXV',
143
+ symbol: 'AXV',
144
+ logo_URIs: {
145
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
146
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
147
+ },
148
+ images: [{
149
+ image_sync: {
150
+ chain_name: 'neutron',
151
+ base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
152
+ },
153
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
154
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
155
+ }],
156
+ type_asset: 'sdk.coin'
157
+ },
126
158
  {
127
159
  description: 'uoprek',
128
160
  denom_units: [{
@@ -22094,6 +22094,43 @@ const info = {
22094
22094
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.svg',
22095
22095
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allFIL.png'
22096
22096
  }]
22097
+ },
22098
+ {
22099
+ description: 'Internet Computer bridged via Omnity Network.',
22100
+ denom_units: [{
22101
+ denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
22102
+ exponent: 0,
22103
+ aliases: ['e8s']
22104
+ }, {
22105
+ denom: 'icp',
22106
+ exponent: 8
22107
+ }],
22108
+ type_asset: 'sdk.coin',
22109
+ address: 'osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm',
22110
+ base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP',
22111
+ name: 'Internet Computer',
22112
+ display: 'icp',
22113
+ symbol: 'ICP',
22114
+ traces: [{
22115
+ type: 'bridge',
22116
+ counterparty: {
22117
+ chain_name: 'internetcomputer',
22118
+ base_denom: 'e8s'
22119
+ },
22120
+ provider: 'Omnity Network'
22121
+ }],
22122
+ logo_URIs: {
22123
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
22124
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
22125
+ },
22126
+ images: [{
22127
+ image_sync: {
22128
+ chain_name: 'internetcomputer',
22129
+ base_denom: 'e8s'
22130
+ },
22131
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.svg',
22132
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/icp.png'
22133
+ }]
22097
22134
  }
22098
22135
  ]
22099
22136
  };
@@ -232,21 +232,21 @@ const info = [
232
232
  $schema: '../../ibc_data.schema.json',
233
233
  chain_1: {
234
234
  chain_name: 'axelartestnet',
235
- client_id: '07-tendermint-767',
236
- connection_id: 'connection-581'
235
+ client_id: '07-tendermint-1047',
236
+ connection_id: 'connection-808'
237
237
  },
238
238
  chain_2: {
239
239
  chain_name: 'sagatestnet',
240
- client_id: '07-tendermint-11',
241
- connection_id: 'connection-10'
240
+ client_id: '07-tendermint-2',
241
+ connection_id: 'connection-3'
242
242
  },
243
243
  channels: [{
244
244
  chain_1: {
245
- channel_id: 'channel-370',
245
+ channel_id: 'channel-566',
246
246
  port_id: 'transfer'
247
247
  },
248
248
  chain_2: {
249
- channel_id: 'channel-9',
249
+ channel_id: 'channel-3',
250
250
  port_id: 'transfer'
251
251
  },
252
252
  ordering: 'unordered',