Skip to content

Commit

Permalink
Duplicated Samples [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kantagara committed Jan 16, 2025
1 parent 5c907e4 commit 9466b3a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1023,14 +1023,22 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 29625373239180716, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
propertyPath: initializeOnAwake
value: 1
objectReference: {fileID: 0}
- target: {fileID: 29625373239180716, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
propertyPath: rememberConnection
- target: {fileID: 5008553068369276269, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
propertyPath: providers.Array.size
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5008553068369276269, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
propertyPath: providers.Array.data[0]
value:
objectReference: {fileID: 11400000, guid: cad6fa48701480044a2a6f2d9c9dae1e, type: 2}
- target: {fileID: 5008553068369276269, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
propertyPath: providers.Array.data[1]
value:
objectReference: {fileID: 11400000, guid: cad6fa48701480044a2a6f2d9c9dae1e, type: 2}
- target: {fileID: 5008553068369276269, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
propertyPath: providers.Array.data[2]
value:
objectReference: {fileID: 11400000, guid: cad6fa48701480044a2a6f2d9c9dae1e, type: 2}
- target: {fileID: 8519303782652390544, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
propertyPath: m_LocalPosition.x
value: 0
Expand Down Expand Up @@ -1071,16 +1079,12 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8854369476742677865, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
propertyPath: pollingInterval
value: 10
objectReference: {fileID: 0}
- target: {fileID: 9007579812972099230, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
propertyPath: m_Name
value: Web3Unity
objectReference: {fileID: 0}
m_RemovedComponents:
- {fileID: 0}
- {fileID: 5476790877551271816, guid: 6d183a51c0030794a8ff3fea5dbd6423, type: 3}
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
Expand Down Expand Up @@ -1119,7 +1123,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -0.000061035156, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0, y: 1}
--- !u!114 &1703188665
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public async Task<string> TotalSupply()
public async Task<string> MintErc20()
{
var mintResponse = await Web3Unity.Web3.Erc20.MintWithReceipt(ChainSafeContracts.Erc20, valueToSend * weiPerEther);

return mintResponse.TransactionHash;
}

Expand Down

0 comments on commit 9466b3a

Please # to comment.