Apply pre-commit linting fixes
Fix trailing whitespace and end-of-file issues across codebase. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>helm-charts-with-caddy
parent
89db6e1e92
commit
5a1399f2b2
|
|
@ -1,2 +1 @@
|
|||
Change this file to trigger running the fixturenet-eth-test CI job
|
||||
|
||||
|
|
|
|||
|
|
@ -78,5 +78,3 @@ See the [CONTRIBUTING.md](/docs/CONTRIBUTING.md) for developer mode install.
|
|||
## Platform Support
|
||||
|
||||
Native aarm64 is _not_ currently supported. x64 emulation on ARM64 macos should work (not yet tested).
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -24,4 +24,3 @@ node-tolerations:
|
|||
value: typeb
|
||||
```
|
||||
This example denotes that the stack's pods will tolerate a taint: `nodetype=typeb`
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,3 @@ $ ./scripts/tag_new_release.sh 1 0 17
|
|||
$ ./scripts/build_shiv_package.sh
|
||||
$ ./scripts/publish_shiv_package_github.sh 1 0 17
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,3 @@ class BuildContext:
|
|||
container_build_dir: Path
|
||||
container_build_env: Mapping[str,str]
|
||||
dev_root_path: str
|
||||
|
||||
|
|
|
|||
|
|
@ -14,4 +14,3 @@ services:
|
|||
- "9090"
|
||||
- "9091"
|
||||
- "1317"
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,3 @@ services:
|
|||
- URL_NEUTRON_TEST_REST=https://rest-palvus.pion-1.ntrn.tech
|
||||
- URL_NEUTRON_TEST_RPC=https://rpc-palvus.pion-1.ntrn.tech
|
||||
- WALLET_CONNECT_ID=0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x
|
||||
|
||||
|
|
|
|||
|
|
@ -29,4 +29,3 @@
|
|||
"l1_system_config_address": "0x5531dcff39ec1ec727c4c5d2fc49835368f805a9",
|
||||
"protocol_versions_address": "0x0000000000000000000000000000000000000000"
|
||||
}
|
||||
|
||||
|
|
@ -940,4 +940,3 @@ ALTER TABLE ONLY public.state
|
|||
--
|
||||
-- PostgreSQL database dump complete
|
||||
--
|
||||
|
||||
|
|
|
|||
|
|
@ -18,4 +18,3 @@ root@7c4124bb09e3:/src#
|
|||
```
|
||||
|
||||
Now gerbil commands can be run.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,4 +5,3 @@ WORKDIR /app
|
|||
COPY . .
|
||||
|
||||
RUN yarn
|
||||
|
||||
|
|
|
|||
|
|
@ -14,4 +14,3 @@ containers:
|
|||
pods:
|
||||
- fixturenet-blast
|
||||
- foundry
|
||||
|
||||
|
|
@ -3,4 +3,3 @@
|
|||
A "loaded" version of fixturenet-eth, with all the bells and whistles enabled.
|
||||
|
||||
TODO: write me
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
# Laconic Mainnet Deployment (experimental)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue