Skip to content

Commit 55f28bb

Browse files
Adding AgentLayer Testnet (ethereum-lists#5177)
1 parent cf64f26 commit 55f28bb

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

_data/chains/eip155-42072.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "AgentLayer Testnet",
3+
"chain": "AgentLayer",
4+
"icon": "agentLayerIcon",
5+
"rpc": ["https://testnet-rpc.agentlayer.xyz"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Agent",
9+
"symbol": "AGENT",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://agentlayer.xyz/home",
13+
"shortName": "agent",
14+
"chainId": 42072,
15+
"networkId": 42072,
16+
"explorers": [
17+
{
18+
"name": "AgentLayer Testnet Explorer",
19+
"url": "https://testnet-explorer.agentlayer.xyz",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/icons/agentLayerIcon.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmSj6SSWmBiRjnjZQPb17kvhGDmB9xAGRkG13RwPuXLTCT",
4+
"width": 512,
5+
"height": 512,
6+
"format": "png"
7+
}
8+
]
Binary file not shown.

0 commit comments

Comments
 (0)