Skip to content

Commit 020f5dc

Browse files
chore: dummy change to force replublishing release (#1002)
1 parent f6b8c7b commit 020f5dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/common/src/mappings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { ChainId, Lens, ProtocolConfig, Token } from "./types";
22

33
export const chainIdToInfo = new Map<ChainId, ProtocolConfig["nativeCoin"]>([
4-
[80002, { decimals: "18", name: "Matic", symbol: "MATIC" }],
5-
[137, { decimals: "18", name: "Matic", symbol: "MATIC" }],
64
[1, { decimals: "18", name: "Ether", symbol: "ETH" }],
75
[10, { decimals: "18", name: "Ether", symbol: "ETH" }],
6+
[137, { decimals: "18", name: "Matic", symbol: "MATIC" }],
7+
[80002, { decimals: "18", name: "Matic", symbol: "MATIC" }],
88
[42161, { decimals: "18", name: "Ether", symbol: "ETH" }],
99
[11155111, { decimals: "18", name: "sETH", symbol: "sETH" }],
1010
[31337, { decimals: "18", name: "Ether", symbol: "ETH" }],

0 commit comments

Comments
 (0)