@b3dotfun/sdk 0.0.44-alpha.3 → 0.0.44-alpha.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.
@@ -117,7 +117,7 @@ exports.EVM_MAINNET = {
117
117
  canDepositNative: true,
118
118
  defaultToken: (0, token_1.getAvaxToken)(),
119
119
  nativeToken: (0, token_1.getAvaxToken)(),
120
- viem: getCustomEvmChain(chains_1.avalanche, "https://burned-billowing-pond.avalanche-mainnet.quiknode.pro/24289978a524a18ef42e568e04fe8cad8c7b6720/ext/bc/C/rpc/"),
120
+ viem: getCustomEvmChain(chains_1.avalanche, "https://avalanche-c-chain-rpc.publicnode.com"),
121
121
  pollingInterval: 1000, // 1 second for Avalanche
122
122
  zapperEnum: "AVALANCHE_MAINNET",
123
123
  coingeckoName: "avalanche",
@@ -94,7 +94,7 @@ export const EVM_MAINNET = {
94
94
  canDepositNative: true,
95
95
  defaultToken: getAvaxToken(),
96
96
  nativeToken: getAvaxToken(),
97
- viem: getCustomEvmChain(avalanche, "https://burned-billowing-pond.avalanche-mainnet.quiknode.pro/24289978a524a18ef42e568e04fe8cad8c7b6720/ext/bc/C/rpc/"),
97
+ viem: getCustomEvmChain(avalanche, "https://avalanche-c-chain-rpc.publicnode.com"),
98
98
  pollingInterval: 1000, // 1 second for Avalanche
99
99
  zapperEnum: "AVALANCHE_MAINNET",
100
100
  coingeckoName: "avalanche",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.0.44-alpha.3",
3
+ "version": "0.0.44-alpha.4",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -136,10 +136,7 @@ export const EVM_MAINNET: Record<number, IEVMChain> = {
136
136
  canDepositNative: true,
137
137
  defaultToken: getAvaxToken(),
138
138
  nativeToken: getAvaxToken(),
139
- viem: getCustomEvmChain(
140
- avalanche,
141
- "https://burned-billowing-pond.avalanche-mainnet.quiknode.pro/24289978a524a18ef42e568e04fe8cad8c7b6720/ext/bc/C/rpc/",
142
- ),
139
+ viem: getCustomEvmChain(avalanche, "https://avalanche-c-chain-rpc.publicnode.com"),
143
140
  pollingInterval: 1000, // 1 second for Avalanche
144
141
  zapperEnum: "AVALANCHE_MAINNET",
145
142
  coingeckoName: "avalanche",