chain-registry 1.69.52 → 1.69.54

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 (83) hide show
  1. package/devnet/kyvedevnet/chain.js +5 -4
  2. package/esm/devnet/kyvedevnet/chain.js +5 -4
  3. package/esm/mainnet/aaronetwork/assets.js +34 -0
  4. package/esm/mainnet/aaronetwork/chain.js +44 -0
  5. package/esm/mainnet/aaronetwork/index.js +4 -0
  6. package/esm/mainnet/archway/assets.js +43 -0
  7. package/esm/mainnet/archway/ibc.js +29 -0
  8. package/esm/mainnet/assets.js +6 -0
  9. package/esm/mainnet/axelar/ibc.js +29 -0
  10. package/esm/mainnet/chains.js +6 -0
  11. package/esm/mainnet/chihuahua/assets.js +43 -0
  12. package/esm/mainnet/cosmoshub/ibc.js +29 -0
  13. package/esm/mainnet/ibc.js +4 -0
  14. package/esm/mainnet/injective/assets.js +43 -0
  15. package/esm/mainnet/injective/ibc.js +58 -0
  16. package/esm/mainnet/juno/assets.js +43 -0
  17. package/esm/mainnet/kopi/assets.js +395 -0
  18. package/esm/mainnet/kopi/chain.js +203 -0
  19. package/esm/mainnet/kopi/ibc.js +148 -0
  20. package/esm/mainnet/kopi/index.js +6 -0
  21. package/esm/mainnet/kyve/chain.js +14 -2
  22. package/esm/mainnet/migaloo/ibc.js +29 -0
  23. package/esm/mainnet/named.js +3 -0
  24. package/esm/mainnet/noble/ibc.js +58 -0
  25. package/esm/mainnet/osmosis/ibc.js +58 -0
  26. package/esm/mainnet/persistence/assets.js +12 -6
  27. package/esm/mainnet/synternet/chain.js +20 -6
  28. package/esm/mainnet/terra2/assets.js +43 -0
  29. package/esm/mainnet/terra2/ibc.js +29 -0
  30. package/esm/mainnet/xion/assets.js +34 -0
  31. package/esm/mainnet/xion/chain.js +125 -0
  32. package/esm/mainnet/xion/ibc.js +119 -0
  33. package/esm/mainnet/xion/index.js +6 -0
  34. package/esm/testnet/kyvetestnet/chain.js +7 -2
  35. package/esm/testnet/xiontestnet/assets.js +1 -0
  36. package/esm/testnet/xiontestnet/chain.js +22 -18
  37. package/mainnet/aaronetwork/assets.d.ts +3 -0
  38. package/mainnet/aaronetwork/assets.js +36 -0
  39. package/mainnet/aaronetwork/chain.d.ts +3 -0
  40. package/mainnet/aaronetwork/chain.js +46 -0
  41. package/mainnet/aaronetwork/index.d.ts +2 -0
  42. package/mainnet/aaronetwork/index.js +10 -0
  43. package/mainnet/archway/assets.js +43 -0
  44. package/mainnet/archway/ibc.js +29 -0
  45. package/mainnet/assets.js +6 -0
  46. package/mainnet/axelar/ibc.js +29 -0
  47. package/mainnet/chains.js +6 -0
  48. package/mainnet/chihuahua/assets.js +43 -0
  49. package/mainnet/cosmoshub/ibc.js +29 -0
  50. package/mainnet/ibc.js +4 -0
  51. package/mainnet/injective/assets.js +43 -0
  52. package/mainnet/injective/ibc.js +58 -0
  53. package/mainnet/juno/assets.js +43 -0
  54. package/mainnet/kopi/assets.d.ts +3 -0
  55. package/mainnet/kopi/assets.js +397 -0
  56. package/mainnet/kopi/chain.d.ts +3 -0
  57. package/mainnet/kopi/chain.js +205 -0
  58. package/mainnet/kopi/ibc.d.ts +3 -0
  59. package/mainnet/kopi/ibc.js +150 -0
  60. package/mainnet/kopi/index.d.ts +3 -0
  61. package/mainnet/kopi/index.js +12 -0
  62. package/mainnet/kyve/chain.js +14 -2
  63. package/mainnet/migaloo/ibc.js +29 -0
  64. package/mainnet/named.d.ts +3 -0
  65. package/mainnet/named.js +7 -4
  66. package/mainnet/noble/ibc.js +58 -0
  67. package/mainnet/osmosis/ibc.js +58 -0
  68. package/mainnet/persistence/assets.js +12 -6
  69. package/mainnet/synternet/chain.js +20 -6
  70. package/mainnet/terra2/assets.js +43 -0
  71. package/mainnet/terra2/ibc.js +29 -0
  72. package/mainnet/xion/assets.d.ts +3 -0
  73. package/mainnet/xion/assets.js +36 -0
  74. package/mainnet/xion/chain.d.ts +3 -0
  75. package/mainnet/xion/chain.js +127 -0
  76. package/mainnet/xion/ibc.d.ts +3 -0
  77. package/mainnet/xion/ibc.js +121 -0
  78. package/mainnet/xion/index.d.ts +3 -0
  79. package/mainnet/xion/index.js +12 -0
  80. package/package.json +4 -4
  81. package/testnet/kyvetestnet/chain.js +7 -2
  82. package/testnet/xiontestnet/assets.js +1 -0
  83. package/testnet/xiontestnet/chain.js +22 -18
@@ -0,0 +1,125 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'xion',
4
+ chain_id: 'xion-mainnet-1',
5
+ chain_type: 'cosmos',
6
+ pretty_name: 'Xion Mainnet',
7
+ website: 'https://burnt.com',
8
+ network_type: 'mainnet',
9
+ status: 'live',
10
+ bech32_prefix: 'xion',
11
+ daemon_name: 'xiond',
12
+ node_home: '$HOME/.xiond',
13
+ key_algos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ fee_tokens: [{
17
+ denom: 'uxion',
18
+ fixed_min_gas_price: 0.001,
19
+ low_gas_price: 0.001,
20
+ average_gas_price: 0.001,
21
+ high_gas_price: 0.01
22
+ }]
23
+ },
24
+ staking: {
25
+ staking_tokens: [{
26
+ denom: 'uxion'
27
+ }]
28
+ },
29
+ codebase: {},
30
+ apis: {
31
+ rpc: [
32
+ {
33
+ address: 'https://rpc.xion-mainnet-1.burnt.com',
34
+ provider: '🔥BurntLabs🔥'
35
+ },
36
+ {
37
+ address: 'https://xion-rpc.lavenderfive.com',
38
+ provider: 'Lavender.Five Nodes 🐝'
39
+ },
40
+ {
41
+ address: 'https://rpc-burnt.imperator.co/',
42
+ provider: 'Imperator.co'
43
+ },
44
+ {
45
+ address: 'https://xion-rpc.polkachu.com',
46
+ provider: 'Polkachu'
47
+ },
48
+ {
49
+ address: 'https://xion-mainnet-rpc.autostake.com:443',
50
+ provider: 'AutoStake 🛡️ Slash Protected'
51
+ },
52
+ {
53
+ address: 'https://xion_mainnet_rpc.chain.whenmoonwhenlambo.money',
54
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
55
+ }
56
+ ],
57
+ rest: [
58
+ {
59
+ address: 'https://api.xion-mainnet-1.burnt.com',
60
+ provider: '🔥BurntLabs🔥'
61
+ },
62
+ {
63
+ address: 'https://xion-api.lavenderfive.com',
64
+ provider: 'Lavender.Five Nodes 🐝'
65
+ },
66
+ {
67
+ address: 'https://lcd-burnt.imperator.co/',
68
+ provider: 'Imperator.co'
69
+ },
70
+ {
71
+ address: 'https://xion-api.polkachu.com',
72
+ provider: 'Polkachu'
73
+ },
74
+ {
75
+ address: 'https://xion-mainnet-lcd.autostake.com:443',
76
+ provider: 'AutoStake 🛡️ Slash Protected'
77
+ },
78
+ {
79
+ address: 'https://xion_mainnet_api.chain.whenmoonwhenlambo.money',
80
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
81
+ }
82
+ ],
83
+ grpc: [
84
+ {
85
+ address: 'grpc.xion-mainnet-1.burnt.com:443',
86
+ provider: '🔥BurntLabs🔥'
87
+ },
88
+ {
89
+ address: 'xion-grpc.lavenderfive.com:443',
90
+ provider: 'Lavender.Five Nodes 🐝'
91
+ },
92
+ {
93
+ address: 'xion-grpc.polkachu.com:22390',
94
+ provider: 'Polkachu'
95
+ },
96
+ {
97
+ address: 'xion-mainnet-grpc.autostake.com:443',
98
+ provider: 'AutoStake 🛡️ Slash Protected'
99
+ }
100
+ ]
101
+ },
102
+ explorers: [{
103
+ url: 'https://explorer.burnt.com/xion-mainnet-1',
104
+ tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
105
+ account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
106
+ }, {
107
+ kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
108
+ url: 'https://explorer.whenmoonwhenlambo.money/xion',
109
+ tx_page: 'https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}',
110
+ account_page: 'https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}'
111
+ }],
112
+ images: [{
113
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
114
+ }],
115
+ logo_URIs: {
116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
117
+ },
118
+ description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
119
+ keywords: [
120
+ 'xion',
121
+ 'burnt',
122
+ 'mainnet'
123
+ ]
124
+ };
125
+ export default info;
@@ -0,0 +1,119 @@
1
+ const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'axelar',
6
+ client_id: '07-tendermint-230',
7
+ connection_id: 'connection-221'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'xion',
11
+ client_id: '07-tendermint-3',
12
+ connection_id: 'connection-3'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-161',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-3',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
31
+ {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain_1: {
34
+ chain_name: 'injective',
35
+ client_id: '07-tendermint-279',
36
+ connection_id: 'connection-282'
37
+ },
38
+ chain_2: {
39
+ chain_name: 'xion',
40
+ client_id: '07-tendermint-4',
41
+ connection_id: 'connection-4'
42
+ },
43
+ channels: [{
44
+ chain_1: {
45
+ channel_id: 'channel-387',
46
+ port_id: 'transfer'
47
+ },
48
+ chain_2: {
49
+ channel_id: 'channel-4',
50
+ port_id: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ },
60
+ {
61
+ $schema: '../ibc_data.schema.json',
62
+ chain_1: {
63
+ chain_name: 'noble',
64
+ client_id: '07-tendermint-128',
65
+ connection_id: 'connection-124'
66
+ },
67
+ chain_2: {
68
+ chain_name: 'xion',
69
+ client_id: '07-tendermint-2',
70
+ connection_id: 'connection-2'
71
+ },
72
+ channels: [{
73
+ chain_1: {
74
+ channel_id: 'channel-113',
75
+ port_id: 'transfer'
76
+ },
77
+ chain_2: {
78
+ channel_id: 'channel-2',
79
+ port_id: 'transfer'
80
+ },
81
+ ordering: 'unordered',
82
+ version: 'ics20-1',
83
+ tags: {
84
+ status: 'live',
85
+ preferred: true
86
+ }
87
+ }]
88
+ },
89
+ {
90
+ $schema: '../ibc_data.schema.json',
91
+ chain_1: {
92
+ chain_name: 'osmosis',
93
+ client_id: '07-tendermint-3366',
94
+ connection_id: 'connection-2823'
95
+ },
96
+ chain_2: {
97
+ chain_name: 'xion',
98
+ client_id: '07-tendermint-1',
99
+ connection_id: 'connection-1'
100
+ },
101
+ channels: [{
102
+ chain_1: {
103
+ channel_id: 'channel-89321',
104
+ port_id: 'transfer'
105
+ },
106
+ chain_2: {
107
+ channel_id: 'channel-1',
108
+ port_id: 'transfer'
109
+ },
110
+ ordering: 'unordered',
111
+ version: 'ics20-1',
112
+ tags: {
113
+ status: 'live',
114
+ preferred: true
115
+ }
116
+ }]
117
+ }
118
+ ];
119
+ export default info;
@@ -0,0 +1,6 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ import _ibc from './ibc';
4
+ export const assets = _assets;
5
+ export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -29,7 +29,7 @@ const info = {
29
29
  apis: {
30
30
  rpc: [
31
31
  {
32
- address: 'https://rpc-eu-1.kaon.kyve.network',
32
+ address: 'https://rpc.kaon.kyve.network',
33
33
  provider: 'kyve'
34
34
  },
35
35
  {
@@ -43,7 +43,7 @@ const info = {
43
43
  ],
44
44
  rest: [
45
45
  {
46
- address: 'https://api-eu-1.kaon.kyve.network',
46
+ address: 'https://api.kaon.kyve.network',
47
47
  provider: 'kyve'
48
48
  },
49
49
  {
@@ -61,6 +61,11 @@ const info = {
61
61
  url: 'https://mintscan.io/kyve-testnet',
62
62
  tx_page: 'https://mintscan.io/kyve-testnet/txs/${txHash}',
63
63
  account_page: 'https://mintscan.io/kyve-testnet/account/${accountAddress}'
64
+ }, {
65
+ kind: 'KYVE Explorer',
66
+ url: 'https://explorer.kyve.network/kaon',
67
+ tx_page: 'https://explorer.kyve.network/kaon/tx/${txHash}',
68
+ account_page: 'https://explorer.kyve.network/kaon/account/${accountAddress}'
64
69
  }]
65
70
  };
66
71
  export default info;
@@ -117,6 +117,7 @@ const info = {
117
117
  name: 'Noble USDC Token',
118
118
  display: 'usdc',
119
119
  symbol: 'USDC',
120
+ coingecko_id: 'usd-coin',
120
121
  traces: [{
121
122
  type: 'ibc',
122
123
  counterparty: {
@@ -15,10 +15,10 @@ const info = {
15
15
  fees: {
16
16
  fee_tokens: [{
17
17
  denom: 'uxion',
18
- fixed_min_gas_price: 0,
19
- low_gas_price: 0,
20
- average_gas_price: 0.025,
21
- high_gas_price: 0.04
18
+ fixed_min_gas_price: 0.001,
19
+ low_gas_price: 0.001,
20
+ average_gas_price: 0.001,
21
+ high_gas_price: 0.01
22
22
  }]
23
23
  },
24
24
  staking: {
@@ -29,13 +29,17 @@ const info = {
29
29
  codebase: {},
30
30
  apis: {
31
31
  rpc: [
32
+ {
33
+ address: 'https://rpc.xion-testnet-1.burnt.com',
34
+ provider: '🔥BurntLabs🔥'
35
+ },
32
36
  {
33
37
  address: 'https://testnet-burnt-rpc.lavenderfive.com',
34
38
  provider: 'Lavender.Five Nodes 🐝'
35
39
  },
36
40
  {
37
41
  address: 'https://xion-testnet-rpc.polkachu.com',
38
- provider: 'polkachu'
42
+ provider: 'Polkachu'
39
43
  },
40
44
  {
41
45
  address: 'https://burnt-testnet-rpc.itrocket.net',
@@ -43,13 +47,17 @@ const info = {
43
47
  }
44
48
  ],
45
49
  rest: [
50
+ {
51
+ address: 'https://api.xion-testnet-1.burnt.com',
52
+ provider: '🔥BurntLabs🔥'
53
+ },
46
54
  {
47
55
  address: 'https://testnet-burnt-api.lavenderfive.com',
48
56
  provider: 'Lavender.Five Nodes 🐝'
49
57
  },
50
58
  {
51
59
  address: 'https://xion-testnet-api.polkachu.com',
52
- provider: 'polkachu'
60
+ provider: 'Polkachu'
53
61
  },
54
62
  {
55
63
  address: 'https://burnt-testnet-api.itrocket.net',
@@ -57,13 +65,17 @@ const info = {
57
65
  }
58
66
  ],
59
67
  grpc: [
68
+ {
69
+ address: 'grpc.xion-testnet-1.burnt.com:443',
70
+ provider: '🔥BurntLabs🔥'
71
+ },
60
72
  {
61
73
  address: 'testnet-burnt-grpc.lavenderfive.com:443',
62
74
  provider: 'Lavender.Five Nodes 🐝'
63
75
  },
64
76
  {
65
77
  address: 'xion-testnet-grpc.polkachu.com:22390',
66
- provider: 'polkachu'
78
+ provider: 'Polkachu'
67
79
  },
68
80
  {
69
81
  address: 'burnt-testnet-grpc.itrocket.net:443',
@@ -71,24 +83,16 @@ const info = {
71
83
  }
72
84
  ]
73
85
  },
74
- explorers: [
75
- {
86
+ explorers: [{
76
87
  url: 'https://explorer.burnt.com/xion-testnet-1',
77
88
  tx_page: 'https://explorer.burnt.com/xion-testnet-1/tx/${txHash}',
78
89
  account_page: 'https://explorer.burnt.com/xion-testnet-1/account/${accountAddress}'
79
- },
80
- {
81
- url: 'https://testnet.xion.explorers.guru',
82
- tx_page: 'https://testnet.xion.explorers.guru/transaction/${txHash}',
83
- account_page: 'https://testnet.xion.explorers.guru/account/${accountAddress}'
84
- },
85
- {
90
+ }, {
86
91
  kind: 'ITRocket',
87
92
  url: 'https://testnet.itrocket.net/burnt',
88
93
  tx_page: 'https://testnet.itrocket.net/burnt/tx/${txHash}',
89
94
  account_page: 'https://testnet.itrocket.net/burnt/account/${accountAddress}'
90
- }
91
- ],
95
+ }],
92
96
  images: [{
93
97
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
94
98
  }],
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chain_name: 'aaronetwork',
6
+ assets: [{
7
+ description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
8
+ extended_description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently. One of our key tools is address scoring. This blockchain-based solution helps users assess the reliability of those they interact with. You’ll be able to better understand who is on the other end of your communication, making interactions on Aaron Network safer and more trustworthy.',
9
+ denom_units: [{
10
+ denom: 'uaaron',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'AARON',
14
+ exponent: 6
15
+ }],
16
+ base: 'uaaron',
17
+ name: 'Aaron Network',
18
+ display: 'AARON',
19
+ symbol: 'AARON',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
22
+ },
23
+ socials: {
24
+ website: 'https://aaronetwork.xyz',
25
+ twitter: 'https://x.com/aaronetwork'
26
+ },
27
+ images: [{
28
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
29
+ theme: {
30
+ circle: false
31
+ }
32
+ }],
33
+ type_asset: 'sdk.coin'
34
+ }]
35
+ };
36
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chain_name: 'aaronetwork',
6
+ status: 'live',
7
+ network_type: 'mainnet',
8
+ chain_type: 'cosmos',
9
+ website: 'https://aaronetwork.xyz',
10
+ pretty_name: 'Aaron Network',
11
+ chain_id: 'aaronetwork',
12
+ bech32_prefix: 'aaron',
13
+ slip44: 118,
14
+ fees: {
15
+ fee_tokens: [{
16
+ denom: 'uaaron',
17
+ fixed_min_gas_price: 0,
18
+ low_gas_price: 0,
19
+ average_gas_price: 0,
20
+ high_gas_price: 0.001
21
+ }]
22
+ },
23
+ staking: {
24
+ staking_tokens: [{
25
+ denom: 'uaaron'
26
+ }]
27
+ },
28
+ codebase: {},
29
+ apis: {
30
+ rpc: [{
31
+ address: 'https://mainnet-rpc.aaronetwork.xyz',
32
+ provider: 'Aaron Network Foundation'
33
+ }],
34
+ rest: [{
35
+ address: 'https://mainnet-api.aaronetwork.xyz',
36
+ provider: 'Aaron Network Foundation'
37
+ }]
38
+ },
39
+ explorers: [{
40
+ kind: 'Aaron Network',
41
+ url: 'https://explorer.aaronetwork.xyz',
42
+ tx_page: 'https://explorer.aaronetwork.xyz/hash/${txHash}',
43
+ account_page: 'https://explorer.aaronetwork.xyz/address/${accountAddress}'
44
+ }]
45
+ };
46
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.chain = exports.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assets = assets_1.default;
10
+ exports.chain = chain_1.default;
@@ -344,6 +344,49 @@ const info = {
344
344
  primary_color_hex: '#000000'
345
345
  }
346
346
  }]
347
+ },
348
+ {
349
+ description: 'The native token of Migaloo Chain',
350
+ denom_units: [{
351
+ denom: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
352
+ exponent: 0,
353
+ aliases: ['uwhale']
354
+ }, {
355
+ denom: 'whale',
356
+ exponent: 6
357
+ }],
358
+ type_asset: 'ics20',
359
+ base: 'ibc/3F882513A0CCD1C4110ACB7C6C761AC7B48974C9D2D439CD6F652F9B44362518',
360
+ name: 'Migaloo',
361
+ display: 'whale',
362
+ symbol: 'WHALE',
363
+ traces: [{
364
+ type: 'ibc',
365
+ counterparty: {
366
+ chain_name: 'migaloo',
367
+ base_denom: 'uwhale',
368
+ channel_id: 'channel-141'
369
+ },
370
+ chain: {
371
+ channel_id: 'channel-184',
372
+ path: 'transfer/channel-184/uwhale'
373
+ }
374
+ }],
375
+ logo_URIs: {
376
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
377
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
378
+ },
379
+ images: [{
380
+ image_sync: {
381
+ chain_name: 'migaloo',
382
+ base_denom: 'uwhale'
383
+ },
384
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
385
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
386
+ theme: {
387
+ primary_color_hex: '#1c1c1c'
388
+ }
389
+ }]
347
390
  }
348
391
  ]
349
392
  };
@@ -473,6 +473,35 @@ const info = [
473
473
  }
474
474
  }]
475
475
  },
476
+ {
477
+ $schema: '../ibc_data.schema.json',
478
+ chain_1: {
479
+ chain_name: 'archway',
480
+ client_id: '07-tendermint-119',
481
+ connection_id: 'connection-114'
482
+ },
483
+ chain_2: {
484
+ chain_name: 'migaloo',
485
+ client_id: '07-tendermint-138',
486
+ connection_id: 'connection-108'
487
+ },
488
+ channels: [{
489
+ chain_1: {
490
+ channel_id: 'channel-184',
491
+ port_id: 'transfer'
492
+ },
493
+ chain_2: {
494
+ channel_id: 'channel-141',
495
+ port_id: 'transfer'
496
+ },
497
+ ordering: 'unordered',
498
+ version: 'ics20-1',
499
+ tags: {
500
+ status: 'live',
501
+ preferred: true
502
+ }
503
+ }]
504
+ },
476
505
  {
477
506
  $schema: '../ibc_data.schema.json',
478
507
  chain_1: {
package/mainnet/assets.js CHANGED
@@ -28,6 +28,7 @@ const _rootstock = __importStar(require("./rootstock"));
28
28
  const _solana = __importStar(require("./solana"));
29
29
  const _ton = __importStar(require("./ton"));
30
30
  const _tron = __importStar(require("./tron"));
31
+ const _aaronetwork = __importStar(require("./aaronetwork"));
31
32
  const _acrechain = __importStar(require("./acrechain"));
32
33
  const _agoric = __importStar(require("./agoric"));
33
34
  const _aioz = __importStar(require("./aioz"));
@@ -111,6 +112,7 @@ const _kava = __importStar(require("./kava"));
111
112
  const _kichain = __importStar(require("./kichain"));
112
113
  const _kimanetwork = __importStar(require("./kimanetwork"));
113
114
  const _konstellation = __importStar(require("./konstellation"));
115
+ const _kopi = __importStar(require("./kopi"));
114
116
  const _kujira = __importStar(require("./kujira"));
115
117
  const _kyve = __importStar(require("./kyve"));
116
118
  const _lambda = __importStar(require("./lambda"));
@@ -206,6 +208,7 @@ const _unicorn = __importStar(require("./unicorn"));
206
208
  const _unification = __importStar(require("./unification"));
207
209
  const _ununifi = __importStar(require("./ununifi"));
208
210
  const _uptick = __importStar(require("./uptick"));
211
+ const _xion = __importStar(require("./xion"));
209
212
  const _xpla = __importStar(require("./xpla"));
210
213
  const _zetachain = __importStar(require("./zetachain"));
211
214
  const assets = [
@@ -214,6 +217,7 @@ const assets = [
214
217
  _solana.assets,
215
218
  _ton.assets,
216
219
  _tron.assets,
220
+ _aaronetwork.assets,
217
221
  _acrechain.assets,
218
222
  _agoric.assets,
219
223
  _aioz.assets,
@@ -297,6 +301,7 @@ const assets = [
297
301
  _kichain.assets,
298
302
  _kimanetwork.assets,
299
303
  _konstellation.assets,
304
+ _kopi.assets,
300
305
  _kujira.assets,
301
306
  _kyve.assets,
302
307
  _lambda.assets,
@@ -392,6 +397,7 @@ const assets = [
392
397
  _unification.assets,
393
398
  _ununifi.assets,
394
399
  _uptick.assets,
400
+ _xion.assets,
395
401
  _xpla.assets,
396
402
  _zetachain.assets
397
403
  ];
@@ -1240,6 +1240,35 @@ const info = [
1240
1240
  status: 'live'
1241
1241
  }
1242
1242
  }]
1243
+ },
1244
+ {
1245
+ $schema: '../ibc_data.schema.json',
1246
+ chain_1: {
1247
+ chain_name: 'axelar',
1248
+ client_id: '07-tendermint-230',
1249
+ connection_id: 'connection-221'
1250
+ },
1251
+ chain_2: {
1252
+ chain_name: 'xion',
1253
+ client_id: '07-tendermint-3',
1254
+ connection_id: 'connection-3'
1255
+ },
1256
+ channels: [{
1257
+ chain_1: {
1258
+ channel_id: 'channel-161',
1259
+ port_id: 'transfer'
1260
+ },
1261
+ chain_2: {
1262
+ channel_id: 'channel-3',
1263
+ port_id: 'transfer'
1264
+ },
1265
+ ordering: 'unordered',
1266
+ version: 'ics20-1',
1267
+ tags: {
1268
+ status: 'live',
1269
+ preferred: true
1270
+ }
1271
+ }]
1243
1272
  }
1244
1273
  ];
1245
1274
  exports.default = info;