-
Notifications
You must be signed in to change notification settings - Fork 4
/
unitest.tscn
46 lines (37 loc) · 1.53 KB
/
unitest.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[gd_scene load_steps=8 format=3 uid="uid://biyptoci8rfi7"]
[ext_resource type="Script" path="res://keccak_wrapper_unit_test.gd" id="1_kyujt"]
[ext_resource type="Script" path="res://secp256k1_wrapper_unit_test.gd" id="2_qiyr0"]
[ext_resource type="Script" path="res://big_int_unit_test.gd" id="3_k8ri3"]
[ext_resource type="Script" path="res://legacy_tx_unit_test.gd" id="4_4c6t5"]
[ext_resource type="Script" path="res://jsonrpc_unit_test.gd" id="5_pxvwt"]
[ext_resource type="Script" path="res://eth_abi_wrapper_unit_test.gd" id="5_wxdp5"]
[ext_resource type="Script" path="res://abihelper_unit_test.gd" id="7_msykw"]
[node name="Node2D" type="Node2D"]
[node name="Secp256k1WrapperUnitTest" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
script = ExtResource("1_kyujt")
[node name="KeccakWrapperUnitTest" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
script = ExtResource("2_qiyr0")
[node name="BigIntUnitTest" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
script = ExtResource("3_k8ri3")
[node name="LegacyTxUnitTest" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
script = ExtResource("4_4c6t5")
[node name="JsonrpcUnitTest" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
script = ExtResource("5_pxvwt")
[node name="ABIUnitTest2" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
script = ExtResource("5_wxdp5")
[node name="ABIHelperUnitTest" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
script = ExtResource("7_msykw")