Skip to content

Commit c73bfdc

Browse files
authored
Merge pull request #10 from WalletConnect/feat/identity
feat: identity
2 parents 1a5b892 + eb9cb28 commit c73bfdc

56 files changed

Lines changed: 1976 additions & 379 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.3.2] - 2024-06-26
9+
10+
### Added
11+
12+
- Identity and balance in the account view
13+
14+
### Fixed
15+
16+
- Failing builds and runtime errors caused by WebGL code optimisation
17+
- Incorrect Ronin chain explorer URL
18+
- Warming about unnecessary zxing asmdef file
19+

Packages/com.walletconnect.web3modal/CHANGELOG.md.meta

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 8
6+
m_ObjectHideFlags: 0
7+
m_CorrespondingSourceObject: {fileID: 0}
8+
m_PrefabInstance: {fileID: 0}
9+
m_PrefabAsset: {fileID: 0}
10+
m_Name: AvatarGradientMaterial
11+
m_Shader: {fileID: 4800000, guid: 832980ba13231854d88a322b288f3685, type: 3}
12+
m_Parent: {fileID: 0}
13+
m_ModifiedSerializedProperties: 0
14+
m_ValidKeywords: []
15+
m_InvalidKeywords: []
16+
m_LightmapFlags: 4
17+
m_EnableInstancingVariants: 0
18+
m_DoubleSidedGI: 0
19+
m_CustomRenderQueue: -1
20+
stringTagMap: {}
21+
disabledShaderPasses: []
22+
m_LockedProperties:
23+
m_SavedProperties:
24+
serializedVersion: 3
25+
m_TexEnvs:
26+
- _AlphaTex:
27+
m_Texture: {fileID: 0}
28+
m_Scale: {x: 1, y: 1}
29+
m_Offset: {x: 0, y: 0}
30+
- _MainTex:
31+
m_Texture: {fileID: 0}
32+
m_Scale: {x: 1, y: 1}
33+
m_Offset: {x: 0, y: 0}
34+
- _MaskTex:
35+
m_Texture: {fileID: 0}
36+
m_Scale: {x: 1, y: 1}
37+
m_Offset: {x: 0, y: 0}
38+
- _NormalMap:
39+
m_Texture: {fileID: 0}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
m_Ints: []
43+
m_Floats:
44+
- _EnableExternalAlpha: 0
45+
m_Colors:
46+
- _Color: {r: 1, g: 1, b: 1, a: 1}
47+
- _Flip: {r: 1, g: 1, b: 1, a: 1}
48+
- _RendererColor: {r: 1, g: 1, b: 1, a: 1}
49+
m_BuildTextureStacks: []

Packages/com.walletconnect.web3modal/Resources/Fonts & Materials/AvatarGradientMaterial.mat.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)