Skip to content

Commit

Permalink
Merge pull request #192 from Define101/master
Browse files Browse the repository at this point in the history
add support for CAD (canadian dollar)
  • Loading branch information
Define101 authored Dec 7, 2023
2 parents 1823d3f + 73bad98 commit 44ec643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/peggedAssets/peggedAsset.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type PeggedAssetType =
| "peggedUAH"
| "peggedARS"
| "peggedGBP";
"peggedCAD";

type StringNumber = string;
type PeggedBalances = {
Expand Down
1 change: 1 addition & 0 deletions src/peggedData/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type PegType =
| "peggedUAH" //ukraine
| "peggedARS" //ARGENTINE
| "peggedGBP" //GB
"peggedCAD" //canadian dollar

type PegMechanism =
| "algorithmic"
Expand Down

0 comments on commit 44ec643

Please sign in to comment.