We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd919f commit 5c9aea9Copy full SHA for 5c9aea9
src/adapters/peggedAssets/peggedAsset.type.ts
@@ -20,6 +20,7 @@ export type PeggedAssetType =
20
| "peggedGOLD" //not used
21
| "peggedCOP"
22
| "peggedREAL"
23
+ | "peggedRUB"
24
| "peggedAUD";
25
26
type StringNumber = string;
src/peggedData/types.ts
@@ -14,6 +14,7 @@ type PegType =
14
| "peggedCHF" //Swiss franc
15
| "peggedCOP" //colombian peso
16
| "peggedREAL"//brazilian real
17
+ | "peggedRUB" //russian ruble
18
| "peggedAUD"; //Australian currency
19
type PegMechanism = "algorithmic" | "fiat-backed" | "crypto-backed";
0 commit comments