@funkit/core 2.3.27-next.2 → 2.3.28
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.js +6 -0
- package/dist/index.js.map +2 -2
- package/dist/src/common/constants.d.ts +6 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -12873,6 +12873,9 @@ var BASE_WRAP_TOKEN_ADDR = {
|
|
|
12873
12873
|
"10": {
|
|
12874
12874
|
weth: "0x4200000000000000000000000000000000000006"
|
|
12875
12875
|
},
|
|
12876
|
+
"56": {
|
|
12877
|
+
wbnb: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"
|
|
12878
|
+
},
|
|
12876
12879
|
"137": {
|
|
12877
12880
|
wmatic: "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
|
|
12878
12881
|
wpol: "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270"
|
|
@@ -12897,6 +12900,9 @@ var BASE_WRAP_TOKEN_ADDR = {
|
|
|
12897
12900
|
},
|
|
12898
12901
|
"534352": {
|
|
12899
12902
|
weth: "0x5300000000000000000000000000000000000004"
|
|
12903
|
+
},
|
|
12904
|
+
"74747": {
|
|
12905
|
+
weth: "0xEE7D8BCFb72bC1880D0Cf19822eB0A2e6577aB62"
|
|
12900
12906
|
}
|
|
12901
12907
|
};
|
|
12902
12908
|
var FUN_GASLESS_SPONSOR_ADDRESS = "0xCB5D0b4569A39C217c243a436AC3feEe5dFeb9Ad";
|