Skip to content

Commit fadfce9

Browse files
committed
Upgrade @web3modal/cdn to v5.0.11
1 parent 8f28543 commit fadfce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.walletconnect.web3modal/Plugins/Web3Modal.jslib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ mergeInto(LibraryManager.library, {
6969
const enableOnramp = parameters.enableOnramp;
7070

7171
// Load the scripts and initialize the configuration
72-
import("https://cdn.jsdelivr.net/npm/@web3modal/cdn@5.0.1/dist/wagmi.js").then(CDNW3M => {
72+
import("https://cdn.jsdelivr.net/npm/@web3modal/cdn@5.0.11/dist/wagmi.js").then(CDNW3M => {
7373
const WagmiCore = CDNW3M['WagmiCore'];
7474
const Chains = CDNW3M['Chains'];
7575
const Web3modal = CDNW3M['Web3modal'];

0 commit comments

Comments
 (0)