Skip to content

Commit

Permalink
fix tokenInfoManager
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo committed Apr 4, 2024
1 parent d36bdb4 commit 27ec9d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/core-sdk/src/utils/tokenInfoManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ export const NATIVE_TOKENS: { [key: number]: ITokenInfo } = {
decimals: 18,
symbol: "ETH"
},
11155111: {
// Ethereum Sepolia
name: "Ether",
decimals: 18,
symbol: "ETH"
},
137: {
// Polygon Mainnet
name: "MATIC",
Expand Down

0 comments on commit 27ec9d1

Please sign in to comment.