@bolt-liquidity-hq/sui-client 0.1.0-beta.16 → 0.1.0-beta.17
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/index.cjs +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -98,7 +98,7 @@ var MainnetAssets = {
|
|
|
98
98
|
chainId: "101",
|
|
99
99
|
denom: "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",
|
|
100
100
|
decimals: 6,
|
|
101
|
-
logo: "https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
101
|
+
logo: "https://raw.githubusercontent.com/cosmos/chain-registry/refs/heads/master/_non-cosmos/ethereum/images/usdc.png",
|
|
102
102
|
coingeckoId: "usd-coin"
|
|
103
103
|
}
|
|
104
104
|
};
|
|
@@ -136,7 +136,7 @@ var TestnetAssets = {
|
|
|
136
136
|
chainId: "103",
|
|
137
137
|
denom: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC",
|
|
138
138
|
decimals: 6,
|
|
139
|
-
logo: "https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
139
|
+
logo: "https://raw.githubusercontent.com/cosmos/chain-registry/refs/heads/master/_non-cosmos/ethereum/images/usdc.png",
|
|
140
140
|
coingeckoId: "usd-coin"
|
|
141
141
|
},
|
|
142
142
|
"::test_btc::TEST_BTC": {
|
|
@@ -927,7 +927,9 @@ var PoolInfoStruct = import_bcs8.bcs.struct("PoolInfo", {
|
|
|
927
927
|
var PoolFeesInfoStruct = import_bcs8.bcs.struct("PoolFeesInfo", {
|
|
928
928
|
swap_fee_pct: import_bcs8.bcs.u64(),
|
|
929
929
|
lp_withdrawal_fee_pct: import_bcs8.bcs.u64(),
|
|
930
|
-
lp_fee_pct: import_bcs8.bcs.u64()
|
|
930
|
+
lp_fee_pct: import_bcs8.bcs.u64(),
|
|
931
|
+
max_dynamic_fee: import_bcs8.bcs.u64(),
|
|
932
|
+
limit_ratio: import_bcs8.bcs.u64()
|
|
931
933
|
});
|
|
932
934
|
var ProtocolFeesInfoStruct = import_bcs8.bcs.struct("ProtocolFeesInfo", {
|
|
933
935
|
swap_fee_pct: import_bcs8.bcs.u64(),
|