@liquid-af/sdk 1.0.3 → 1.0.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/dist/idl/liquid.d.ts +26 -31
- package/dist/idl/liquid.d.ts.map +1 -1
- package/dist/idl/liquid.json +26 -31
- package/package.json +1 -1
- package/src/idl/liquid.json +26 -31
- package/src/idl/liquid.ts +26 -31
package/dist/idl/liquid.json
CHANGED
|
@@ -12912,141 +12912,136 @@
|
|
|
12912
12912
|
},
|
|
12913
12913
|
{
|
|
12914
12914
|
"code": 6014,
|
|
12915
|
-
"name": "
|
|
12915
|
+
"name": "CurveComplete",
|
|
12916
12916
|
"msg": "Bonding curve is complete and trading is halted"
|
|
12917
12917
|
},
|
|
12918
12918
|
{
|
|
12919
12919
|
"code": 6015,
|
|
12920
|
-
"name": "CurveComplete",
|
|
12921
|
-
"msg": "Curve has already completed trading"
|
|
12922
|
-
},
|
|
12923
|
-
{
|
|
12924
|
-
"code": 6016,
|
|
12925
12920
|
"name": "CurveNotComplete",
|
|
12926
12921
|
"msg": "Bonding curve is not complete"
|
|
12927
12922
|
},
|
|
12928
12923
|
{
|
|
12929
|
-
"code":
|
|
12924
|
+
"code": 6016,
|
|
12930
12925
|
"name": "AlreadyMigrated",
|
|
12931
12926
|
"msg": "Bonding curve has already been migrated"
|
|
12932
12927
|
},
|
|
12933
12928
|
{
|
|
12934
|
-
"code":
|
|
12929
|
+
"code": 6017,
|
|
12935
12930
|
"name": "InsufficientQuoteForMigration",
|
|
12936
12931
|
"msg": "Insufficient quote reserves for migration"
|
|
12937
12932
|
},
|
|
12938
12933
|
{
|
|
12939
|
-
"code":
|
|
12934
|
+
"code": 6018,
|
|
12940
12935
|
"name": "CreatorFeesRevoked",
|
|
12941
12936
|
"msg": "Creator fees have been permanently revoked"
|
|
12942
12937
|
},
|
|
12943
12938
|
{
|
|
12944
|
-
"code":
|
|
12939
|
+
"code": 6019,
|
|
12945
12940
|
"name": "CreatorFeesAlreadyRevoked",
|
|
12946
12941
|
"msg": "Creator fees have already been revoked"
|
|
12947
12942
|
},
|
|
12948
12943
|
{
|
|
12949
|
-
"code":
|
|
12944
|
+
"code": 6020,
|
|
12950
12945
|
"name": "CreatorFeesNotRevoked",
|
|
12951
12946
|
"msg": "Creator fees have not been revoked - buyback not available"
|
|
12952
12947
|
},
|
|
12953
12948
|
{
|
|
12954
|
-
"code":
|
|
12949
|
+
"code": 6021,
|
|
12955
12950
|
"name": "InvalidFeeAccountInput",
|
|
12956
12951
|
"msg": "Invalid fee configuration account"
|
|
12957
12952
|
},
|
|
12958
12953
|
{
|
|
12959
|
-
"code":
|
|
12954
|
+
"code": 6022,
|
|
12960
12955
|
"name": "FeeConfigurationAlreadyExists",
|
|
12961
12956
|
"msg": "A fee configuration already exists. Detach it first before attaching a new one"
|
|
12962
12957
|
},
|
|
12963
12958
|
{
|
|
12964
|
-
"code":
|
|
12959
|
+
"code": 6023,
|
|
12965
12960
|
"name": "IncorrectFeeRecipientsCount",
|
|
12966
12961
|
"msg": "Incorrect number of protocol fee recipients provided"
|
|
12967
12962
|
},
|
|
12968
12963
|
{
|
|
12969
|
-
"code":
|
|
12964
|
+
"code": 6024,
|
|
12970
12965
|
"name": "InvalidFeeRecipient",
|
|
12971
12966
|
"msg": "The fee recipient provided is not in the global configuration"
|
|
12972
12967
|
},
|
|
12973
12968
|
{
|
|
12974
|
-
"code":
|
|
12969
|
+
"code": 6025,
|
|
12975
12970
|
"name": "InvalidFeeConfiguration",
|
|
12976
12971
|
"msg": "Invalid fee configuration. Total must be 10000 bps with no duplicate recipients"
|
|
12977
12972
|
},
|
|
12978
12973
|
{
|
|
12979
|
-
"code":
|
|
12974
|
+
"code": 6026,
|
|
12980
12975
|
"name": "InvalidRemainingAccounts",
|
|
12981
12976
|
"msg": "Invalid remaining accounts for fee distribution"
|
|
12982
12977
|
},
|
|
12983
12978
|
{
|
|
12984
|
-
"code":
|
|
12979
|
+
"code": 6027,
|
|
12985
12980
|
"name": "FeesMustBeWithdrawn",
|
|
12986
12981
|
"msg": "Existing creator fees must be fully withdrawn before updating the configuration"
|
|
12987
12982
|
},
|
|
12988
12983
|
{
|
|
12989
|
-
"code":
|
|
12984
|
+
"code": 6028,
|
|
12990
12985
|
"name": "FeeTooHigh",
|
|
12991
12986
|
"msg": "Individual fee cannot exceed maximum"
|
|
12992
12987
|
},
|
|
12993
12988
|
{
|
|
12994
|
-
"code":
|
|
12989
|
+
"code": 6029,
|
|
12995
12990
|
"name": "InvalidProtocolConfiguration",
|
|
12996
12991
|
"msg": "Invalid protocol configuration"
|
|
12997
12992
|
},
|
|
12998
12993
|
{
|
|
12999
|
-
"code":
|
|
12994
|
+
"code": 6030,
|
|
13000
12995
|
"name": "TooManyQuoteMints",
|
|
13001
12996
|
"msg": "Too many quote mints provided"
|
|
13002
12997
|
},
|
|
13003
12998
|
{
|
|
13004
|
-
"code":
|
|
12999
|
+
"code": 6031,
|
|
13005
13000
|
"name": "DuplicateQuoteMint",
|
|
13006
13001
|
"msg": "Duplicate quote mint provided"
|
|
13007
13002
|
},
|
|
13008
13003
|
{
|
|
13009
|
-
"code":
|
|
13004
|
+
"code": 6032,
|
|
13010
13005
|
"name": "InvalidQuoteMint",
|
|
13011
13006
|
"msg": "Invalid quote mint - not in whitelist"
|
|
13012
13007
|
},
|
|
13013
13008
|
{
|
|
13014
|
-
"code":
|
|
13009
|
+
"code": 6033,
|
|
13015
13010
|
"name": "InvalidTokenTotalSupply",
|
|
13016
13011
|
"msg": "Invalid token total supply. Must be greater than initial real token reserves"
|
|
13017
13012
|
},
|
|
13018
13013
|
{
|
|
13019
|
-
"code":
|
|
13014
|
+
"code": 6034,
|
|
13020
13015
|
"name": "InvalidReserves",
|
|
13021
13016
|
"msg": "Reserve values must be greater than zero"
|
|
13022
13017
|
},
|
|
13023
13018
|
{
|
|
13024
|
-
"code":
|
|
13019
|
+
"code": 6035,
|
|
13025
13020
|
"name": "InvalidCashbackConfiguration",
|
|
13026
13021
|
"msg": "Invalid cashback configuration"
|
|
13027
13022
|
},
|
|
13028
13023
|
{
|
|
13029
|
-
"code":
|
|
13024
|
+
"code": 6036,
|
|
13030
13025
|
"name": "CannotChangeCashbackMode",
|
|
13031
13026
|
"msg": "Cannot activate spending mode without existing cashback credits"
|
|
13032
13027
|
},
|
|
13033
13028
|
{
|
|
13034
|
-
"code":
|
|
13029
|
+
"code": 6037,
|
|
13035
13030
|
"name": "ProtocolPaused",
|
|
13036
13031
|
"msg": "Protocol is paused"
|
|
13037
13032
|
},
|
|
13038
13033
|
{
|
|
13039
|
-
"code":
|
|
13034
|
+
"code": 6038,
|
|
13040
13035
|
"name": "InvalidPriceFeed",
|
|
13041
13036
|
"msg": "Invalid price feed account"
|
|
13042
13037
|
},
|
|
13043
13038
|
{
|
|
13044
|
-
"code":
|
|
13039
|
+
"code": 6039,
|
|
13045
13040
|
"name": "StalePriceFeed",
|
|
13046
13041
|
"msg": "Price feed data is stale"
|
|
13047
13042
|
},
|
|
13048
13043
|
{
|
|
13049
|
-
"code":
|
|
13044
|
+
"code": 6040,
|
|
13050
13045
|
"name": "ArithmeticOverflow",
|
|
13051
13046
|
"msg": "Arithmetic operation resulted in overflow"
|
|
13052
13047
|
}
|
package/package.json
CHANGED
package/src/idl/liquid.json
CHANGED
|
@@ -12912,141 +12912,136 @@
|
|
|
12912
12912
|
},
|
|
12913
12913
|
{
|
|
12914
12914
|
"code": 6014,
|
|
12915
|
-
"name": "
|
|
12915
|
+
"name": "CurveComplete",
|
|
12916
12916
|
"msg": "Bonding curve is complete and trading is halted"
|
|
12917
12917
|
},
|
|
12918
12918
|
{
|
|
12919
12919
|
"code": 6015,
|
|
12920
|
-
"name": "CurveComplete",
|
|
12921
|
-
"msg": "Curve has already completed trading"
|
|
12922
|
-
},
|
|
12923
|
-
{
|
|
12924
|
-
"code": 6016,
|
|
12925
12920
|
"name": "CurveNotComplete",
|
|
12926
12921
|
"msg": "Bonding curve is not complete"
|
|
12927
12922
|
},
|
|
12928
12923
|
{
|
|
12929
|
-
"code":
|
|
12924
|
+
"code": 6016,
|
|
12930
12925
|
"name": "AlreadyMigrated",
|
|
12931
12926
|
"msg": "Bonding curve has already been migrated"
|
|
12932
12927
|
},
|
|
12933
12928
|
{
|
|
12934
|
-
"code":
|
|
12929
|
+
"code": 6017,
|
|
12935
12930
|
"name": "InsufficientQuoteForMigration",
|
|
12936
12931
|
"msg": "Insufficient quote reserves for migration"
|
|
12937
12932
|
},
|
|
12938
12933
|
{
|
|
12939
|
-
"code":
|
|
12934
|
+
"code": 6018,
|
|
12940
12935
|
"name": "CreatorFeesRevoked",
|
|
12941
12936
|
"msg": "Creator fees have been permanently revoked"
|
|
12942
12937
|
},
|
|
12943
12938
|
{
|
|
12944
|
-
"code":
|
|
12939
|
+
"code": 6019,
|
|
12945
12940
|
"name": "CreatorFeesAlreadyRevoked",
|
|
12946
12941
|
"msg": "Creator fees have already been revoked"
|
|
12947
12942
|
},
|
|
12948
12943
|
{
|
|
12949
|
-
"code":
|
|
12944
|
+
"code": 6020,
|
|
12950
12945
|
"name": "CreatorFeesNotRevoked",
|
|
12951
12946
|
"msg": "Creator fees have not been revoked - buyback not available"
|
|
12952
12947
|
},
|
|
12953
12948
|
{
|
|
12954
|
-
"code":
|
|
12949
|
+
"code": 6021,
|
|
12955
12950
|
"name": "InvalidFeeAccountInput",
|
|
12956
12951
|
"msg": "Invalid fee configuration account"
|
|
12957
12952
|
},
|
|
12958
12953
|
{
|
|
12959
|
-
"code":
|
|
12954
|
+
"code": 6022,
|
|
12960
12955
|
"name": "FeeConfigurationAlreadyExists",
|
|
12961
12956
|
"msg": "A fee configuration already exists. Detach it first before attaching a new one"
|
|
12962
12957
|
},
|
|
12963
12958
|
{
|
|
12964
|
-
"code":
|
|
12959
|
+
"code": 6023,
|
|
12965
12960
|
"name": "IncorrectFeeRecipientsCount",
|
|
12966
12961
|
"msg": "Incorrect number of protocol fee recipients provided"
|
|
12967
12962
|
},
|
|
12968
12963
|
{
|
|
12969
|
-
"code":
|
|
12964
|
+
"code": 6024,
|
|
12970
12965
|
"name": "InvalidFeeRecipient",
|
|
12971
12966
|
"msg": "The fee recipient provided is not in the global configuration"
|
|
12972
12967
|
},
|
|
12973
12968
|
{
|
|
12974
|
-
"code":
|
|
12969
|
+
"code": 6025,
|
|
12975
12970
|
"name": "InvalidFeeConfiguration",
|
|
12976
12971
|
"msg": "Invalid fee configuration. Total must be 10000 bps with no duplicate recipients"
|
|
12977
12972
|
},
|
|
12978
12973
|
{
|
|
12979
|
-
"code":
|
|
12974
|
+
"code": 6026,
|
|
12980
12975
|
"name": "InvalidRemainingAccounts",
|
|
12981
12976
|
"msg": "Invalid remaining accounts for fee distribution"
|
|
12982
12977
|
},
|
|
12983
12978
|
{
|
|
12984
|
-
"code":
|
|
12979
|
+
"code": 6027,
|
|
12985
12980
|
"name": "FeesMustBeWithdrawn",
|
|
12986
12981
|
"msg": "Existing creator fees must be fully withdrawn before updating the configuration"
|
|
12987
12982
|
},
|
|
12988
12983
|
{
|
|
12989
|
-
"code":
|
|
12984
|
+
"code": 6028,
|
|
12990
12985
|
"name": "FeeTooHigh",
|
|
12991
12986
|
"msg": "Individual fee cannot exceed maximum"
|
|
12992
12987
|
},
|
|
12993
12988
|
{
|
|
12994
|
-
"code":
|
|
12989
|
+
"code": 6029,
|
|
12995
12990
|
"name": "InvalidProtocolConfiguration",
|
|
12996
12991
|
"msg": "Invalid protocol configuration"
|
|
12997
12992
|
},
|
|
12998
12993
|
{
|
|
12999
|
-
"code":
|
|
12994
|
+
"code": 6030,
|
|
13000
12995
|
"name": "TooManyQuoteMints",
|
|
13001
12996
|
"msg": "Too many quote mints provided"
|
|
13002
12997
|
},
|
|
13003
12998
|
{
|
|
13004
|
-
"code":
|
|
12999
|
+
"code": 6031,
|
|
13005
13000
|
"name": "DuplicateQuoteMint",
|
|
13006
13001
|
"msg": "Duplicate quote mint provided"
|
|
13007
13002
|
},
|
|
13008
13003
|
{
|
|
13009
|
-
"code":
|
|
13004
|
+
"code": 6032,
|
|
13010
13005
|
"name": "InvalidQuoteMint",
|
|
13011
13006
|
"msg": "Invalid quote mint - not in whitelist"
|
|
13012
13007
|
},
|
|
13013
13008
|
{
|
|
13014
|
-
"code":
|
|
13009
|
+
"code": 6033,
|
|
13015
13010
|
"name": "InvalidTokenTotalSupply",
|
|
13016
13011
|
"msg": "Invalid token total supply. Must be greater than initial real token reserves"
|
|
13017
13012
|
},
|
|
13018
13013
|
{
|
|
13019
|
-
"code":
|
|
13014
|
+
"code": 6034,
|
|
13020
13015
|
"name": "InvalidReserves",
|
|
13021
13016
|
"msg": "Reserve values must be greater than zero"
|
|
13022
13017
|
},
|
|
13023
13018
|
{
|
|
13024
|
-
"code":
|
|
13019
|
+
"code": 6035,
|
|
13025
13020
|
"name": "InvalidCashbackConfiguration",
|
|
13026
13021
|
"msg": "Invalid cashback configuration"
|
|
13027
13022
|
},
|
|
13028
13023
|
{
|
|
13029
|
-
"code":
|
|
13024
|
+
"code": 6036,
|
|
13030
13025
|
"name": "CannotChangeCashbackMode",
|
|
13031
13026
|
"msg": "Cannot activate spending mode without existing cashback credits"
|
|
13032
13027
|
},
|
|
13033
13028
|
{
|
|
13034
|
-
"code":
|
|
13029
|
+
"code": 6037,
|
|
13035
13030
|
"name": "ProtocolPaused",
|
|
13036
13031
|
"msg": "Protocol is paused"
|
|
13037
13032
|
},
|
|
13038
13033
|
{
|
|
13039
|
-
"code":
|
|
13034
|
+
"code": 6038,
|
|
13040
13035
|
"name": "InvalidPriceFeed",
|
|
13041
13036
|
"msg": "Invalid price feed account"
|
|
13042
13037
|
},
|
|
13043
13038
|
{
|
|
13044
|
-
"code":
|
|
13039
|
+
"code": 6039,
|
|
13045
13040
|
"name": "StalePriceFeed",
|
|
13046
13041
|
"msg": "Price feed data is stale"
|
|
13047
13042
|
},
|
|
13048
13043
|
{
|
|
13049
|
-
"code":
|
|
13044
|
+
"code": 6040,
|
|
13050
13045
|
"name": "ArithmeticOverflow",
|
|
13051
13046
|
"msg": "Arithmetic operation resulted in overflow"
|
|
13052
13047
|
}
|
package/src/idl/liquid.ts
CHANGED
|
@@ -12918,141 +12918,136 @@ export type Liquid = {
|
|
|
12918
12918
|
},
|
|
12919
12919
|
{
|
|
12920
12920
|
"code": 6014,
|
|
12921
|
-
"name": "
|
|
12921
|
+
"name": "curveComplete",
|
|
12922
12922
|
"msg": "Bonding curve is complete and trading is halted"
|
|
12923
12923
|
},
|
|
12924
12924
|
{
|
|
12925
12925
|
"code": 6015,
|
|
12926
|
-
"name": "curveComplete",
|
|
12927
|
-
"msg": "Curve has already completed trading"
|
|
12928
|
-
},
|
|
12929
|
-
{
|
|
12930
|
-
"code": 6016,
|
|
12931
12926
|
"name": "curveNotComplete",
|
|
12932
12927
|
"msg": "Bonding curve is not complete"
|
|
12933
12928
|
},
|
|
12934
12929
|
{
|
|
12935
|
-
"code":
|
|
12930
|
+
"code": 6016,
|
|
12936
12931
|
"name": "alreadyMigrated",
|
|
12937
12932
|
"msg": "Bonding curve has already been migrated"
|
|
12938
12933
|
},
|
|
12939
12934
|
{
|
|
12940
|
-
"code":
|
|
12935
|
+
"code": 6017,
|
|
12941
12936
|
"name": "insufficientQuoteForMigration",
|
|
12942
12937
|
"msg": "Insufficient quote reserves for migration"
|
|
12943
12938
|
},
|
|
12944
12939
|
{
|
|
12945
|
-
"code":
|
|
12940
|
+
"code": 6018,
|
|
12946
12941
|
"name": "creatorFeesRevoked",
|
|
12947
12942
|
"msg": "Creator fees have been permanently revoked"
|
|
12948
12943
|
},
|
|
12949
12944
|
{
|
|
12950
|
-
"code":
|
|
12945
|
+
"code": 6019,
|
|
12951
12946
|
"name": "creatorFeesAlreadyRevoked",
|
|
12952
12947
|
"msg": "Creator fees have already been revoked"
|
|
12953
12948
|
},
|
|
12954
12949
|
{
|
|
12955
|
-
"code":
|
|
12950
|
+
"code": 6020,
|
|
12956
12951
|
"name": "creatorFeesNotRevoked",
|
|
12957
12952
|
"msg": "Creator fees have not been revoked - buyback not available"
|
|
12958
12953
|
},
|
|
12959
12954
|
{
|
|
12960
|
-
"code":
|
|
12955
|
+
"code": 6021,
|
|
12961
12956
|
"name": "invalidFeeAccountInput",
|
|
12962
12957
|
"msg": "Invalid fee configuration account"
|
|
12963
12958
|
},
|
|
12964
12959
|
{
|
|
12965
|
-
"code":
|
|
12960
|
+
"code": 6022,
|
|
12966
12961
|
"name": "feeConfigurationAlreadyExists",
|
|
12967
12962
|
"msg": "A fee configuration already exists. Detach it first before attaching a new one"
|
|
12968
12963
|
},
|
|
12969
12964
|
{
|
|
12970
|
-
"code":
|
|
12965
|
+
"code": 6023,
|
|
12971
12966
|
"name": "incorrectFeeRecipientsCount",
|
|
12972
12967
|
"msg": "Incorrect number of protocol fee recipients provided"
|
|
12973
12968
|
},
|
|
12974
12969
|
{
|
|
12975
|
-
"code":
|
|
12970
|
+
"code": 6024,
|
|
12976
12971
|
"name": "invalidFeeRecipient",
|
|
12977
12972
|
"msg": "The fee recipient provided is not in the global configuration"
|
|
12978
12973
|
},
|
|
12979
12974
|
{
|
|
12980
|
-
"code":
|
|
12975
|
+
"code": 6025,
|
|
12981
12976
|
"name": "invalidFeeConfiguration",
|
|
12982
12977
|
"msg": "Invalid fee configuration. Total must be 10000 bps with no duplicate recipients"
|
|
12983
12978
|
},
|
|
12984
12979
|
{
|
|
12985
|
-
"code":
|
|
12980
|
+
"code": 6026,
|
|
12986
12981
|
"name": "invalidRemainingAccounts",
|
|
12987
12982
|
"msg": "Invalid remaining accounts for fee distribution"
|
|
12988
12983
|
},
|
|
12989
12984
|
{
|
|
12990
|
-
"code":
|
|
12985
|
+
"code": 6027,
|
|
12991
12986
|
"name": "feesMustBeWithdrawn",
|
|
12992
12987
|
"msg": "Existing creator fees must be fully withdrawn before updating the configuration"
|
|
12993
12988
|
},
|
|
12994
12989
|
{
|
|
12995
|
-
"code":
|
|
12990
|
+
"code": 6028,
|
|
12996
12991
|
"name": "feeTooHigh",
|
|
12997
12992
|
"msg": "Individual fee cannot exceed maximum"
|
|
12998
12993
|
},
|
|
12999
12994
|
{
|
|
13000
|
-
"code":
|
|
12995
|
+
"code": 6029,
|
|
13001
12996
|
"name": "invalidProtocolConfiguration",
|
|
13002
12997
|
"msg": "Invalid protocol configuration"
|
|
13003
12998
|
},
|
|
13004
12999
|
{
|
|
13005
|
-
"code":
|
|
13000
|
+
"code": 6030,
|
|
13006
13001
|
"name": "tooManyQuoteMints",
|
|
13007
13002
|
"msg": "Too many quote mints provided"
|
|
13008
13003
|
},
|
|
13009
13004
|
{
|
|
13010
|
-
"code":
|
|
13005
|
+
"code": 6031,
|
|
13011
13006
|
"name": "duplicateQuoteMint",
|
|
13012
13007
|
"msg": "Duplicate quote mint provided"
|
|
13013
13008
|
},
|
|
13014
13009
|
{
|
|
13015
|
-
"code":
|
|
13010
|
+
"code": 6032,
|
|
13016
13011
|
"name": "invalidQuoteMint",
|
|
13017
13012
|
"msg": "Invalid quote mint - not in whitelist"
|
|
13018
13013
|
},
|
|
13019
13014
|
{
|
|
13020
|
-
"code":
|
|
13015
|
+
"code": 6033,
|
|
13021
13016
|
"name": "invalidTokenTotalSupply",
|
|
13022
13017
|
"msg": "Invalid token total supply. Must be greater than initial real token reserves"
|
|
13023
13018
|
},
|
|
13024
13019
|
{
|
|
13025
|
-
"code":
|
|
13020
|
+
"code": 6034,
|
|
13026
13021
|
"name": "invalidReserves",
|
|
13027
13022
|
"msg": "Reserve values must be greater than zero"
|
|
13028
13023
|
},
|
|
13029
13024
|
{
|
|
13030
|
-
"code":
|
|
13025
|
+
"code": 6035,
|
|
13031
13026
|
"name": "invalidCashbackConfiguration",
|
|
13032
13027
|
"msg": "Invalid cashback configuration"
|
|
13033
13028
|
},
|
|
13034
13029
|
{
|
|
13035
|
-
"code":
|
|
13030
|
+
"code": 6036,
|
|
13036
13031
|
"name": "cannotChangeCashbackMode",
|
|
13037
13032
|
"msg": "Cannot activate spending mode without existing cashback credits"
|
|
13038
13033
|
},
|
|
13039
13034
|
{
|
|
13040
|
-
"code":
|
|
13035
|
+
"code": 6037,
|
|
13041
13036
|
"name": "protocolPaused",
|
|
13042
13037
|
"msg": "Protocol is paused"
|
|
13043
13038
|
},
|
|
13044
13039
|
{
|
|
13045
|
-
"code":
|
|
13040
|
+
"code": 6038,
|
|
13046
13041
|
"name": "invalidPriceFeed",
|
|
13047
13042
|
"msg": "Invalid price feed account"
|
|
13048
13043
|
},
|
|
13049
13044
|
{
|
|
13050
|
-
"code":
|
|
13045
|
+
"code": 6039,
|
|
13051
13046
|
"name": "stalePriceFeed",
|
|
13052
13047
|
"msg": "Price feed data is stale"
|
|
13053
13048
|
},
|
|
13054
13049
|
{
|
|
13055
|
-
"code":
|
|
13050
|
+
"code": 6040,
|
|
13056
13051
|
"name": "arithmeticOverflow",
|
|
13057
13052
|
"msg": "Arithmetic operation resulted in overflow"
|
|
13058
13053
|
}
|