@b3dotfun/sdk 0.0.23-alpha.0 → 0.0.23-alpha.2

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.
@@ -128,7 +128,7 @@ exports.EVM_MAINNET = {
128
128
  logoUrl: "https://avatars.githubusercontent.com/u/45615063?s=280&v=4",
129
129
  type: chain_1.ChainType.EVM,
130
130
  nativeRequired: (0, viem_1.parseEther)("0.00001"),
131
- canDepositNative: false,
131
+ canDepositNative: true,
132
132
  defaultToken: (0, token_1.getBnbToken)(),
133
133
  nativeToken: (0, token_1.getBnbToken)(),
134
134
  viem: getCustomEvmChain(chains_1.bsc, "https://bsc-rpc.publicnode.com"),
@@ -105,7 +105,7 @@ export const EVM_MAINNET = {
105
105
  logoUrl: "https://avatars.githubusercontent.com/u/45615063?s=280&v=4",
106
106
  type: ChainType.EVM,
107
107
  nativeRequired: parseEther("0.00001"),
108
- canDepositNative: false,
108
+ canDepositNative: true,
109
109
  defaultToken: getBnbToken(),
110
110
  nativeToken: getBnbToken(),
111
111
  viem: getCustomEvmChain(bsc, "https://bsc-rpc.publicnode.com"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.0.23-alpha.0",
3
+ "version": "0.0.23-alpha.2",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -191,7 +191,7 @@
191
191
  ],
192
192
  "dependencies": {
193
193
  "@amplitude/analytics-browser": "2.14.0",
194
- "@b3dotfun/b3-api": "0.0.38",
194
+ "@b3dotfun/b3-api": "0.0.39",
195
195
  "@b3dotfun/basement-api": "0.0.11",
196
196
  "@b3dotfun/bondkit": "^0.1.17",
197
197
  "@chakra-ui/react": "2.10.7",
@@ -150,7 +150,7 @@ export const EVM_MAINNET: Record<number, IEVMChain> = {
150
150
  logoUrl: "https://avatars.githubusercontent.com/u/45615063?s=280&v=4",
151
151
  type: ChainType.EVM,
152
152
  nativeRequired: parseEther("0.00001"),
153
- canDepositNative: false,
153
+ canDepositNative: true,
154
154
  defaultToken: getBnbToken(),
155
155
  nativeToken: getBnbToken(),
156
156
  viem: getCustomEvmChain(bsc, "https://bsc-rpc.publicnode.com"),