@exponent-labs/generic-sy-idl 0.1.0 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/idl.json +51 -0
- package/build/type.d.ts +51 -0
- package/package.json +1 -1
- package/src/idl.json +51 -0
- package/src/type.ts +51 -0
package/build/idl.json
CHANGED
|
@@ -748,6 +748,57 @@
|
|
|
748
748
|
},
|
|
749
749
|
{
|
|
750
750
|
"name": "FragmetricSupportedAsset"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "Sanctum"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "JupiterPerps",
|
|
757
|
+
"fields": [
|
|
758
|
+
{
|
|
759
|
+
"name": "last_fee_usd_reset_unix_timestamp",
|
|
760
|
+
"docs": [
|
|
761
|
+
"The last timestamp the realized_fee_usd was reset"
|
|
762
|
+
],
|
|
763
|
+
"type": "u32"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "last_realized_fee_usd",
|
|
767
|
+
"docs": [
|
|
768
|
+
"The last seen realized_fee_usd"
|
|
769
|
+
],
|
|
770
|
+
"type": "u64"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "last_aum_usd",
|
|
774
|
+
"docs": [
|
|
775
|
+
"The last seen aum_usd"
|
|
776
|
+
],
|
|
777
|
+
"type": "u128"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "last_realized_fee_usd_update_unix_timestamp",
|
|
781
|
+
"docs": [
|
|
782
|
+
"Last time last_realized_fee_usd was updated in the Exponent generic standard"
|
|
783
|
+
],
|
|
784
|
+
"type": "u32"
|
|
785
|
+
}
|
|
786
|
+
]
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "Adrena",
|
|
790
|
+
"fields": [
|
|
791
|
+
{
|
|
792
|
+
"name": "previous_total_fees",
|
|
793
|
+
"docs": [
|
|
794
|
+
"Previous total fees from all custodies"
|
|
795
|
+
],
|
|
796
|
+
"type": "u64"
|
|
797
|
+
}
|
|
798
|
+
]
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "HyloLpToken"
|
|
751
802
|
}
|
|
752
803
|
]
|
|
753
804
|
}
|
package/build/type.d.ts
CHANGED
|
@@ -754,6 +754,57 @@ export type GenericStandard = {
|
|
|
754
754
|
},
|
|
755
755
|
{
|
|
756
756
|
"name": "fragmetricSupportedAsset";
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "sanctum";
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "jupiterPerps";
|
|
763
|
+
"fields": [
|
|
764
|
+
{
|
|
765
|
+
"name": "lastFeeUsdResetUnixTimestamp";
|
|
766
|
+
"docs": [
|
|
767
|
+
"The last timestamp the realized_fee_usd was reset"
|
|
768
|
+
];
|
|
769
|
+
"type": "u32";
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"name": "lastRealizedFeeUsd";
|
|
773
|
+
"docs": [
|
|
774
|
+
"The last seen realized_fee_usd"
|
|
775
|
+
];
|
|
776
|
+
"type": "u64";
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "lastAumUsd";
|
|
780
|
+
"docs": [
|
|
781
|
+
"The last seen aum_usd"
|
|
782
|
+
];
|
|
783
|
+
"type": "u128";
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "lastRealizedFeeUsdUpdateUnixTimestamp";
|
|
787
|
+
"docs": [
|
|
788
|
+
"Last time last_realized_fee_usd was updated in the Exponent generic standard"
|
|
789
|
+
];
|
|
790
|
+
"type": "u32";
|
|
791
|
+
}
|
|
792
|
+
];
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "adrena";
|
|
796
|
+
"fields": [
|
|
797
|
+
{
|
|
798
|
+
"name": "previousTotalFees";
|
|
799
|
+
"docs": [
|
|
800
|
+
"Previous total fees from all custodies"
|
|
801
|
+
];
|
|
802
|
+
"type": "u64";
|
|
803
|
+
}
|
|
804
|
+
];
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "hyloLpToken";
|
|
757
808
|
}
|
|
758
809
|
];
|
|
759
810
|
};
|
package/package.json
CHANGED
package/src/idl.json
CHANGED
|
@@ -748,6 +748,57 @@
|
|
|
748
748
|
},
|
|
749
749
|
{
|
|
750
750
|
"name": "FragmetricSupportedAsset"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "Sanctum"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "JupiterPerps",
|
|
757
|
+
"fields": [
|
|
758
|
+
{
|
|
759
|
+
"name": "last_fee_usd_reset_unix_timestamp",
|
|
760
|
+
"docs": [
|
|
761
|
+
"The last timestamp the realized_fee_usd was reset"
|
|
762
|
+
],
|
|
763
|
+
"type": "u32"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "last_realized_fee_usd",
|
|
767
|
+
"docs": [
|
|
768
|
+
"The last seen realized_fee_usd"
|
|
769
|
+
],
|
|
770
|
+
"type": "u64"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "last_aum_usd",
|
|
774
|
+
"docs": [
|
|
775
|
+
"The last seen aum_usd"
|
|
776
|
+
],
|
|
777
|
+
"type": "u128"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"name": "last_realized_fee_usd_update_unix_timestamp",
|
|
781
|
+
"docs": [
|
|
782
|
+
"Last time last_realized_fee_usd was updated in the Exponent generic standard"
|
|
783
|
+
],
|
|
784
|
+
"type": "u32"
|
|
785
|
+
}
|
|
786
|
+
]
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "Adrena",
|
|
790
|
+
"fields": [
|
|
791
|
+
{
|
|
792
|
+
"name": "previous_total_fees",
|
|
793
|
+
"docs": [
|
|
794
|
+
"Previous total fees from all custodies"
|
|
795
|
+
],
|
|
796
|
+
"type": "u64"
|
|
797
|
+
}
|
|
798
|
+
]
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "HyloLpToken"
|
|
751
802
|
}
|
|
752
803
|
]
|
|
753
804
|
}
|
package/src/type.ts
CHANGED
|
@@ -754,6 +754,57 @@ export type GenericStandard = {
|
|
|
754
754
|
},
|
|
755
755
|
{
|
|
756
756
|
"name": "fragmetricSupportedAsset"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "sanctum"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "jupiterPerps",
|
|
763
|
+
"fields": [
|
|
764
|
+
{
|
|
765
|
+
"name": "lastFeeUsdResetUnixTimestamp",
|
|
766
|
+
"docs": [
|
|
767
|
+
"The last timestamp the realized_fee_usd was reset"
|
|
768
|
+
],
|
|
769
|
+
"type": "u32"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"name": "lastRealizedFeeUsd",
|
|
773
|
+
"docs": [
|
|
774
|
+
"The last seen realized_fee_usd"
|
|
775
|
+
],
|
|
776
|
+
"type": "u64"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"name": "lastAumUsd",
|
|
780
|
+
"docs": [
|
|
781
|
+
"The last seen aum_usd"
|
|
782
|
+
],
|
|
783
|
+
"type": "u128"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "lastRealizedFeeUsdUpdateUnixTimestamp",
|
|
787
|
+
"docs": [
|
|
788
|
+
"Last time last_realized_fee_usd was updated in the Exponent generic standard"
|
|
789
|
+
],
|
|
790
|
+
"type": "u32"
|
|
791
|
+
}
|
|
792
|
+
]
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "adrena",
|
|
796
|
+
"fields": [
|
|
797
|
+
{
|
|
798
|
+
"name": "previousTotalFees",
|
|
799
|
+
"docs": [
|
|
800
|
+
"Previous total fees from all custodies"
|
|
801
|
+
],
|
|
802
|
+
"type": "u64"
|
|
803
|
+
}
|
|
804
|
+
]
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "hyloLpToken"
|
|
757
808
|
}
|
|
758
809
|
]
|
|
759
810
|
}
|