Skip to content

Commit

Permalink
unify
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Dec 6, 2024
1 parent 7c96dda commit 4ba4803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIPS/sip-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ type FromAsset = Conversion["from"];
type ToAsset = Conversion["to"];

type OnAssetConversionReturn = {
conversionRate: Record<From, Record<To, AssetConversionRate>>;
conversionRates: Record<From, Record<To, AssetConversionRate>>;
};
```

Expand Down

0 comments on commit 4ba4803

Please sign in to comment.