Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mochainapp authored May 28, 2024
2 parents 12cbf00 + 55f28bb commit ef94509
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-15257.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Poodl Testnet",
"chain": "Poodl",
"icon": "poodlIcon",
"rpc": ["https://testnet-rpc.poodl.org"],
"faucets": ["https://faucet.poodl.org"],
"nativeCurrency": {
"name": "Poodl",
"symbol": "POODL",
"decimals": 18
},
"infoURL": "https://poodl.org",
"shortName": "poodlt",
"chainId": 15257,
"networkId": 15257,
"explorers": [
{
"name": "Poodl Testnet Explorer",
"url": "https://testnet.poodl.org",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-15259.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Poodl Mainnet",
"chain": "Poodl",
"icon": "poodlIcon",
"rpc": ["https://rpc.poodl.org"],
"faucets": [],
"nativeCurrency": {
"name": "Poodl",
"symbol": "POODL",
"decimals": 18
},
"infoURL": "https://poodl.org",
"shortName": "poodle",
"chainId": 15259,
"networkId": 15259,
"explorers": [
{
"name": "Poodl Mainnet Explorer",
"url": "https://explorer.poodl.org",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-42072.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "AgentLayer Testnet",
"chain": "AgentLayer",
"icon": "agentLayerIcon",
"rpc": ["https://testnet-rpc.agentlayer.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Agent",
"symbol": "AGENT",
"decimals": 18
},
"infoURL": "https://agentlayer.xyz/home",
"shortName": "agent",
"chainId": 42072,
"networkId": 42072,
"explorers": [
{
"name": "AgentLayer Testnet Explorer",
"url": "https://testnet-explorer.agentlayer.xyz",
"standard": "EIP3091"
}
]
}
26 changes: 26 additions & 0 deletions _data/chains/eip155-8047.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "BOAT Mainnet",
"title": "BOAT Mainnet",
"chain": "BOAT",
"icon": "boat",
"rpc": ["https://rpc0.come.boat/"],
"faucets": [],
"nativeCurrency": {
"name": "Best Of All Time Token",
"symbol": "BOAT",
"decimals": 18
},
"infoURL": "https://come.boats",
"shortName": "boat",
"chainId": 8047,
"networkId": 8047,
"slip44": 1,
"explorers": [
{
"name": "BOAT Mainnet Explorer",
"url": "https://scan.come.boats",
"icon": "boat",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/agentLayerIcon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSj6SSWmBiRjnjZQPb17kvhGDmB9xAGRkG13RwPuXLTCT",
"width": 512,
"height": 512,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreibqgh23s7yt7rikybybiwfivwtoh32n24scjykvgbgewo3ecbrcye",
"width": 512,
"height": 512,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/poodlIcon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXfBFHHb5kJGQ3dMLnhDhfFBsgAvm9U72jBSYcfmRHL2p",
"width": 400,
"height": 400,
"format": "png"
}
]
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ef94509

Please sign in to comment.