Skip to content

Commit

Permalink
chore: remove partial declaraction in gastoken map
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Dec 4, 2023
1 parent aadae1d commit 7a6eef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/GasToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export enum GasToken {
CENTRIFUGE = "CFG",
}

export const nativeGasTokenSymbol: Partial<Record<string, Record<EvmChain | string, GasToken>>> = {
export const nativeGasTokenSymbol: Record<string, Record<EvmChain | string, GasToken>> = {
testnet: {
[EvmChain.AVALANCHE]: GasToken.AVAX,
[EvmChain.MOONBEAM]: GasToken.GLMR,
Expand Down

0 comments on commit 7a6eef5

Please sign in to comment.