@sodax/wallet-sdk-core 1.4.4-beta → 1.5.0-beta
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 +10 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2096,6 +2096,16 @@ var moneyMarketConfig = {
|
|
|
2096
2096
|
}
|
|
2097
2097
|
};
|
|
2098
2098
|
var getMoneyMarketConfig = (chainId) => moneyMarketConfig[chainId];
|
|
2099
|
+
({
|
|
2100
|
+
[SONIC_MAINNET_CHAIN_ID]: [
|
|
2101
|
+
spokeChainConfig[SONIC_MAINNET_CHAIN_ID].supportedTokens.S,
|
|
2102
|
+
spokeChainConfig[SONIC_MAINNET_CHAIN_ID].supportedTokens.WETH,
|
|
2103
|
+
spokeChainConfig[SONIC_MAINNET_CHAIN_ID].supportedTokens.USDC,
|
|
2104
|
+
spokeChainConfig[SONIC_MAINNET_CHAIN_ID].supportedTokens.USDT,
|
|
2105
|
+
spokeChainConfig[SONIC_MAINNET_CHAIN_ID].supportedTokens.wS,
|
|
2106
|
+
spokeChainConfig[SONIC_MAINNET_CHAIN_ID].supportedTokens.SODA,
|
|
2107
|
+
...Object.values(SodaTokens)
|
|
2108
|
+
]});
|
|
2099
2109
|
[
|
|
2100
2110
|
...Object.values(SodaTokens).map((vault) => vault.address),
|
|
2101
2111
|
getMoneyMarketConfig(SONIC_MAINNET_CHAIN_ID).bnUSDVault
|