Skip to content

Commit

Permalink
feat: flag Civic as an EVM stamp (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina authored Oct 15, 2024
1 parent 62468fe commit 8b6ca4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/src/Civic/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Hyperlink } from "../utils/Hyperlink";
export class CivicPlatform extends Platform {
platformId = "Civic";
path = "Civic";
isEVM = true;

constructor(options: PlatformOptions = {}) {
super();
Expand Down

0 comments on commit 8b6ca4f

Please sign in to comment.