Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Sep 20, 2024
2 parents 73ad97c + cc24859 commit 5396386
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
19 changes: 19 additions & 0 deletions _data/chains/eip155-1005.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "LemonChainTestnet",
"chain": "tLEMX",
"rpc": [
"https://rpc.testnet.lemonchain.io",
"https://rpc.testnet.allthingslemon.io"
],
"faucets": [],
"nativeCurrency": {
"name": "testnet LEMX",
"symbol": "tLEMX",
"decimals": 18
},
"infoURL": "https://dapp.allthingslemon.io/home",
"shortName": "tlemx",
"chainId": 1005,
"networkId": 1005,
"explorers": []
}
16 changes: 16 additions & 0 deletions _data/chains/eip155-1006.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "LemonChain",
"chain": "LEMX",
"rpc": ["https://rpc.lemonchain.io", "https://rpc.allthingslemon.io"],
"faucets": [],
"nativeCurrency": {
"name": "LEMX",
"symbol": "LEMX",
"decimals": 18
},
"infoURL": "https://dapp.allthingslemon.io/home",
"shortName": "lemx",
"chainId": 1006,
"networkId": 1006,
"explorers": []
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-167000.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"chain": "ETH",
"status": "active",
"icon": "taiko",
"rpc": ["https://rpc.mainnet.taiko.xyz", "wss://ws.mainnet.taiko.xyz"],
"rpc": ["https://rpc.mainnet.taiko.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down

0 comments on commit 5396386

Please sign in to comment.