Skip to content

Commit e495d37

Browse files
committed
chore: remove cast from USDT OFT token lookup
1 parent 3635a36 commit e495d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/infra/config/environments/mainnet3/warp/configGetters/getUSDTOftWarpConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const getUSDTOftWarpConfig = async (
4040
...routerConfig[chain],
4141
owner: ownersByChain[chain],
4242
type: TokenType.collateralOft,
43-
token: tokens[chain as keyof typeof tokens as DeploymentChain].USDT,
43+
token: tokens[chain].USDT,
4444
oft: oftAddresses[chain],
4545
decimals: 6,
4646
name: 'Tether USD',

0 commit comments

Comments
 (0)