Skip to content

Commit e68b751

Browse files
jackkru69cleverfox
andauthored
Add Deinfra Mainnet and Deinfra Dev 3 (#7440)
* Add deinfra devnet * Fix naming conventions in DeInfra Devnet3 and add DeInfra Mainnet configuration * Fix formatting of faucet URL in DeInfra Devnet3 configuration --------- Co-authored-by: cleverfox <devel@viruzzz.org>
1 parent 488d75f commit e68b751

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

_data/chains/eip155-1000000003.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "DeInfra Devnet3",
3+
"chain": "DeInfraDev3",
4+
"rpc": ["https://c3n1.thepower.io:1446/jsonrpc"],
5+
"faucets": ["https://faucet.thepower.io/"],
6+
"nativeCurrency": {
7+
"name": "dev3SK",
8+
"symbol": "dSK",
9+
"decimals": 18
10+
},
11+
"icon": "deinfra",
12+
"infoURL": "https://deinfra.net",
13+
"shortName": "deinfra-dev3",
14+
"chainId": 1000000003,
15+
"networkId": 1000000003,
16+
"explorers": [
17+
{
18+
"name": "Deinfra Devnet Chain 3 Network Explorer",
19+
"url": "https://bs.thepower.io",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/chains/eip155-100501.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "DeInfra Mainnet",
3+
"chain": "DeInfraMainnet",
4+
"rpc": ["https://c100501n3.deinfra.net:443/jsonrpc"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "SK",
8+
"symbol": "SK",
9+
"decimals": 18
10+
},
11+
"icon": "deinfra",
12+
"infoURL": "https://deinfra.net",
13+
"shortName": "deinfra-mainnet",
14+
"chainId": 100501,
15+
"networkId": 100501,
16+
"explorers": [
17+
{
18+
"name": "Deinfra Mainnet Network Explorer",
19+
"url": "https://explorer.deinfra.net",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/icons/deinfra.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafybeic234jzphpt7pg2jjosi3zohllbjhz6e5gc2snda4uzrmv6cwfbvi",
4+
"width": 411,
5+
"height": 425,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)