Skip to content

Commit f5844d8

Browse files
Add L2 Protocol (#181)
* Add L2 Protocol Add L2 Protocol blockchain * fixing JSON structure --------- Co-authored-by: NikitaSavik <NikitaSavik@users.noreply.github.com>
1 parent 6e08fe8 commit f5844d8

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

data/chains.json

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12217,21 +12217,38 @@
1221712217
],
1221812218
"logo": "https://app.mintrax.network/images/MTT.png"
1221912219
},
12220+
"12216": {
12221+
"name": "L2 Protocol",
12222+
"description": "Smart Contracts for Any Chain",
12223+
"ecosystem": ["Ethereum"],
12224+
"isTestnet": false,
12225+
"layer": 1,
12226+
"rollupType": null,
12227+
"native_currency": "L2P",
12228+
"website": "https://l2protocol.com",
12229+
"explorers": [
12230+
{
12231+
"url": "https://l2pscan.com",
12232+
"hostedBy": "self"
12233+
}
12234+
],
12235+
"logo": "https://static.l2protocol.com/images/icon.svg"
12236+
},
1222012237
"890": {
12221-
"name": "Capital Exchange",
12222-
"description": "CXM",
12223-
"ecosystem": ["Capital Exchange"],
12224-
"isTestnet": false,
12225-
"layer": 1,
12226-
"rollupType": null,
12227-
"native_currency": "CXM",
12228-
"website": "https://www.capitalexchange.markets",
12229-
"explorers": [
12230-
{
12231-
"url": "https://explorer.capitalexchange.net",
12232-
"hostedBy": "blockscout"
12233-
}
12234-
],
12235-
"logo": "https://capitalexchange.it/img/cxm1.png"
12236-
}
12238+
"name": "Capital Exchange",
12239+
"description": "CXM",
12240+
"ecosystem": ["Capital Exchange"],
12241+
"isTestnet": false,
12242+
"layer": 1,
12243+
"rollupType": null,
12244+
"native_currency": "CXM",
12245+
"website": "https://www.capitalexchange.markets",
12246+
"explorers": [
12247+
{
12248+
"url": "https://explorer.capitalexchange.net",
12249+
"hostedBy": "blockscout"
12250+
}
12251+
],
12252+
"logo": "https://capitalexchange.it/img/cxm1.png"
12253+
}
1223712254
}

0 commit comments

Comments
 (0)