Skip to content

Commit

Permalink
chore: add update text
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Jun 13, 2024
1 parent fe5631d commit 3209fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starknet-snap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export const onInstall: OnInstallHandler = async () => {
export const onUpdate: OnUpdateHandler = async () => {
const component = panel([
text('Features released with this update:'),
text('Deprecation of the Starknet Goerli Testnet'),
text('Cairo contract upgrade support.'),
]);

await snap.request({
Expand Down

0 comments on commit 3209fe3

Please sign in to comment.