Skip to content

Commit

Permalink
feat: update typescript and fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Nov 7, 2024
1 parent 0f4438f commit e6c6aff
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 68 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"rimraf": "^5.0.1",
"strip-ansi": "^6.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.6.3",
"vitest": "^0.32.0"
}
}
116 changes: 61 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/constants/GasToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const nativeGasTokenSymbol: Record<string, Record<EvmChain | string, GasT
[EvmChain.FANTOM]: GasToken.FTM,
[EvmChain.AURORA]: GasToken.AURORA,
[EvmChain.BINANCE]: GasToken.BINANCE,
[EvmChain.BNBCHAIN]: GasToken.BNBCHAIN,
[EvmChain.ARBITRUM]: GasToken.ETH,
[EvmChain.CELO]: GasToken.CELO,
[EvmChain.KAVA]: GasToken.KAVA,
Expand Down Expand Up @@ -74,7 +73,6 @@ export const nativeGasTokenSymbol: Record<string, Record<EvmChain | string, GasT
[EvmChain.FANTOM]: GasToken.FTM,
[EvmChain.AURORA]: GasToken.AURORA,
[EvmChain.BINANCE]: GasToken.BINANCE,
[EvmChain.BNBCHAIN]: GasToken.BNBCHAIN,
[EvmChain.ARBITRUM]: GasToken.ETH,
[EvmChain.CELO]: GasToken.CELO,
[EvmChain.KAVA]: GasToken.KAVA,
Expand Down
Loading

0 comments on commit e6c6aff

Please sign in to comment.