Commit 9165f0e
authored
Now the default behaviour for switching the chain is actually to try to add it, if it already exists, we're getting a prompt to switch to it. (#1250)
* Now the default behaviour for switching the chain is actually to try to add it, if it already exists, we're getting a prompt to switch to it.
* Removed unnecessary chain declaration
* Naming conventions and default values.
* Addressed Oleks comments
* Creating the directory if it doesn't exist
* Removed return
* Updated dependencies1 parent d13f667 commit 9165f0e
File tree
42 files changed
+246
-83
lines changed- Packages
- io.chainsafe.web3-unity.hyperplay/Runtime/Libraries
- io.chainsafe.web3-unity.lootboxes/Chainlink/Runtime/Libraries
- io.chainsafe.web3-unity.mud/Runtime/Libraries
- io.chainsafe.web3-unity.web3auth/Runtime
- WalletGUI/Scripts
- io.chainsafe.web3-unity
- Editor
- Runtime
- Libraries
- Scripts
- Model
- scripts
- src
- ChainSafe.Gaming.Reown
- Methods
- ChainSafe.Gaming.Unity.EthereumWindow
- Dto
- ChainSafe.Gaming/Web3
- Core/Chains
- Evm/Wallet
- UnitySampleProject/Assets/Samples
- web3.unity SDK Lootboxes/3.0.6/Lootboxes Samples/Scripts
- web3.unity SDK Marketplace/3.0.6/Marketplace Samples/Scripts
- web3.unity SDK/3.0.6/Web3.Unity Samples/Scenes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+246
-83
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
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: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
| |||
195 | 203 | | |
196 | 204 | | |
197 | 205 | | |
198 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
199 | 212 | | |
200 | 213 | | |
201 | 214 | | |
| |||
Binary file not shown.
0 commit comments