Skip to content

Commit dfa2fb4

Browse files
pumpfiligi
andauthored
Pumpfi Chain Testnet (#6646)
* Add PUMPFI CHAIN TESTNET (Chain ID: 490092) * Add logo for PUMPFI CHAIN TESTNET * Fix missing comma in JSON file * Fix extra blank line at the end of the JSON file * Remove testnet field to pass JSON schema validation * Remove slug and logo fields to pass validation --------- Co-authored-by: ligi <ligi@ligi.de>
1 parent ed48241 commit dfa2fb4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

_data/chains/eip155-490092.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "PUMPFI CHAIN TESTNET",
3+
"chain": "PUMPFI CHAIN TESTNET",
4+
"rpc": ["https://rpc1testnet.pumpfi.me"],
5+
"faucets": ["https://faucet.pumpfi.me"],
6+
"nativeCurrency": {
7+
"name": "PMPT",
8+
"symbol": "PMPT",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://pumpfi.me",
12+
"shortName": "pumpfi-testnet",
13+
"chainId": 490092,
14+
"networkId": 490092,
15+
"explorers": [
16+
{
17+
"name": "Pumpfi Testnet Scan",
18+
"url": "https://testnetscan.pumpfi.me",
19+
"standard": "EIP3091"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)