Skip to content

Commit

Permalink
fix eth address in morph holesky
Browse files Browse the repository at this point in the history
  • Loading branch information
hskang9 committed Jul 31, 2024
1 parent 335e7d6 commit 4887647
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardweb3/default-token-list",
"version": "0.0.6",
"version": "0.0.7",
"description": "Standard default token list",
"main": "build/standard-default.tokenlist.json",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = function buildList() {
name: "Ethereum Token",
symbol: "ETH",
decimals: 18,
address: "0x0000000000000000000000000000000000000000",
address: "0x5300000000000000000000000000000000000011",
logoURI:
"https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/ETH.svg",
},
Expand Down Expand Up @@ -103,7 +103,7 @@ module.exports = function buildList() {
"Morph Holesky": {
base: {
chainId: 2810,
address: "0x0000000000000000000000000000000000000000",
address: "0x5300000000000000000000000000000000000011",
symbol: "ETH",
name: "Ethereum Token",
decimals: 18,
Expand Down
16 changes: 8 additions & 8 deletions src/pairs/morph_holesky.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"base": {
"chainId": 2810,
"address": "0x0000000000000000000000000000000000000000",
"address": "0x5300000000000000000000000000000000000011",
"symbol": "ETH",
"name": "Ethereum Token",
"decimals": 18,
Expand All @@ -29,7 +29,7 @@
},
"quote": {
"chainId": 2810,
"address": "0x0000000000000000000000000000000000000000",
"address": "0x5300000000000000000000000000000000000011",
"symbol": "ETH",
"name": "Ethereum Token",
"decimals": 18,
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"quote": {
"chainId": 2810,
"address": "0x0000000000000000000000000000000000000000",
"address": "0x5300000000000000000000000000000000000011",
"symbol": "ETH",
"name": "Ethereum Token",
"decimals": 18,
Expand All @@ -105,7 +105,7 @@
},
"quote": {
"chainId": 2810,
"address": "0x0000000000000000000000000000000000000000",
"address": "0x5300000000000000000000000000000000000011",
"symbol": "ETH",
"name": "Ethereum Token",
"decimals": 18,
Expand Down Expand Up @@ -145,7 +145,7 @@
},
"quote": {
"chainId": 2810,
"address": "0x0000000000000000000000000000000000000000",
"address": "0x5300000000000000000000000000000000000011",
"symbol": "ETH",
"name": "Ethereum Token",
"decimals": 18,
Expand Down Expand Up @@ -183,7 +183,7 @@
},
"quote": {
"chainId": 2810,
"address": "0x0000000000000000000000000000000000000000",
"address": "0x5300000000000000000000000000000000000011",
"symbol": "ETH",
"name": "Ethereum Token",
"decimals": 18,
Expand Down Expand Up @@ -221,7 +221,7 @@
},
"quote": {
"chainId": 2810,
"address": "0x0000000000000000000000000000000000000000",
"address": "0x5300000000000000000000000000000000000011",
"symbol": "ETH",
"name": "Ethereum Token",
"decimals": 18,
Expand Down Expand Up @@ -259,7 +259,7 @@
},
"quote": {
"chainId": 2810,
"address": "0x0000000000000000000000000000000000000000",
"address": "0x5300000000000000000000000000000000000011",
"symbol": "ETH",
"name": "Ethereum Token",
"decimals": 18,
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/morph_holesky.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"chainId": 2810,
"address": "0x0000000000000000000000000000000000000000",
"address": "0x5300000000000000000000000000000000000011",
"symbol": "ETH",
"name": "Ethereum Token",
"decimals": 18,
Expand Down

0 comments on commit 4887647

Please sign in to comment.