Skip to content

Commit 35bf92d

Browse files
authored
Adding Derive Testnet
1 parent 020ce00 commit 35bf92d

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

data/chains.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,10 +2037,27 @@
20372037
}
20382038
]
20392039
},
2040+
"901": {
2041+
"name": "Derive Testnet",
2042+
"description": "Decentralized protocol that creates unique and programmable onchain options, perpetuals, and structured products.",
2043+
"logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/derive.svg",
2044+
"ecosystem": ["Optimism", "Superchain"],
2045+
"isTestnet": true,
2046+
"layer": 2,
2047+
"rollupType": "optimistic",
2048+
"native_currency": "ETH",
2049+
"website": "https://www.derive.xyz/",
2050+
"explorers": [
2051+
{
2052+
"url": "https://explorer.derive.xyz/",
2053+
"hostedBy": "blockscout"
2054+
}
2055+
]
2056+
},
20402057
"957": {
20412058
"name": "Derive Mainnet",
20422059
"description": "Decentralized protocol that creates unique and programmable onchain options, perpetuals, and structured products.",
2043-
"logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/derive.png",
2060+
"logo": "https://blockscout-icons.s3.us-east-1.amazonaws.com/derive.svg",
20442061
"ecosystem": ["Optimism", "Superchain"],
20452062
"isTestnet": false,
20462063
"layer": 2,
@@ -2050,7 +2067,7 @@
20502067
"explorers": [
20512068
{
20522069
"url": "https://explorer.derive.xyz/",
2053-
"hostedBy": "conduit"
2070+
"hostedBy": "blockscout"
20542071
}
20552072
]
20562073
},

0 commit comments

Comments
 (0)