Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
51624df
ci(deps): bump WalletConnect/actions
dependabot[bot] Oct 20, 2025
7da335d
Merge pull request #219 from reown-com/dependabot/github_actions/deve…
skibitsky Oct 20, 2025
f556748
chore: remove all Waku protocol references
devin-ai-integration[bot] Oct 24, 2025
0ff56d0
Merge pull request #220 from reown-com/devin/1761293522-remove-waku-m…
skibitsky Oct 24, 2025
8cd0489
chore: bump appkit-cdn to 1.8.11
devin-ai-integration[bot] Oct 24, 2025
8669a62
Merge pull request #221 from reown-com/devin/appkit-cdn-1.8.11-176132…
skibitsky Oct 27, 2025
859f1e9
ci(deps): bump actions/upload-artifact from 4 to 5
dependabot[bot] Oct 27, 2025
0a0abbf
ci(deps): bump actions/download-artifact from 5 to 6
dependabot[bot] Oct 27, 2025
321bfde
Merge pull request #223 from reown-com/dependabot/github_actions/deve…
skibitsky Oct 27, 2025
3dead1d
Merge pull request #222 from reown-com/dependabot/github_actions/deve…
skibitsky Oct 27, 2025
6b96b76
chore: update API endpoints from api.web3modal.com to api.reown.com
devin-ai-integration[bot] Oct 28, 2025
3fcdabf
Merge pull request #225 from reown-com/devin/1761637744-update-api-en…
skibitsky Oct 28, 2025
cb1a334
ci(deps): bump WalletConnect/actions
dependabot[bot] Nov 3, 2025
3443ecc
Merge pull request #226 from reown-com/dependabot/github_actions/deve…
skibitsky Nov 3, 2025
c45631a
chore: bump appkit-cdn to 1.8.13
devin-ai-integration[bot] Nov 4, 2025
5a2a6e6
Merge pull request #227 from reown-com/devin/1762254513-bump-appkit-c…
skibitsky Nov 5, 2025
6fefb00
ci(deps): bump WalletConnect/actions
dependabot[bot] Nov 10, 2025
c39195e
Merge pull request #228 from reown-com/dependabot/github_actions/deve…
skibitsky Nov 10, 2025
5df9226
ci(deps): bump game-ci/unity-builder from 4.7.0 to 4.8.1
dependabot[bot] Nov 24, 2025
49bc7fe
ci(deps): bump actions/checkout from 5 to 6
dependabot[bot] Nov 24, 2025
86aeb4e
deps: Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1
dependabot[bot] Nov 24, 2025
37c87f4
Merge pull request #229 from reown-com/dependabot/github_actions/deve…
skibitsky Nov 24, 2025
90346ba
Merge pull request #231 from reown-com/dependabot/nuget/develop/Micro…
skibitsky Nov 27, 2025
e49cf04
Merge pull request #230 from reown-com/dependabot/github_actions/deve…
skibitsky Nov 27, 2025
ea4b91a
ci(deps): bump WalletConnect/actions
dependabot[bot] Dec 1, 2025
7882e37
Merge pull request #232 from reown-com/dependabot/github_actions/deve…
skibitsky Dec 1, 2025
91ffe4b
Fix shader error in avatar gradient generation
skibitsky Dec 1, 2025
22e6379
Fallback for failing avatar generation
skibitsky Dec 2, 2025
44492b0
Fix focus point in fallback avatar generation
skibitsky Dec 2, 2025
8de6adb
Version bump
skibitsky Dec 2, 2025
5a886ce
Merge pull request #233 from reown-com/chore/unity-6-3
skibitsky Dec 2, 2025
354c00c
Sync Unity Package Versions
github-actions[bot] Dec 2, 2025
a45c84f
Merge pull request #234 from reown-com/chore/version-bump
skibitsky Dec 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/claude-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: Claude Review
uses: WalletConnect/actions/claude/auto-review@974cce051b8452198a144e0e6c4df4d2328a132c
uses: WalletConnect/actions/claude/auto-review@dcfaa4e5f22b1c6f371a3d670f162cba4d221738
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
project_context: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Run tests
uses: ./.github/actions/test-dotnet
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup .NET
uses: actions/setup-dotnet@v5
Expand All @@ -47,7 +47,7 @@ jobs:
run: dotnet nuget push "*.nupkg" --api-key "$NUGET_API_KEY" --source https://api.nuget.org/v3/index.json

- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: build-artifacts
path: |
Expand All @@ -60,7 +60,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
java-version: 17
distribution: "zulu" # Alternative distribution options are available.
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Cache SonarQube Cloud packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-unity-package-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/unity-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- WebGL # WebGL.
steps:
- uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/cache@v4
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
restore-keys: Library-
- uses: game-ci/unity-builder@d58755728721f9161882dc79ea5818bb2f3ad64e # v4.5
- uses: game-ci/unity-builder@1d4ee0697f193f54668e98961d79907911f4b4f2 # v4.5
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand All @@ -45,7 +45,7 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }}
customParameters: ${{ matrix.targetPlatform != 'WebGL' && '-Development' || '' }} -mixpanelToken ${{ secrets.MIXPANEL_TOKEN }} -sentryToken ${{ secrets.SENTRY_TOKEN }}
buildMethod: UnityBuilderAction.Builder.BuildProject
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: Build-${{ matrix.targetPlatform }}
path: Builds/${{ matrix.targetPlatform }}
Expand All @@ -68,7 +68,7 @@ jobs:
- playmode
- editmode
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
lfs: true
- uses: actions/cache@v4
Expand All @@ -92,7 +92,7 @@ jobs:
artifactsPath: ${{ matrix.testMode }}-artifacts
githubToken: ${{ secrets.GITHUB_TOKEN }}
checkName: ${{ matrix.testMode }} Test Results
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
if: always()
with:
name: Test results for ${{ matrix.testMode }}
Expand All @@ -105,11 +105,11 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Download WebGL Build Artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: Build-WebGL
path: Builds/WebGL
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageVersion Include="NUnit" Version="3.5.0" />
<PackageVersion Include="Websocket.Client" Version="5.1.2" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5">
<PrivateAssets>all</PrivateAssets>
Expand Down
42 changes: 21 additions & 21 deletions sample/Reown.AppKit.Unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.reown.sign.nethereum.unity": "1.5.1",
"com.reown.sign.unity": "1.5.1",
"com.reown.core": "1.5.1",
"com.reown.unity.dependencies": "1.5.1",
"com.reown.sign.nethereum.unity": "1.5.2",
"com.reown.sign.unity": "1.5.2",
"com.reown.core": "1.5.2",
"com.reown.unity.dependencies": "1.5.2",
"com.unity.vectorgraphics": "2.0.0-preview.24"
}
},
Expand All @@ -52,11 +52,11 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.reown.core.common": "1.5.1",
"com.reown.core.network": "1.5.1",
"com.reown.core.storage": "1.5.1",
"com.reown.core.crypto": "1.5.1",
"com.reown.unity.dependencies": "1.5.1"
"com.reown.core.common": "1.5.2",
"com.reown.core.network": "1.5.2",
"com.reown.core.storage": "1.5.2",
"com.reown.core.crypto": "1.5.2",
"com.reown.unity.dependencies": "1.5.2"
}
},
"com.reown.core.common": {
Expand All @@ -72,42 +72,42 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.reown.core.common": "1.5.1",
"com.reown.core.network": "1.5.1",
"com.reown.core.storage": "1.5.1",
"com.reown.unity.dependencies": "1.5.1"
"com.reown.core.common": "1.5.2",
"com.reown.core.network": "1.5.2",
"com.reown.core.storage": "1.5.2",
"com.reown.unity.dependencies": "1.5.2"
}
},
"com.reown.core.network": {
"version": "file:./../../../src/Reown.Core.Network",
"depth": 0,
"source": "local",
"dependencies": {
"com.reown.core.common": "1.5.1"
"com.reown.core.common": "1.5.2"
}
},
"com.reown.core.storage": {
"version": "file:./../../../src/Reown.Core.Storage",
"depth": 0,
"source": "local",
"dependencies": {
"com.reown.core.common": "1.5.1"
"com.reown.core.common": "1.5.2"
}
},
"com.reown.sign": {
"version": "file:./../../../src/Reown.Sign",
"depth": 0,
"source": "local",
"dependencies": {
"com.reown.core": "1.5.1"
"com.reown.core": "1.5.2"
}
},
"com.reown.sign.nethereum": {
"version": "file:./../../../src/Reown.Sign.Nethereum",
"depth": 0,
"source": "local",
"dependencies": {
"com.reown.sign": "1.5.1",
"com.reown.sign": "1.5.2",
"com.nethereum.unity": "5.0.0"
}
},
Expand All @@ -116,8 +116,8 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.reown.sign.nethereum": "1.5.1",
"com.reown.sign.unity": "1.5.1"
"com.reown.sign.nethereum": "1.5.2",
"com.reown.sign.unity": "1.5.2"
}
},
"com.reown.sign.unity": {
Expand All @@ -126,7 +126,7 @@
"source": "local",
"dependencies": {
"com.unity.modules.androidjni": "1.0.0",
"com.reown.sign": "1.5.1"
"com.reown.sign": "1.5.2"
}
},
"com.reown.unity.dependencies": {
Expand All @@ -142,7 +142,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.reown.sign": "1.5.1"
"com.reown.sign": "1.5.2"
}
},
"com.skibitsky.scene-reference": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ PlayerSettings:
loadStoreDebugModeEnabled: 0
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 1.5.1
bundleVersion: 1.5.2
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<DefaultVersion>1.5.1</DefaultVersion>
<DefaultVersion>1.5.2</DefaultVersion>
<DefaultTargetFrameworks>net7.0;net8.0;netstandard2.1;</DefaultTargetFrameworks>
<Copyright>reown inc.</Copyright>
<PackageProjectUrl>https://reown.com/</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Reown.AppKit.Solana.Unity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.reown.appkit.solana.unity",
"version": "1.5.1",
"version": "1.5.2",
"displayName": "Reown.AppKit.Solana.Unity",
"description": "Reown AppKit adapter for Solana.Unity-SDK",
"unity": "2022.3",
Expand All @@ -12,7 +12,7 @@
"solana"
],
"dependencies": {
"com.reown.appkit.unity": "1.5.1",
"com.reown.appkit.unity": "1.5.2",
"com.solana.unity_sdk": "1.2.9"
}
}
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 @@ -109,7 +109,7 @@ mergeInto(LibraryManager.library, {
const featuredWalletIds = parameters.featuredWalletIds;

// Load the scripts and initialize the configuration
import("https://cdn.jsdelivr.net/npm/@reown/[email protected].10/dist/appkit.js").then(async (AppKit) => {
import("https://cdn.jsdelivr.net/npm/@reown/[email protected].13/dist/appkit.js").then(async (AppKit) => {
const WagmiCore = AppKit['WagmiCore'];
const WagmiAdapter = AppKit['WagmiAdapter'];
const Viem = AppKit['Viem'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Material:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: AvatarGradientMaterial
m_Shader: {fileID: 4800000, guid: 832980ba13231854d88a322b288f3685, type: 3}
m_Shader: {fileID: 4800000, guid: f611291a53e244688a9730bd6278d55c, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
Expand All @@ -23,28 +23,14 @@ Material:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _AlphaTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MaskTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _EnableExternalAlpha: 0
m_Floats: []
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _Flip: {r: 1, g: 1, b: 1, a: 1}
- _RendererColor: {r: 1, g: 1, b: 1, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1
2 changes: 1 addition & 1 deletion src/Reown.AppKit.Unity/Runtime/AppKit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Reown.AppKit.Unity
public abstract class AppKit : MonoBehaviour
{
[VersionMarker]
public const string Version = "unity-appkit-v1.5.1";
public const string Version = "unity-appkit-v1.5.2";

// ---------------------------------------------------------------------
// Singleton
Expand Down
4 changes: 2 additions & 2 deletions src/Reown.AppKit.Unity/Runtime/Chain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public BlockExplorer(string name, string url)

public static class ChainConstants
{
internal const string ChainImageUrl = "https://api.web3modal.com/public/getAssetImage";
internal const string ChainImageUrl = "https://api.reown.com/public/getAssetImage";

public static class Namespaces
{
Expand Down Expand Up @@ -408,4 +408,4 @@ public static class Chains
};
}
}
}
}
4 changes: 2 additions & 2 deletions src/Reown.AppKit.Unity/Runtime/Controllers/ApiController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Reown.AppKit.Unity
{
public class ApiController
{
private const string BasePath = "https://api.web3modal.com/";
private const string BasePath = "https://api.reown.com/";
private const int TimoutSeconds = 5;

private readonly Lazy<string> _includedWalletIdsString = new(() => AppKit.Config.includedWalletIds is { Length: > 0 }
Expand Down Expand Up @@ -95,4 +95,4 @@ public class ApiGetAnalyticsConfigResponse
[JsonProperty("isAppKitAuthEnabled")]
public bool IsAppKitAuthEnabled { get; set; }
}
}
}
4 changes: 2 additions & 2 deletions src/Reown.AppKit.Unity/Runtime/Model/AppKitApi/Wallet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Wallet

public RemoteSprite<Image> Image
{
get => RemoteSpriteFactory.GetRemoteSprite<Image>(ImageUrl ?? $"https://api.web3modal.com/getWalletImage/{ImageId}");
get => RemoteSpriteFactory.GetRemoteSprite<Image>(ImageUrl ?? $"https://api.reown.com/getWalletImage/{ImageId}");
}
}
}
}
Loading
Loading