We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@web3modal/cdn
1 parent 8f28543 commit fadfce9Copy full SHA for fadfce9
1 file changed
Packages/com.walletconnect.web3modal/Plugins/Web3Modal.jslib
@@ -69,7 +69,7 @@ mergeInto(LibraryManager.library, {
69
const enableOnramp = parameters.enableOnramp;
70
71
// Load the scripts and initialize the configuration
72
- import("https://cdn.jsdelivr.net/npm/@web3modal/cdn@5.0.1/dist/wagmi.js").then(CDNW3M => {
+ import("https://cdn.jsdelivr.net/npm/@web3modal/cdn@5.0.11/dist/wagmi.js").then(CDNW3M => {
73
const WagmiCore = CDNW3M['WagmiCore'];
74
const Chains = CDNW3M['Chains'];
75
const Web3modal = CDNW3M['Web3modal'];
0 commit comments