Skip to content

Commit 2b7b39c

Browse files
authored
feat: add erc20 tests (#246)
1 parent c05f273 commit 2b7b39c

File tree

4 files changed

+391
-405
lines changed

4 files changed

+391
-405
lines changed

packages/app-commons/src/utils/contractIds.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export async function getBridgeTokenContracts() {
4848
return bridgeTokenContract;
4949
}
5050

51-
if (process.env.VITE_FUEL_CHAIN === 'fuelBeta5') {
51+
if (FUEL_CHAIN_NAME === 'fuelBeta5') {
5252
bridgeTokenContract = {
5353
ETH_ERC20,
5454
FUEL_TokenContract:

0 commit comments

Comments
 (0)