feat: support bridging token to multiple variants on target EVM chains

* aBTC (Stacks) > aBTC (*) / WBTC (Ethereum) / BTCB (BSC)
* sUSDT (Stacks) > sUSDT (*) / USDT (BSC)
This commit is contained in:
c4605
2024-09-30 20:36:02 +02:00
parent f5cad01d9d
commit adb738679d
52 changed files with 2795 additions and 2064 deletions

View File

@@ -4,6 +4,7 @@
"exclude": ["lib"],
"compilerOptions": {
"skipLibCheck": true,
"lib": ["WebWorker"],
"noEmit": true
}
}