Skip to content

Commit 867b488

Browse files
committed
Duplicated Samples [skip ci]
1 parent 2187aef commit 867b488

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

Packages/io.chainsafe.web3-unity/Samples~/Web3.Unity/Scenes/SampleMain.unity

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,14 +1023,22 @@ PrefabInstance:
10231023
serializedVersion: 3
10241024
m_TransformParent: {fileID: 0}
10251025
m_Modifications:
1026-
- target: {fileID: 29625373239180716, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
1027-
propertyPath: initializeOnAwake
1028-
value: 1
1029-
objectReference: {fileID: 0}
1030-
- target: {fileID: 29625373239180716, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
1031-
propertyPath: rememberConnection
1026+
- target: {fileID: 5008553068369276269, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
1027+
propertyPath: providers.Array.size
10321028
value: 1
10331029
objectReference: {fileID: 0}
1030+
- target: {fileID: 5008553068369276269, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
1031+
propertyPath: providers.Array.data[0]
1032+
value:
1033+
objectReference: {fileID: 11400000, guid: cad6fa48701480044a2a6f2d9c9dae1e, type: 2}
1034+
- target: {fileID: 5008553068369276269, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
1035+
propertyPath: providers.Array.data[1]
1036+
value:
1037+
objectReference: {fileID: 11400000, guid: cad6fa48701480044a2a6f2d9c9dae1e, type: 2}
1038+
- target: {fileID: 5008553068369276269, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
1039+
propertyPath: providers.Array.data[2]
1040+
value:
1041+
objectReference: {fileID: 11400000, guid: cad6fa48701480044a2a6f2d9c9dae1e, type: 2}
10341042
- target: {fileID: 8519303782652390544, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
10351043
propertyPath: m_LocalPosition.x
10361044
value: 0
@@ -1071,16 +1079,12 @@ PrefabInstance:
10711079
propertyPath: m_LocalEulerAnglesHint.z
10721080
value: 0
10731081
objectReference: {fileID: 0}
1074-
- target: {fileID: 8854369476742677865, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
1075-
propertyPath: pollingInterval
1076-
value: 10
1077-
objectReference: {fileID: 0}
10781082
- target: {fileID: 9007579812972099230, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
10791083
propertyPath: m_Name
10801084
value: Web3Unity
10811085
objectReference: {fileID: 0}
10821086
m_RemovedComponents:
1083-
- {fileID: 0}
1087+
- {fileID: 5476790877551271816, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
10841088
m_RemovedGameObjects: []
10851089
m_AddedGameObjects: []
10861090
m_AddedComponents: []
@@ -1119,7 +1123,7 @@ RectTransform:
11191123
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
11201124
m_AnchorMin: {x: 0, y: 0}
11211125
m_AnchorMax: {x: 1, y: 1}
1122-
m_AnchoredPosition: {x: -0.000061035156, y: 0}
1126+
m_AnchoredPosition: {x: 0, y: 0}
11231127
m_SizeDelta: {x: 0, y: 0}
11241128
m_Pivot: {x: 0, y: 1}
11251129
--- !u!114 &1703188665

Packages/io.chainsafe.web3-unity/Samples~/Web3.Unity/Scripts/Samples/Erc20Sample.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public async Task<string> TotalSupply()
114114
public async Task<string> MintErc20()
115115
{
116116
var mintResponse = await Web3Unity.Web3.Erc20.MintWithReceipt(ChainSafeContracts.Erc20, valueToSend * weiPerEther);
117-
118117
return mintResponse.TransactionHash;
119118
}
120119

0 commit comments

Comments
 (0)