@ichidao/ichi-vaults-sdk 0.0.10 → 0.0.11
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/README.md +2 -0
- package/dist/src/index.cjs.js +1 -1
- package/dist/src/index.esm.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -456,6 +456,7 @@ enum SupportedChainId {
|
|
456
456
|
arbitrum = 42161,
|
457
457
|
bsc = 56,
|
458
458
|
eon = 7332,
|
459
|
+
hedera_testnet = 296,
|
459
460
|
mainnet = 1,
|
460
461
|
polygon = 137,
|
461
462
|
}
|
@@ -471,6 +472,7 @@ enum SupportedDex {
|
|
471
472
|
Quickswap = 'QuickSwap',
|
472
473
|
Ramses = 'Ramses',
|
473
474
|
Retro = 'Retro',
|
475
|
+
SaucerSwap = 'SaucerSwap',
|
474
476
|
Thena = 'Thena',
|
475
477
|
UniswapV3 = 'Uniswap V3',
|
476
478
|
}
|
package/dist/src/index.cjs.js
CHANGED
package/dist/src/index.esm.js
CHANGED