@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.d.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
|
}
|