bfun-configs 0.0.13 → 0.0.15
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/chainConfigs.d.ts +270 -0
- package/chainConfigs.d.ts.map +1 -1
- package/index.js +281 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/wagmiGenerated.d.ts +5 -5
package/package.json
CHANGED
package/wagmiGenerated.d.ts
CHANGED
|
@@ -8514,7 +8514,7 @@ export declare const bFunTokenSwapConfig: {
|
|
|
8514
8514
|
};
|
|
8515
8515
|
/**
|
|
8516
8516
|
* - [__View Contract on Bnb Smart Chain Bsc Scan__](https://bscscan.com/address/0xBe95C003f086Bf2DE9f0b85C5c67598b3B8434d3)
|
|
8517
|
-
* - [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/
|
|
8517
|
+
* - [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x65437192b28300FE47Dbe68998fd5e79C9271219)
|
|
8518
8518
|
*/
|
|
8519
8519
|
export declare const bondingCurveABI: readonly [{
|
|
8520
8520
|
readonly stateMutability: "nonpayable";
|
|
@@ -9562,20 +9562,20 @@ export declare const bondingCurveABI: readonly [{
|
|
|
9562
9562
|
}];
|
|
9563
9563
|
/**
|
|
9564
9564
|
* - [__View Contract on Bnb Smart Chain Bsc Scan__](https://bscscan.com/address/0xBe95C003f086Bf2DE9f0b85C5c67598b3B8434d3)
|
|
9565
|
-
* - [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/
|
|
9565
|
+
* - [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x65437192b28300FE47Dbe68998fd5e79C9271219)
|
|
9566
9566
|
*/
|
|
9567
9567
|
export declare const bondingCurveAddress: {
|
|
9568
9568
|
readonly 56: "0xBe95C003f086Bf2DE9f0b85C5c67598b3B8434d3";
|
|
9569
|
-
readonly 97: "
|
|
9569
|
+
readonly 97: "0x65437192b28300FE47Dbe68998fd5e79C9271219";
|
|
9570
9570
|
};
|
|
9571
9571
|
/**
|
|
9572
9572
|
* - [__View Contract on Bnb Smart Chain Bsc Scan__](https://bscscan.com/address/0xBe95C003f086Bf2DE9f0b85C5c67598b3B8434d3)
|
|
9573
|
-
* - [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/
|
|
9573
|
+
* - [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x65437192b28300FE47Dbe68998fd5e79C9271219)
|
|
9574
9574
|
*/
|
|
9575
9575
|
export declare const bondingCurveConfig: {
|
|
9576
9576
|
readonly address: {
|
|
9577
9577
|
readonly 56: "0xBe95C003f086Bf2DE9f0b85C5c67598b3B8434d3";
|
|
9578
|
-
readonly 97: "
|
|
9578
|
+
readonly 97: "0x65437192b28300FE47Dbe68998fd5e79C9271219";
|
|
9579
9579
|
};
|
|
9580
9580
|
readonly abi: readonly [{
|
|
9581
9581
|
readonly stateMutability: "nonpayable";
|