Commit 39c277f
feat(registry)!: remove legacy registry data (#329)
* feat(registry)!: remove legacy registry data
Align the package with IBC deprecation and the latest upstream chain registry metadata.
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(registry)!: remove gas metadata
Stop exporting and bundling obsolete chain gas information from the registry package.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 96d9e1c commit 39c277f
17 files changed
Lines changed: 112 additions & 208 deletions
File tree
- .changeset
- packages/registry
- src
- chain-info/__tests__
- gas
- __tests__
- ibc
- __tests__
- networks
- __tests__
- tokens
- __tests__
- wallets
- __tests__
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
Submodule chain-registry updated 17 files
- .github/workflows/ai-assist.yml+22
- .github/workflows/ai-review.yml+26
- README.md+10-1
- assetlist.json-735
- chain_info.json+1-1
- chains.json+163-45
- gas.json+4-32
- ibc_info.json-84
- images/sei.png
- images/sei.svg+8
- schema/assetlist.json-96
- schema/chains.json+8
- schema/gas.json-21
- schema/ibc_info.json-43
- schema/validate.py+71-8
- schema/wallets.json+1-1
- wallets.json+2-23
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
29 | 43 | | |
0 commit comments