Skip to content

Commit d1d1183

Browse files
authored
improve(enableToken): Don't skip BSC (#1007)
BSC routes are still required as a destination chain on v3 SpokePools, so don't skip it. BSC is separately skipped as an origin chain though.
1 parent 8536521 commit d1d1183

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"pre-commit-hook": "sh scripts/preCommitHook.sh"
4747
},
4848
"dependencies": {
49-
"@across-protocol/constants": "^3.1.63",
49+
"@across-protocol/constants": "^3.1.66",
5050
"@coral-xyz/anchor": "^0.31.1",
5151
"@defi-wonderland/smock": "^2.3.4",
5252
"@eth-optimism/contracts": "^0.5.40",

tasks/enableL1TokenAcrossEcosystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { ARBITRUM, OPTIMISM } = CHAIN_IDs;
88
const NO_SYMBOL = "----";
99
const NO_ADDRESS = "------------------------------------------";
1010

11-
const IGNORED_CHAINS = [CHAIN_IDs.BOBA, CHAIN_IDs.BSC, CHAIN_IDs.SOLANA];
11+
const IGNORED_CHAINS = [CHAIN_IDs.BOBA, CHAIN_IDs.SOLANA];
1212
const V4_CHAINS = [CHAIN_IDs.BSC, CHAIN_IDs.LISK, CHAIN_IDs.LINEA];
1313

1414
// Supported mainnet chain IDs.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@across-protocol/constants@^3.1.63":
6-
version "3.1.63"
7-
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.63.tgz#c031fb30c79ff86448b5ccaca8a411d552ef144f"
8-
integrity sha512-61MyPKT7X+qaZsAATDpcWpZoVAK1VwfWua0zTX5SU5UExzCartV+CsAfsrYaF5ttGBebtI33cS+754MGfA71bA==
5+
"@across-protocol/constants@^3.1.66":
6+
version "3.1.66"
7+
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.66.tgz#952964fe1ae98ac8bd928655d81a20744da8dbe7"
8+
integrity sha512-PP0445MLMnFWFzCvpXZQHD4n3DBJIQoIt3RSENNjCOJbkxDd4pqqDOAwN/BWv1jS6kLhKt6/U2poHRGJ4UPPXg==
99

1010
"@across-protocol/contracts@^0.1.4":
1111
version "0.1.4"

0 commit comments

Comments
 (0)