Skip to content

Commit

Permalink
supported chains page
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathbabu-moralis committed Oct 14, 2024
1 parent c0664f1 commit 81bf694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/configs/api-reference/evmChainData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ const chainData = [
{
name: "Ronin Saigon Testnet",
logo: "/img/content/ronin.png",
chainID: "0x7e4 (2020)",
chainID: "0x7e5 (2021)",
evmChain: "EvmChain.RONIN_TESTNET",
isNew: true,
type: "Testnet",
Expand All @@ -1264,7 +1264,7 @@ const chainData = [
internalTxs: true,
erc20Swaps: false,
nftTrades: false,
queryParams: ["ronin-testnet", "0x7e5"],
queryParams: ["ronin-testnet", "2021"],
},
streamsApi: {
supported: true,
Expand All @@ -1283,7 +1283,7 @@ const chainData = [
{
name: "Lisk",
logo: "/img/content/lisk.png",
chainID: "0x7e4 (2020)",
chainID: "0x4ef (1263)",
evmChain: "EvmChain.LISK",
isNew: true,
type: "Mainnet",
Expand Down Expand Up @@ -1311,10 +1311,10 @@ const chainData = [
{
name: "Lisk Sepolia Testnet",
logo: "/img/content/lisk.png",
chainID: "0x7e4 (2020)",
chainID: "0x106a (4202)",
evmChain: "EvmChain.LISK_SEPOLIA",
isNew: true,
type: "Mainnet",
type: "Testnet",
evmApi: {
supported: true,
internalTxs: true,
Expand Down
Binary file modified static/img/content/lisk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81bf694

Please sign in to comment.