Skip to content

Commit

Permalink
chore: version naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Adithya Vardhan authored and Adithya Vardhan committed Oct 24, 2022
1 parent c55ea06 commit bcdea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/content-script/providers/WebBTC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class WebBTCProvider extends Provider {
throw new Error("Provider must be enabled before calling getInfo");
}
return {
version: "1.17.0",
version: "stable",
supports: ["lightning"],
methods: [
"enable",
Expand Down

0 comments on commit bcdea7c

Please sign in to comment.