Skip to content

Commit

Permalink
adding adf chain mainnet and testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekQuestGLT committed Oct 3, 2024
1 parent b929757 commit 67f203c
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-1212.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ADF Chain Testnet",
"chain": "ADF Chain Testnet",
"icon": "addfilltestnet",
"rpc": ["https://testnet.adftechnology.com/"],
"faucets": [],
"nativeCurrency": {
"name": "ADDFILL Testnet",
"symbol": "tADF",
"decimals": 18
},
"infoURL": "https://www.adfstarworld.com/",
"shortName": "tADF",
"chainId": 1212,
"networkId": 1212,
"explorers": [
{
"name": "ADF Testnet explorer",
"url": "https://testnet-explorer.adftechnology.com/",
"standard": "EIP3091"
}
],
"status": "active"
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-1215.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ADF Chain",
"chain": "ADF Chain",
"icon": "addfillmainnet",
"rpc": ["https://mainnet.adftechnology.com/"],
"faucets": [],
"nativeCurrency": {
"name": "ADDFILL",
"symbol": "ADF",
"decimals": 18
},
"infoURL": "https://www.adfstarworld.com/",
"shortName": "ADF",
"chainId": 1215,
"networkId": 1215,
"explorers": [
{
"name": "ADF explorer",
"url": "https://explorer.adftechnology.com/",
"standard": "EIP3091"
}
],
"status": "active"
}
8 changes: 8 additions & 0 deletions _data/icons/addfillmainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx",
"width": 697,
"height": 697,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/addfilltestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx",
"width": 697,
"height": 697,
"format": "png"
}
]

0 comments on commit 67f203c

Please sign in to comment.