@chain-registry/osmosis 0.4.4 → 0.5.0

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.
package/module/chain.js CHANGED
@@ -1,261 +1,262 @@
1
- export default {
2
- "$schema": "../chain.schema.json",
3
- "chain_name": "osmosis",
4
- "status": "live",
5
- "network_type": "mainnet",
6
- "updatelink": "https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json",
7
- "pretty_name": "Osmosis",
8
- "chain_id": "osmosis-1",
9
- "bech32_prefix": "osmo",
10
- "daemon_name": "osmosisd",
11
- "node_home": "$HOME/.osmosisd",
12
- "genesis": {
13
- "genesis_url": "https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json"
1
+ const chain = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'osmosis',
4
+ status: 'live',
5
+ network_type: 'mainnet',
6
+ updatelink: 'https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json',
7
+ pretty_name: 'Osmosis',
8
+ chain_id: 'osmosis-1',
9
+ bech32_prefix: 'osmo',
10
+ daemon_name: 'osmosisd',
11
+ node_home: '$HOME/.osmosisd',
12
+ genesis: {
13
+ genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
14
14
  },
15
- "key_algos": ["secp256k1"],
16
- "slip44": 118,
17
- "fees": {
18
- "fee_tokens": [{
19
- "denom": "uosmo",
20
- "fixed_min_gas_price": 0,
21
- "low_gas_price": 0,
22
- "average_gas_price": 0.025,
23
- "high_gas_price": 0.04
15
+ key_algos: ['secp256k1'],
16
+ slip44: 118,
17
+ fees: {
18
+ fee_tokens: [{
19
+ denom: 'uosmo',
20
+ fixed_min_gas_price: 0,
21
+ low_gas_price: 0,
22
+ average_gas_price: 0.025,
23
+ high_gas_price: 0.04
24
24
  }]
25
25
  },
26
- "staking": {
27
- "staking_tokens": [{
28
- "denom": "uosmo"
26
+ staking: {
27
+ staking_tokens: [{
28
+ denom: 'uosmo'
29
29
  }]
30
30
  },
31
- "codebase": {
32
- "git_repo": "https://github.com/osmosis-labs/osmosis",
33
- "recommended_version": "v11.0.0",
34
- "compatible_versions": ["v11.0.0"],
35
- "binaries": {
36
- "linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-amd64",
37
- "linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-arm64"
31
+ codebase: {
32
+ git_repo: 'https://github.com/osmosis-labs/osmosis',
33
+ recommended_version: 'v11.0.0',
34
+ compatible_versions: ['v11.0.0'],
35
+ binaries: {
36
+ 'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-amd64',
37
+ 'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-arm64'
38
38
  },
39
- "cosmos_sdk_version": "0.45",
40
- "tendermint_version": "0.34",
41
- "cosmwasm_version": "0.24",
42
- "cosmwasm_enabled": true
39
+ cosmos_sdk_version: '0.45',
40
+ tendermint_version: '0.34',
41
+ cosmwasm_version: '0.24',
42
+ cosmwasm_enabled: true
43
43
  },
44
- "peers": {
45
- "seeds": [{
46
- "id": "83adaa38d1c15450056050fd4c9763fcc7e02e2c",
47
- "address": "ec2-44-234-84-104.us-west-2.compute.amazonaws.com:26656",
48
- "provider": "notional"
49
- }, {
50
- "id": "23142ab5d94ad7fa3433a889dcd3c6bb6d5f247d",
51
- "address": "95.217.193.163:26656",
52
- "provider": "notional"
53
- }, {
54
- "id": "f82d1a360dc92d4e74fdc2c8e32f4239e59aebdf",
55
- "address": "95.217.121.243:26656",
56
- "provider": "notional"
57
- }, {
58
- "id": "e437756a853061cc6f1639c2ac997d9f7e84be67",
59
- "address": "144.76.183.180:26656",
60
- "provider": "notional"
61
- }, {
62
- "id": "f515a8599b40f0e84dfad935ba414674ab11a668",
63
- "address": "osmosis.blockpane.com:26656",
64
- "provider": "blockpane"
65
- }, {
66
- "id": "7c66126b64cd66bafd9ccfc721f068df451d31a3",
67
- "address": "osmosis-seed.sunshinevalidation.io:9393",
68
- "provider": "sunshine-validation"
44
+ peers: {
45
+ seeds: [{
46
+ id: '83adaa38d1c15450056050fd4c9763fcc7e02e2c',
47
+ address: 'ec2-44-234-84-104.us-west-2.compute.amazonaws.com:26656',
48
+ provider: 'notional'
49
+ }, {
50
+ id: '23142ab5d94ad7fa3433a889dcd3c6bb6d5f247d',
51
+ address: '95.217.193.163:26656',
52
+ provider: 'notional'
53
+ }, {
54
+ id: 'f82d1a360dc92d4e74fdc2c8e32f4239e59aebdf',
55
+ address: '95.217.121.243:26656',
56
+ provider: 'notional'
57
+ }, {
58
+ id: 'e437756a853061cc6f1639c2ac997d9f7e84be67',
59
+ address: '144.76.183.180:26656',
60
+ provider: 'notional'
61
+ }, {
62
+ id: 'f515a8599b40f0e84dfad935ba414674ab11a668',
63
+ address: 'osmosis.blockpane.com:26656',
64
+ provider: 'blockpane'
65
+ }, {
66
+ id: '7c66126b64cd66bafd9ccfc721f068df451d31a3',
67
+ address: 'osmosis-seed.sunshinevalidation.io:9393',
68
+ provider: 'sunshine-validation'
69
69
  }],
70
- "persistent_peers": [{
71
- "id": "b63e1e588e8feb7e4a4adf0f2542d755e606d3f1",
72
- "address": "5.9.105.113:26656",
73
- "provider": "WhisperNode 🤐"
74
- }, {
75
- "id": "8f67a2fcdd7ade970b1983bf1697111d35dfdd6f",
76
- "address": "52.79.199.137:26656",
77
- "provider": "cosmostation"
78
- }, {
79
- "id": "00c328a33578466c711874ec5ee7ada75951f99a",
80
- "address": "35.82.201.64:26656",
81
- "provider": "cosmostation"
82
- }, {
83
- "id": "cfb6f2d686014135d4a6034aa6645abd0020cac6",
84
- "address": "52.79.88.57:26656",
85
- "provider": "cosmostation"
86
- }, {
87
- "id": "8d9967d5f865c68f6fe2630c0f725b0363554e77",
88
- "address": "134.255.252.173:26656",
89
- "provider": "divecrypto"
90
- }, {
91
- "id": "785bc83577e3980545bac051de8f57a9fd82695f",
92
- "address": "194.233.164.146:26656",
93
- "provider": "forbole"
94
- }, {
95
- "id": "778fdedf6effe996f039f22901a3360bc838b52e",
96
- "address": "161.97.187.189:36657",
97
- "provider": "kalpatech"
98
- }, {
99
- "id": "64d36f3a186a113c02db0cf7c588c7c85d946b5b",
100
- "address": "209.97.132.170:26656",
101
- "provider": "solidstake"
102
- }, {
103
- "id": "4d9ac3510d9f5cfc975a28eb2a7b8da866f7bc47",
104
- "address": "37.187.38.191:26656",
105
- "provider": "stakelab"
106
- }, {
107
- "id": "2115945f074ddb038de5d835e287fa03e32f0628",
108
- "address": "95.217.43.85:26656",
109
- "provider": "stakerspace"
110
- }, {
111
- "id": "bf2c480eff178d2647ba1adfeee8ced568fe752c",
112
- "address": "91.65.128.44:26656",
113
- "provider": "stakerus"
114
- }, {
115
- "id": "2f9c16151400d8516b0f58c030b3595be20b804c",
116
- "address": "37.120.245.167:26656",
117
- "provider": "syncnode"
118
- }, {
119
- "id": "bada684070727cb3dda430bcc79b329e93399665",
120
- "address": "173.212.240.91:26656",
121
- "provider": "qf3l3k"
122
- }, {
123
- "id": "3fea02d121cb24503d5fbc53216a527257a9ab55",
124
- "address": "143.198.145.208:26656",
125
- "provider": "witval"
126
- }, {
127
- "id": "7de029fa5e9c1f39557c0e3523c1ae0b07c58be0",
128
- "address": "78.141.219.223:26656",
129
- "provider": "artifactstaking"
130
- }, {
131
- "id": "7024d1ca024d5e33e7dc1dcb5ed08349768220b9",
132
- "address": "134.122.42.20:26656",
133
- "provider": "figment"
134
- }, {
135
- "id": "d326ad6dffa7763853982f334022944259b4e7f4",
136
- "address": "143.110.212.33:26656",
137
- "provider": "figment"
138
- }, {
139
- "id": "e7916387e05acd53d1b8c0f842c13def365c7bb6",
140
- "address": "176.9.64.212:26666",
141
- "provider": "medusanode"
142
- }, {
143
- "id": "55eea69c21b46000c1594d8b4a448563b075d9e3",
144
- "address": "34.107.19.235:26656",
145
- "provider": "binaryholdings"
146
- }, {
147
- "id": "9faf468b90a3b2b85ffd88645a15b3715f68bb0b",
148
- "address": "195.201.122.100:26656",
149
- "provider": "chainflow"
150
- }, {
151
- "id": "ffc82412c0261a94df122b9cc0ce1de81da5246b",
152
- "address": "15.222.240.16:26656",
153
- "provider": "cephalopod"
154
- }, {
155
- "id": "5b90a530464885fd28c31f698c81694d0b4a1982",
156
- "address": "35.183.238.70:26656",
157
- "provider": "cephalopod"
158
- }, {
159
- "id": "7b6689cb18d625bbc069aa99d9d5521293db442c",
160
- "address": "51.158.97.192:26656",
161
- "provider": "mp20"
162
- }, {
163
- "id": "fda06dcebe2acd17857a6c9e9a7b365da3771ceb",
164
- "address": "52.206.252.176:26656",
165
- "provider": "stargaze"
166
- }, {
167
- "id": "8d9fd90a009e4b6e9572bf9a84b532a366790a1d",
168
- "address": "193.26.156.221:26656",
169
- "provider": "validatus"
170
- }, {
171
- "id": "44a760a66071dae257c5c044be604219bfc3510c",
172
- "address": "49.12.35.177:36656",
173
- "provider": "in3s.com"
70
+ persistent_peers: [{
71
+ id: 'b63e1e588e8feb7e4a4adf0f2542d755e606d3f1',
72
+ address: '5.9.105.113:26656',
73
+ provider: 'WhisperNode 🤐'
74
+ }, {
75
+ id: '8f67a2fcdd7ade970b1983bf1697111d35dfdd6f',
76
+ address: '52.79.199.137:26656',
77
+ provider: 'cosmostation'
78
+ }, {
79
+ id: '00c328a33578466c711874ec5ee7ada75951f99a',
80
+ address: '35.82.201.64:26656',
81
+ provider: 'cosmostation'
82
+ }, {
83
+ id: 'cfb6f2d686014135d4a6034aa6645abd0020cac6',
84
+ address: '52.79.88.57:26656',
85
+ provider: 'cosmostation'
86
+ }, {
87
+ id: '8d9967d5f865c68f6fe2630c0f725b0363554e77',
88
+ address: '134.255.252.173:26656',
89
+ provider: 'divecrypto'
90
+ }, {
91
+ id: '785bc83577e3980545bac051de8f57a9fd82695f',
92
+ address: '194.233.164.146:26656',
93
+ provider: 'forbole'
94
+ }, {
95
+ id: '778fdedf6effe996f039f22901a3360bc838b52e',
96
+ address: '161.97.187.189:36657',
97
+ provider: 'kalpatech'
98
+ }, {
99
+ id: '64d36f3a186a113c02db0cf7c588c7c85d946b5b',
100
+ address: '209.97.132.170:26656',
101
+ provider: 'solidstake'
102
+ }, {
103
+ id: '4d9ac3510d9f5cfc975a28eb2a7b8da866f7bc47',
104
+ address: '37.187.38.191:26656',
105
+ provider: 'stakelab'
106
+ }, {
107
+ id: '2115945f074ddb038de5d835e287fa03e32f0628',
108
+ address: '95.217.43.85:26656',
109
+ provider: 'stakerspace'
110
+ }, {
111
+ id: 'bf2c480eff178d2647ba1adfeee8ced568fe752c',
112
+ address: '91.65.128.44:26656',
113
+ provider: 'stakerus'
114
+ }, {
115
+ id: '2f9c16151400d8516b0f58c030b3595be20b804c',
116
+ address: '37.120.245.167:26656',
117
+ provider: 'syncnode'
118
+ }, {
119
+ id: 'bada684070727cb3dda430bcc79b329e93399665',
120
+ address: '173.212.240.91:26656',
121
+ provider: 'qf3l3k'
122
+ }, {
123
+ id: '3fea02d121cb24503d5fbc53216a527257a9ab55',
124
+ address: '143.198.145.208:26656',
125
+ provider: 'witval'
126
+ }, {
127
+ id: '7de029fa5e9c1f39557c0e3523c1ae0b07c58be0',
128
+ address: '78.141.219.223:26656',
129
+ provider: 'artifactstaking'
130
+ }, {
131
+ id: '7024d1ca024d5e33e7dc1dcb5ed08349768220b9',
132
+ address: '134.122.42.20:26656',
133
+ provider: 'figment'
134
+ }, {
135
+ id: 'd326ad6dffa7763853982f334022944259b4e7f4',
136
+ address: '143.110.212.33:26656',
137
+ provider: 'figment'
138
+ }, {
139
+ id: 'e7916387e05acd53d1b8c0f842c13def365c7bb6',
140
+ address: '176.9.64.212:26666',
141
+ provider: 'medusanode'
142
+ }, {
143
+ id: '55eea69c21b46000c1594d8b4a448563b075d9e3',
144
+ address: '34.107.19.235:26656',
145
+ provider: 'binaryholdings'
146
+ }, {
147
+ id: '9faf468b90a3b2b85ffd88645a15b3715f68bb0b',
148
+ address: '195.201.122.100:26656',
149
+ provider: 'chainflow'
150
+ }, {
151
+ id: 'ffc82412c0261a94df122b9cc0ce1de81da5246b',
152
+ address: '15.222.240.16:26656',
153
+ provider: 'cephalopod'
154
+ }, {
155
+ id: '5b90a530464885fd28c31f698c81694d0b4a1982',
156
+ address: '35.183.238.70:26656',
157
+ provider: 'cephalopod'
158
+ }, {
159
+ id: '7b6689cb18d625bbc069aa99d9d5521293db442c',
160
+ address: '51.158.97.192:26656',
161
+ provider: 'mp20'
162
+ }, {
163
+ id: 'fda06dcebe2acd17857a6c9e9a7b365da3771ceb',
164
+ address: '52.206.252.176:26656',
165
+ provider: 'stargaze'
166
+ }, {
167
+ id: '8d9fd90a009e4b6e9572bf9a84b532a366790a1d',
168
+ address: '193.26.156.221:26656',
169
+ provider: 'validatus'
170
+ }, {
171
+ id: '44a760a66071dae257c5c044be604219bfc3510c',
172
+ address: '49.12.35.177:36656',
173
+ provider: 'in3s.com'
174
174
  }]
175
175
  },
176
- "apis": {
177
- "rpc": [{
178
- "address": "https://osmosis-rpc.quickapi.com:443",
179
- "provider": "Chainlayer"
176
+ apis: {
177
+ rpc: [{
178
+ address: 'https://osmosis-rpc.quickapi.com:443',
179
+ provider: 'Chainlayer'
180
180
  }, {
181
- "address": "https://rpc-osmosis.whispernode.com",
182
- "provider": "WhisperNode 🤐"
181
+ address: 'https://rpc-osmosis.whispernode.com',
182
+ provider: 'WhisperNode 🤐'
183
183
  }, {
184
- "address": "https://osmosis.validator.network/",
185
- "provider": "validatornetwork"
184
+ address: 'https://osmosis.validator.network/',
185
+ provider: 'validatornetwork'
186
186
  }, {
187
- "address": "https://rpc-osmosis.blockapsis.com",
188
- "provider": "chainapsis"
187
+ address: 'https://rpc-osmosis.blockapsis.com',
188
+ provider: 'chainapsis'
189
189
  }, {
190
- "address": "https://rpc-osmosis.ecostake.com",
191
- "provider": "ecostake"
190
+ address: 'https://rpc-osmosis.ecostake.com',
191
+ provider: 'ecostake'
192
192
  }, {
193
- "address": "https://osmosis-rpc.polkachu.com",
194
- "provider": "Polkachu"
193
+ address: 'https://osmosis-rpc.polkachu.com',
194
+ provider: 'Polkachu'
195
195
  }, {
196
- "address": "https://rpc-osmosis-ia.notional.ventures/",
197
- "provider": "Notional"
196
+ address: 'https://rpc-osmosis-ia.notional.ventures/',
197
+ provider: 'Notional'
198
198
  }, {
199
- "address": "https://rpc.osmosis.zone/",
200
- "provider": "Osmosis Foundation"
199
+ address: 'https://rpc.osmosis.zone/',
200
+ provider: 'Osmosis Foundation'
201
201
  }, {
202
- "address": "https://rpc.osmosis.interbloc.org",
203
- "provider": "Interbloc"
202
+ address: 'https://rpc.osmosis.interbloc.org',
203
+ provider: 'Interbloc'
204
204
  }],
205
- "rest": [{
206
- "address": "https://osmosis-lcd.quickapi.com:443",
207
- "provider": "Chainlayer"
205
+ rest: [{
206
+ address: 'https://osmosis-lcd.quickapi.com:443',
207
+ provider: 'Chainlayer'
208
208
  }, {
209
- "address": "https://lcd-osmosis.whispernode.com",
210
- "provider": "WhisperNode 🤐"
209
+ address: 'https://lcd-osmosis.whispernode.com',
210
+ provider: 'WhisperNode 🤐'
211
211
  }, {
212
- "address": "https://lcd-osmosis.blockapsis.com",
213
- "provider": "chainapsis"
212
+ address: 'https://lcd-osmosis.blockapsis.com',
213
+ provider: 'chainapsis'
214
214
  }, {
215
- "address": "https://rest-osmosis.ecostake.com",
216
- "provider": "ecostake"
215
+ address: 'https://rest-osmosis.ecostake.com',
216
+ provider: 'ecostake'
217
217
  }, {
218
- "address": "https://api-osmosis-ia.notional.ventures/",
219
- "provider": "Notional"
218
+ address: 'https://api-osmosis-ia.notional.ventures/',
219
+ provider: 'Notional'
220
220
  }, {
221
- "address": "https://lcd.osmosis.zone/",
222
- "provider": "Osmosis Foundation"
221
+ address: 'https://lcd.osmosis.zone/',
222
+ provider: 'Osmosis Foundation'
223
223
  }, {
224
- "address": "https://api.osmosis.interbloc.org",
225
- "provider": "Interbloc"
224
+ address: 'https://api.osmosis.interbloc.org',
225
+ provider: 'Interbloc'
226
226
  }, {
227
- "address": "https://osmosis.stakesystems.io/",
228
- "provider": "stakesystems"
227
+ address: 'https://osmosis.stakesystems.io/',
228
+ provider: 'stakesystems'
229
229
  }],
230
- "grpc": [{
231
- "address": "osmosis.strange.love:9090",
232
- "provider": "strangelove"
230
+ grpc: [{
231
+ address: 'osmosis.strange.love:9090',
232
+ provider: 'strangelove'
233
233
  }, {
234
- "address": "grpc-osmosis-ia.notional.ventures:443",
235
- "provider": "Notional"
234
+ address: 'grpc-osmosis-ia.notional.ventures:443',
235
+ provider: 'Notional'
236
236
  }]
237
237
  },
238
- "explorers": [{
239
- "kind": "mintscan",
240
- "url": "https://www.mintscan.io/osmosis",
241
- "tx_page": "https://www.mintscan.io/osmosis/txs/${txHash}",
242
- "account_page": "https://www.mintscan.io/osmosis/account/${accountAddress}"
238
+ explorers: [{
239
+ kind: 'mintscan',
240
+ url: 'https://www.mintscan.io/osmosis',
241
+ tx_page: 'https://www.mintscan.io/osmosis/txs/${txHash}',
242
+ account_page: 'https://www.mintscan.io/osmosis/account/${accountAddress}'
243
243
  }, {
244
- "kind": "ping.pub",
245
- "url": "https://ping.pub/osmosis",
246
- "tx_page": "https://ping.pub/osmosis/tx/${txHash}"
244
+ kind: 'ping.pub',
245
+ url: 'https://ping.pub/osmosis',
246
+ tx_page: 'https://ping.pub/osmosis/tx/${txHash}'
247
247
  }, {
248
- "kind": "explorers.guru",
249
- "url": "https://osmosis.explorers.guru",
250
- "tx_page": "https://osmosis.explorers.guru/transaction/${txHash}",
251
- "account_page": "https://osmosis.explorers.guru/transaction/${accountAddress}"
248
+ kind: 'explorers.guru',
249
+ url: 'https://osmosis.explorers.guru',
250
+ tx_page: 'https://osmosis.explorers.guru/transaction/${txHash}',
251
+ account_page: 'https://osmosis.explorers.guru/transaction/${accountAddress}'
252
252
  }, {
253
- "kind": "atomscan",
254
- "url": "https://atomscan.com/osmosis",
255
- "tx_page": "https://atomscan.com/osmosis/transactions/${txHash}"
253
+ kind: 'atomscan',
254
+ url: 'https://atomscan.com/osmosis',
255
+ tx_page: 'https://atomscan.com/osmosis/transactions/${txHash}'
256
256
  }],
257
- "logo_URIs": {
258
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png"
257
+ logo_URIs: {
258
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png'
259
259
  },
260
- "keywords": ["dex"]
261
- };
260
+ keywords: ['dex']
261
+ };
262
+ export default chain;
@@ -1,4 +1,4 @@
1
- export default [{
1
+ const ibc_assets = {
2
2
  "chain_name": "osmosis",
3
3
  "assets": [{
4
4
  "description": "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
@@ -3320,4 +3320,5 @@ export default [{
3320
3320
  }
3321
3321
  }
3322
3322
  }]
3323
- }];
3323
+ };
3324
+ export default ibc_assets;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "0.4.4",
3
+ "version": "0.5.0",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -23,7 +23,7 @@
23
23
  "build": "npm run build:module && npm run build:main",
24
24
  "build:ts": "tsc --project ./tsconfig.json",
25
25
  "buidl": "npm run build && npm run build:ts",
26
- "make": "babel-node ./scripts/build.js",
26
+ "build:pkg": "babel-node ./scripts/build.js",
27
27
  "prepare": "npm run build",
28
28
  "lint": "eslint --ext .ts,.tsx,.js .",
29
29
  "format": "eslint --fix . --ext .ts,.tsx,.js",
@@ -60,7 +60,7 @@
60
60
  "babel-core": "7.0.0-bridge.0",
61
61
  "babel-jest": "28.1.1",
62
62
  "babel-watch": "^7.0.0",
63
- "chain-registry": "^0.5.1",
63
+ "chain-registry": "^0.6.0",
64
64
  "cross-env": "^7.0.2",
65
65
  "eslint": "8.20.0",
66
66
  "eslint-config-prettier": "^8.5.0",
@@ -75,7 +75,8 @@
75
75
  "typescript": "^4.7.3"
76
76
  },
77
77
  "dependencies": {
78
- "@babel/runtime": "^7.18.3"
78
+ "@babel/runtime": "^7.18.3",
79
+ "@chain-registry/types": "^0.4.0"
79
80
  },
80
- "gitHead": "40c695dcdf0207d24ad17b0e702cacd69fdd3fcc"
81
+ "gitHead": "e32116855a11fe78b01e1d22ab31671ca7315343"
81
82
  }
package/types/assets.d.ts CHANGED
@@ -1,28 +1,3 @@
1
- declare const _exports: {
2
- $schema: string;
3
- chain_name: string;
4
- assets: {
5
- description: string;
6
- denom_units: (
7
- | {
8
- denom: string;
9
- exponent: number;
10
- }
11
- | {
12
- denom: string;
13
- exponent: number;
14
- aliases: string[];
15
- }
16
- )[];
17
- base: string;
18
- name: string;
19
- display: string;
20
- symbol: string;
21
- logo_URIs: {
22
- svg: string;
23
- png: string;
24
- };
25
- coingecko_id: string;
26
- };
27
- };
28
- export = _exports;
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;
package/types/chain.d.ts CHANGED
@@ -1,61 +1,3 @@
1
- declare const _exports: {
2
- $schema: string;
3
- chain_name: string;
4
- status: string;
5
- network_type: string;
6
- pretty_name: string;
7
- chain_id: string;
8
- bech32_prefix: string;
9
- daemon_name: string;
10
- node_home: string;
11
- genesis: {
12
- genesis_url: string;
13
- };
14
- slip44: number;
15
- fees?: {
16
- fee_tokens: {
17
- denom: string;
18
- fixed_min_gas_price?: number;
19
- low_gas_price?: number;
20
- average_gas_price?: number;
21
- high_gas_price?: number;
22
- }[];
23
- };
24
- staking?: {
25
- staking_tokens: {
26
- denom: string;
27
- }[];
28
- };
29
- explorers: {
30
- kind: string;
31
- url: string;
32
- tx_page: string;
33
- }[];
34
- codebase: {
35
- git_repo: string;
36
- recommended_version: string;
37
- compatible_versions: string[];
38
- };
39
- peers: {
40
- seeds: any[];
41
- persistent_peers: {
42
- id: string;
43
- address: string;
44
- }[];
45
- };
46
- apis: {
47
- rpc: {
48
- address: string;
49
- provider?: string;
50
- }[];
51
- rest: {
52
- address: string;
53
- provider?: string;
54
- }[];
55
- grpc: {
56
- address: string;
57
- provider?: string;
58
- }[];
59
- };
60
- };
61
- export = _exports;
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const chain: Chain;
3
+ export default chain;