Skip to content

Commit

Permalink
Upgrade AppKit CDN to v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
skibitsky committed Feb 5, 2025
1 parent ff8853e commit 4c55935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reown.AppKit.Unity/Plugins/AppKit.jslib
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mergeInto(LibraryManager.library, {
const enableAnalytics = parameters.enableAnalytics;

// Load the scripts and initialize the configuration
import("https://cdn.jsdelivr.net/npm/@reown/[email protected].4/dist/appkit.js").then(AppKit => {
import("https://cdn.jsdelivr.net/npm/@reown/[email protected].5/dist/appkit.js").then(AppKit => {
const WagmiCore = AppKit['WagmiCore'];
const WagmiAdapter = AppKit['WagmiAdapter'];
const Chains = AppKit['networks'];
Expand Down

0 comments on commit 4c55935

Please sign in to comment.