@actalink/commonlib 0.0.39 → 0.0.40
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -362,7 +362,7 @@ var bscUSDT = token({
|
|
|
362
362
|
symbol: "USDT",
|
|
363
363
|
logoURI: "https://api.acta.link/deposit/v1/logos/usdt.png" /* USDT */
|
|
364
364
|
});
|
|
365
|
-
var bscTokens = [bscUSDT];
|
|
365
|
+
var bscTokens = [bscUSDT, bscUSDC];
|
|
366
366
|
var ethereumETH = nativeETH(import_chains3.mainnet.id);
|
|
367
367
|
var ethereumWETH = token({
|
|
368
368
|
chainId: import_chains3.mainnet.id,
|
package/dist/index.js
CHANGED
|
@@ -257,7 +257,7 @@ var bscUSDT = token({
|
|
|
257
257
|
symbol: "USDT",
|
|
258
258
|
logoURI: "https://api.acta.link/deposit/v1/logos/usdt.png" /* USDT */
|
|
259
259
|
});
|
|
260
|
-
var bscTokens = [bscUSDT];
|
|
260
|
+
var bscTokens = [bscUSDT, bscUSDC];
|
|
261
261
|
var ethereumETH = nativeETH(mainnet2.id);
|
|
262
262
|
var ethereumWETH = token({
|
|
263
263
|
chainId: mainnet2.id,
|