Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ADF chain Mainnet and Testnet #5927

Merged
merged 16 commits into from
Oct 3, 2024
Merged
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": "addfilltest",
"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": "addfillmain",
"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/addfillmain.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/addfilltest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx",
"width": 697,
"height": 697,
"format": "png"
}
]
Loading