Skip to content

Commit b7ad03c

Browse files
update to nightly SDK to add binance chains
1 parent d967ad1 commit b7ad03c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@openzeppelin/contracts": "4.5.0",
1616
"@openzeppelin/contracts-upgradeable": "4.5.1",
1717
"@primitivefi/hardhat-dodoc": "^0.2.0",
18-
"@thirdweb-dev/sdk": "^2.3.39",
18+
"@thirdweb-dev/sdk": "^2.4.0-0",
1919
"@typechain/ethers-v5": "^10.0.0",
2020
"@typechain/hardhat": "^4.0.0",
2121
"@types/fs-extra": "^9.0.13",

scripts/release/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export const chainIdToName: Record<number, string> = {
3030
[ChainId.FantomTestnet]: "fantom-testnet",
3131
[ChainId.Avalanche]: "avalanche",
3232
[ChainId.AvalancheFujiTestnet]: "avalanche-testnet",
33-
// [ChainId.BinanceSmartChainMainnet]: "binance",
34-
// [ChainId.BinanceSmartChainTestnet]: "binance-testnet",
33+
[ChainId.BinanceSmartChainMainnet]: "binance",
34+
[ChainId.BinanceSmartChainTestnet]: "binance-testnet",
3535
};
3636

3737
export const defaultFactories: Record<number, string> = {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -813,10 +813,10 @@
813813
resolved "https://registry.yarnpkg.com/@thirdweb-dev/contracts/-/contracts-3.1.2.tgz#fde89c4b42f842f2504fe8f3d42b7535e8c1ddab"
814814
integrity sha512-Ly3cEw5K8xfCwj0Fhgzr5olK3mG267TKacDeeufXM/YvU+/6qrpcCWd0JeSafK11+OrMDVXAK/5md93JeniNPQ==
815815

816-
"@thirdweb-dev/sdk@^2.3.39":
817-
version "2.3.39"
818-
resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-2.3.39.tgz#95af60acd8d02e61c2df6c1e024b514e4e8f4d3b"
819-
integrity sha512-JVnX64+MdQiSIrn/CNhFsrBDhpbd1oVKe7bLGHnAJ/CjG5LRiUOLR1Xj754odotxDiUPW8umIiCKqZRF267pZQ==
816+
"@thirdweb-dev/sdk@^2.4.0-0":
817+
version "2.4.0-0"
818+
resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-2.4.0-0.tgz#d8c98ed5be7e2c893cdf2c6b99e92daf51e078d0"
819+
integrity sha512-XlMibWx/sviwkW//myjQizh3AR8MMJWYV/5km9LF12pD2Svw86iuSK8iJl7JhyRljGuSStapPfq4FeReM5ANNQ==
820820
dependencies:
821821
"@thirdweb-dev/contracts" "3.1.2"
822822
"@thirdweb-dev/storage" "^0.1.0"

0 commit comments

Comments
 (0)