chain-registry 1.69.171 → 1.69.173

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 (54) hide show
  1. package/esm/mainnet/cosmoshub/ibc.js +1 -1
  2. package/esm/mainnet/dungeon/ibc.js +8 -158
  3. package/esm/mainnet/kyve/ibc.js +29 -0
  4. package/esm/mainnet/migaloo/assets.js +2 -2
  5. package/esm/mainnet/migaloo/ibc.js +1 -1
  6. package/esm/mainnet/neutron/ibc.js +1 -1
  7. package/esm/mainnet/osmosis/assets.js +106 -7
  8. package/esm/mainnet/osmosis/ibc.js +30 -0
  9. package/esm/mainnet/stride/ibc.js +1 -1
  10. package/esm/mainnet/terra2/assets.js +2 -2
  11. package/esm/mainnet/terra2/ibc.js +1 -1
  12. package/esm/mainnet/xion/assets.js +305 -5
  13. package/esm/mainnet/xion/ibc.js +29 -0
  14. package/esm/testnet/assets.js +0 -2
  15. package/esm/testnet/babylontestnet/assets.js +29 -0
  16. package/esm/testnet/chains.js +0 -2
  17. package/esm/testnet/ibc.js +0 -2
  18. package/esm/testnet/named.js +0 -1
  19. package/esm/testnet/xiontestnet2/assets.js +7 -0
  20. package/esm/testnet/xiontestnet2/chain.js +64 -8
  21. package/mainnet/cosmoshub/ibc.js +1 -1
  22. package/mainnet/dungeon/ibc.js +8 -158
  23. package/mainnet/kyve/ibc.js +29 -0
  24. package/mainnet/migaloo/assets.js +2 -2
  25. package/mainnet/migaloo/ibc.js +1 -1
  26. package/mainnet/neutron/ibc.js +1 -1
  27. package/mainnet/osmosis/assets.js +106 -7
  28. package/mainnet/osmosis/ibc.js +30 -0
  29. package/mainnet/stride/ibc.js +1 -1
  30. package/mainnet/terra2/assets.js +2 -2
  31. package/mainnet/terra2/ibc.js +1 -1
  32. package/mainnet/xion/assets.js +305 -5
  33. package/mainnet/xion/ibc.js +29 -0
  34. package/package.json +4 -4
  35. package/testnet/assets.js +0 -2
  36. package/testnet/babylontestnet/assets.js +29 -0
  37. package/testnet/chains.js +0 -2
  38. package/testnet/ibc.js +0 -2
  39. package/testnet/named.d.ts +0 -1
  40. package/testnet/named.js +1 -2
  41. package/testnet/xiontestnet2/assets.js +7 -0
  42. package/testnet/xiontestnet2/chain.js +64 -8
  43. package/esm/testnet/xiontestnet/assets.js +0 -194
  44. package/esm/testnet/xiontestnet/chain.js +0 -159
  45. package/esm/testnet/xiontestnet/ibc.js +0 -116
  46. package/esm/testnet/xiontestnet/index.js +0 -6
  47. package/testnet/xiontestnet/assets.d.ts +0 -3
  48. package/testnet/xiontestnet/assets.js +0 -196
  49. package/testnet/xiontestnet/chain.d.ts +0 -3
  50. package/testnet/xiontestnet/chain.js +0 -161
  51. package/testnet/xiontestnet/ibc.d.ts +0 -3
  52. package/testnet/xiontestnet/ibc.js +0 -118
  53. package/testnet/xiontestnet/index.d.ts +0 -3
  54. package/testnet/xiontestnet/index.js +0 -12
@@ -1,161 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = {
4
- $schema: '../../chain.schema.json',
5
- chain_name: 'xiontestnet',
6
- chain_type: 'cosmos',
7
- chain_id: 'xion-testnet-1',
8
- pretty_name: 'Xion Testnet 1',
9
- website: 'https://xion.burnt.com',
10
- status: 'live',
11
- network_type: 'testnet',
12
- bech32_prefix: 'xion',
13
- bech32_config: {
14
- bech32PrefixAccAddr: 'xion',
15
- bech32PrefixAccPub: 'xionpub',
16
- bech32PrefixValAddr: 'xionvaloper',
17
- bech32PrefixValPub: 'xionvaloperpub',
18
- bech32PrefixConsAddr: 'xionvalcons',
19
- bech32PrefixConsPub: 'xionvalconspub'
20
- },
21
- daemon_name: 'xiond',
22
- node_home: '$HOME/.xiond',
23
- key_algos: ['secp256k1'],
24
- slip44: 118,
25
- fees: {
26
- fee_tokens: [{
27
- denom: 'uxion',
28
- fixed_min_gas_price: 0.001,
29
- low_gas_price: 0.001,
30
- average_gas_price: 0.001,
31
- high_gas_price: 0.01
32
- }]
33
- },
34
- staking: {
35
- staking_tokens: [{
36
- denom: 'uxion'
37
- }]
38
- },
39
- codebase: {
40
- git_repo: 'https://github.com/burnt-labs/xion',
41
- tag: 'v17.1.0',
42
- recommended_version: 'v17.1.0',
43
- language: {
44
- type: 'go',
45
- version: 'v1.23'
46
- },
47
- binaries: {
48
- "darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517',
49
- "darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608',
50
- "linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230',
51
- "linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17'
52
- },
53
- sdk: {
54
- type: 'cosmos',
55
- version: 'v0.50.13'
56
- },
57
- consensus: {
58
- type: 'cometbft',
59
- version: 'v0.38.17'
60
- },
61
- cosmwasm: {
62
- version: 'v0.54.0',
63
- enabled: true
64
- },
65
- ibc: {
66
- type: 'go',
67
- version: 'v8.7.0'
68
- },
69
- genesis: {
70
- genesis_url: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/main/testnets/xion-testnet-1/genesis.json'
71
- }
72
- },
73
- apis: {
74
- rpc: [
75
- {
76
- address: 'https://rpc.xion-testnet-1.burnt.com:443',
77
- provider: '🔥BurntLabs🔥'
78
- },
79
- {
80
- address: 'https://testnet-burnt-rpc.lavenderfive.com:443',
81
- provider: 'Lavender.Five Nodes 🐝'
82
- },
83
- {
84
- address: 'https://xion-testnet-rpc.polkachu.com:443',
85
- provider: 'Polkachu'
86
- },
87
- {
88
- address: 'https://burnt-testnet-rpc.itrocket.net:443',
89
- provider: 'ITRocket'
90
- }
91
- ],
92
- rest: [
93
- {
94
- address: 'https://api.xion-testnet-1.burnt.com',
95
- provider: '🔥BurntLabs🔥'
96
- },
97
- {
98
- address: 'https://testnet-burnt-api.lavenderfive.com',
99
- provider: 'Lavender.Five Nodes 🐝'
100
- },
101
- {
102
- address: 'https://xion-testnet-api.polkachu.com',
103
- provider: 'Polkachu'
104
- },
105
- {
106
- address: 'https://burnt-testnet-api.itrocket.net',
107
- provider: 'ITRocket'
108
- }
109
- ],
110
- grpc: [
111
- {
112
- address: 'grpc.xion-testnet-1.burnt.com:443',
113
- provider: '🔥BurntLabs🔥'
114
- },
115
- {
116
- address: 'testnet-burnt-grpc.lavenderfive.com:443',
117
- provider: 'Lavender.Five Nodes 🐝'
118
- },
119
- {
120
- address: 'xion-testnet-grpc.polkachu.com:22390',
121
- provider: 'Polkachu'
122
- },
123
- {
124
- address: 'burnt-testnet-grpc.itrocket.net:443',
125
- provider: 'ITRocket'
126
- }
127
- ]
128
- },
129
- explorers: [
130
- {
131
- url: 'https://explorer.burnt.com/xion-testnet-1',
132
- tx_page: 'https://explorer.burnt.com/xion-testnet-1/tx/${txHash}',
133
- account_page: 'https://explorer.burnt.com/xion-testnet-1/account/${accountAddress}'
134
- },
135
- {
136
- kind: 'ITRocket',
137
- url: 'https://testnet.itrocket.net/burnt',
138
- tx_page: 'https://testnet.itrocket.net/burnt/tx/${txHash}',
139
- account_page: 'https://testnet.itrocket.net/burnt/account/${accountAddress}'
140
- },
141
- {
142
- kind: 'Nodes.Guru',
143
- url: 'https://testnet.xion.explorers.guru',
144
- tx_page: 'https://testnet.xion.explorers.guru/transactions/${txHash}',
145
- account_page: 'https://testnet.xion.explorers.guru//account/${accountAddress}'
146
- }
147
- ],
148
- images: [{
149
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
150
- }],
151
- logo_URIs: {
152
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
153
- },
154
- description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
155
- keywords: [
156
- 'xion',
157
- 'burnt',
158
- 'testnet'
159
- ]
160
- };
161
- exports.default = info;
@@ -1,3 +0,0 @@
1
- import { IBCInfo } from '@chain-registry/types';
2
- declare const info: IBCInfo[];
3
- export default info;
@@ -1,118 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = [
4
- {
5
- $schema: '../../ibc_data.schema.json',
6
- chain_1: {
7
- chain_name: 'axelartestnet',
8
- client_id: '07-tendermint-970',
9
- connection_id: 'connection-752'
10
- },
11
- chain_2: {
12
- chain_name: 'xiontestnet',
13
- client_id: '07-tendermint-127',
14
- connection_id: 'connection-64'
15
- },
16
- channels: [{
17
- chain_1: {
18
- channel_id: 'channel-521',
19
- port_id: 'transfer'
20
- },
21
- chain_2: {
22
- channel_id: 'channel-225057',
23
- port_id: 'transfer'
24
- },
25
- ordering: 'unordered',
26
- version: 'ics20-1',
27
- tags: {
28
- status: 'live'
29
- }
30
- }]
31
- },
32
- {
33
- $schema: '../../ibc_data.schema.json',
34
- chain_1: {
35
- chain_name: 'injectivetestnet',
36
- client_id: '07-tendermint-239',
37
- connection_id: 'connection-220'
38
- },
39
- chain_2: {
40
- chain_name: 'xiontestnet',
41
- client_id: '07-tendermint-119',
42
- connection_id: 'connection-55'
43
- },
44
- channels: [{
45
- chain_1: {
46
- channel_id: 'channel-489',
47
- port_id: 'transfer'
48
- },
49
- chain_2: {
50
- channel_id: 'channel-487',
51
- port_id: 'transfer'
52
- },
53
- ordering: 'unordered',
54
- version: 'ics20-1',
55
- tags: {
56
- status: 'live',
57
- preferred: true
58
- }
59
- }]
60
- },
61
- {
62
- $schema: '../../ibc_data.schema.json',
63
- chain_1: {
64
- chain_name: 'nobletestnet',
65
- client_id: '07-tendermint-224',
66
- connection_id: 'connection-176'
67
- },
68
- chain_2: {
69
- chain_name: 'xiontestnet',
70
- client_id: '07-tendermint-120',
71
- connection_id: 'connection-56'
72
- },
73
- channels: [{
74
- chain_1: {
75
- channel_id: 'channel-147',
76
- port_id: 'transfer'
77
- },
78
- chain_2: {
79
- channel_id: 'channel-489',
80
- port_id: 'transfer'
81
- },
82
- ordering: 'unordered',
83
- version: 'ics20-1',
84
- tags: {
85
- status: 'live'
86
- }
87
- }]
88
- },
89
- {
90
- $schema: '../../ibc_data.schema.json',
91
- chain_1: {
92
- chain_name: 'osmosistestnet',
93
- client_id: '07-tendermint-3125',
94
- connection_id: 'connection-2826'
95
- },
96
- chain_2: {
97
- chain_name: 'xiontestnet',
98
- client_id: '07-tendermint-121',
99
- connection_id: 'connection-57'
100
- },
101
- channels: [{
102
- chain_1: {
103
- channel_id: 'channel-6668',
104
- port_id: 'transfer'
105
- },
106
- chain_2: {
107
- channel_id: 'channel-490',
108
- port_id: 'transfer'
109
- },
110
- ordering: 'unordered',
111
- version: 'ics20-1',
112
- tags: {
113
- status: 'live'
114
- }
115
- }]
116
- }
117
- ];
118
- exports.default = info;
@@ -1,3 +0,0 @@
1
- export declare const assets: import("@chain-registry/types").AssetList;
2
- export declare const chain: import("@chain-registry/types").Chain;
3
- export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -1,12 +0,0 @@
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.ibc = exports.chain = exports.assets = void 0;
7
- const assets_1 = __importDefault(require("./assets"));
8
- const chain_1 = __importDefault(require("./chain"));
9
- const ibc_1 = __importDefault(require("./ibc"));
10
- exports.assets = assets_1.default;
11
- exports.chain = chain_1.default;
12
- exports.ibc = ibc_1.default;