@@ -72,13 +72,15 @@ var (
72
72
"LTC" : {Name : "Litecoin" , Code : CurrencyCode ("LTC" ), CurrencyType : Crypto , Divisibility : 8 , BlockTime : 150 * time .Second },
73
73
"ZEC" : {Name : "Zcash" , Code : CurrencyCode ("ZEC" ), CurrencyType : Crypto , Divisibility : 8 , BlockTime : DefaultBlockTime },
74
74
"ETH" : {Name : "Ethereum" , Code : CurrencyCode ("ETH" ), CurrencyType : Crypto , Divisibility : 18 , BlockTime : 10 * time .Second },
75
+ "FIL" : {Name : "Filecoin" , Code : CurrencyCode ("FIL" ), CurrencyType : Crypto , Divisibility : 18 , BlockTime : 10 * time .Second },
75
76
}
76
77
testnetCryptoDefinitions = map [string ]CurrencyDefinition {
77
78
"TBTC" : {Name : "Testnet Bitcoin" , Code : CurrencyCode ("TBTC" ), CurrencyType : Crypto , Divisibility : 8 , BlockTime : DefaultBlockTime },
78
79
"TBCH" : {Name : "Testnet Bitcoin Cash" , Code : CurrencyCode ("TBCH" ), CurrencyType : Crypto , Divisibility : 8 , BlockTime : DefaultBlockTime },
79
80
"TLTC" : {Name : "Testnet Litecoin" , Code : CurrencyCode ("TLTC" ), CurrencyType : Crypto , Divisibility : 8 , BlockTime : 150 * time .Second },
80
81
"TZEC" : {Name : "Testnet Zcash" , Code : CurrencyCode ("TZEC" ), CurrencyType : Crypto , Divisibility : 8 , BlockTime : DefaultBlockTime },
81
82
"TETH" : {Name : "Testnet Ethereum" , Code : CurrencyCode ("TETH" ), CurrencyType : Crypto , Divisibility : 18 , BlockTime : 10 * time .Second },
83
+ "TFIL" : {Name : "Testnet Filecoin" , Code : CurrencyCode ("TFIL" ), CurrencyType : Crypto , Divisibility : 18 , BlockTime : 10 * time .Second },
82
84
}
83
85
fiatDefinitions = map [string ]CurrencyDefinition {
84
86
"AED" : {Name : "UAE Dirham" , Code : CurrencyCode ("AED" ), CurrencyType : Fiat , Divisibility : 2 },
0 commit comments