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

feat: add trumpchain metadata and logo #6654

Merged
merged 10 commits into from
Mar 3, 2025
27 changes: 27 additions & 0 deletions _data/chains/eip155-4547.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "TRUMPCHAIN",
"chain": "trumpchain",
"rpc": [
"https://testnet.trumpchain.dev/http",
"wss://testnet.trumpchain.dev/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "TrumpCoin",
"symbol": "TRUMP",
"decimals": 18
},
"infoURL": "https://trumpchain.dev",
"shortName": "trumpchain",
"chainId": 4547,
"networkId": 4547,
"icon": "trump",
"explorers": [
{
"name": "TRUMPCHAIN Explorer",
"url": "https://explorer.trumpchain.dev/",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/trump.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmPFt5rH4hGCdt1L9WT5ZMWfuxvX1Dss7GEB8crjDSm7Xh",
"width": 1024,
"height": 1024,
"format": "png"
}
]
Loading