Skip to content

Commit

Permalink
⬆️ Update erpc types again
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Aug 24, 2024
1 parent 9628c51 commit d33d8e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fair-kings-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@konfeature/erpc-config-generator": patch
---

Update erpc types for version `0.0.15`
5 changes: 4 additions & 1 deletion src/cli/utils/assertion/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import type { Config } from "../../../generatedTypes/erpcTypes";
import { checkRateLimitsDuplication, checkRateLimitsReference } from "./rateLimits";
import {
checkRateLimitsDuplication,
checkRateLimitsReference,
} from "./rateLimits";

type ConfigCheckResult = {
errors: ConfigError[];
Expand Down
2 changes: 2 additions & 0 deletions src/generatedTypes/erpcTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ export const UpstreamTypeEvm: UpstreamType = "evm";
export const UpstreamTypeEvmAlchemy: UpstreamType = "evm+alchemy";
export const UpstreamTypeEvmEnvio: UpstreamType = "evm+envio";
export const UpstreamTypeEvmPimlico: UpstreamType = "evm+pimlico";
export const UpstreamTypeEvmThirdweb: UpstreamType = "evm+thirdweb";
export const UpstreamTypeEvmEtherspot: UpstreamType = "evm+etherspot";
export type Upstream = any;

//////////
Expand Down

0 comments on commit d33d8e7

Please sign in to comment.