Skip to content

Commit

Permalink
feat: Add new nativeCoin for morph-holesky chain
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed May 10, 2024
1 parent a6ecf0f commit 6fbfc41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/entities/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default () => ({
8453: { nativeCoin: 'ethereum', chainName: 'base' },
84531: { nativeCoin: 'ethereum', chainName: 'base' },
84532: { nativeCoin: 'ethereum', chainName: 'base' },
2810: { nativeCoin: 'ethereum', chainName: 'morph-holesky' },
},
highRefreshRateTokens:
process.env.HIGH_REFRESH_RATE_TOKENS?.split(',') ?? [],
Expand Down

0 comments on commit 6fbfc41

Please sign in to comment.