Commit 96d9e1c
feat!: limit Sei chain support to mainnet and testnet (#328)
* feat(precompiles): export Sei chain definitions
Expose canonical Viem mainnet and testnet chains plus a stable devnet definition through the package's public entrypoints.
Co-authored-by: Cursor <cursoragent@cursor.com>
* feat!: remove Sei devnet support
Limit public chain configuration to mainnet and testnet, and update Viem to the supported baseline.
Co-authored-by: Cursor <cursoragent@cursor.com>
* fix: harden supported network configuration
Mark the Viem peer-floor change as major and derive registry filtering from the shared chain ID map.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 29311bc commit 96d9e1c
37 files changed
Lines changed: 211 additions & 224 deletions
File tree
- .changeset
- packages
- create-sei/templates/next-template
- src
- app/development
- components/providers
- mcp-server
- src
- core
- server
- tests
- core
- server
- precompiles
- src/viem
- __tests__
- registry
- src
- chain-info
- __tests__
- gas
- __tests__
- ibc
- __tests__
- networks
- __tests__
- tokens
- __tests__
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
| |||
Lines changed: 0 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 14 | | |
34 | 15 | | |
35 | 16 | | |
| |||
56 | 37 | | |
57 | 38 | | |
58 | 39 | | |
59 | | - | |
60 | | - | |
61 | 40 | | |
62 | 41 | | |
63 | 42 | | |
| |||
73 | 52 | | |
74 | 53 | | |
75 | 54 | | |
76 | | - | |
77 | 55 | | |
78 | 56 | | |
79 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
0 commit comments