Skip to content

Commit 2664088

Browse files
authored
Merge pull request #260 from IOTA-NET/259-feat-add-fireflybloom-test-coin-type
Update TypeOfCoin.cs
2 parents 462659f + 17cd654 commit 2664088

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

IotaSDK.NET/Domain/Tokens/TypeOfCoin.cs

+3
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ public enum TypeOfCoin : int
44
{
55
Iota = 4218,
66
Shimmer = 4219,
7+
Testnet = 1,
8+
ShimmerEvm = 60,
9+
TestnetEvm = 60
710
}
811
}

0 commit comments

Comments
 (0)