Skip to content

Commit caff357

Browse files
authored
Merge branch 'master' into patch-2
2 parents 05d69f8 + c7d23c9 commit caff357

6 files changed

Lines changed: 76 additions & 6 deletions

File tree

_data/chains/eip155-1166.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "ClubMOS Testnet",
3+
"chain": "tCMX",
4+
"rpc": ["https://rpc-testnet.mosscan.com"],
5+
"faucets": ["https://faucet.clubmos.com"],
6+
"nativeCurrency": {
7+
"name": "ClubMOS",
8+
"symbol": "tCMX",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://www.clubmos.com",
12+
"shortName": "tCMX",
13+
"chainId": 1166,
14+
"networkId": 1166,
15+
"icon": "mos",
16+
"explorers": [
17+
{
18+
"name": "mosscan",
19+
"url": "https://testnet.mosscan.com",
20+
"icon": "mosscan",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/chains/eip155-16602.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
{
2-
"name": "0G-Testnet-Galileo",
3-
"chain": "0G-Testnet",
2+
"name": "0G Galileo Testnet",
3+
"chain": "0G",
44
"rpc": ["https://evmrpc-testnet.0g.ai"],
5-
"faucets": ["https://faucet.0g.ai"],
5+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
6+
"faucets": [
7+
"https://faucet.0g.ai",
8+
"https://cloud.google.com/application/web3/faucet/0g/galileo"
9+
],
610
"nativeCurrency": {
711
"name": "0G",
812
"symbol": "0G",
913
"decimals": 18
1014
},
1115
"infoURL": "https://0g.ai",
12-
"shortName": "0g-testnet-galileo",
16+
"shortName": "0g-galileo-testnet",
1317
"chainId": 16602,
1418
"networkId": 16602,
19+
"slip44": 1,
1520
"icon": "0g",
1621
"explorers": [
1722
{
18-
"name": "0G BlockChain Explorer",
23+
"name": "0G Chainscan",
1924
"url": "https://chainscan-galileo.0g.ai",
2025
"standard": "EIP3091"
2126
}

_data/chains/eip155-16661.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "0G Mainnet",
33
"chain": "0G",
44
"rpc": ["https://evmrpc.0g.ai"],
5+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
56
"faucets": [],
67
"nativeCurrency": {
78
"name": "0G",
@@ -15,7 +16,7 @@
1516
"icon": "0g",
1617
"explorers": [
1718
{
18-
"name": "0G BlockChain Explorer",
19+
"name": "0G Chainscan",
1920
"url": "https://chainscan.0g.ai",
2021
"standard": "EIP3091"
2122
}

_data/chains/eip155-2255.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "ClubMOS",
3+
"chain": "CMX",
4+
"rpc": ["https://rpc.mosscan.com"],
5+
"faucets": ["https://faucet.clubmos.com"],
6+
"nativeCurrency": {
7+
"name": "ClubMOS",
8+
"symbol": "CMX",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://www.clubmos.com",
12+
"shortName": "CMX",
13+
"chainId": 2255,
14+
"networkId": 2255,
15+
"icon": "mos",
16+
"explorers": [
17+
{
18+
"name": "mosscan",
19+
"url": "https://mosscan.com",
20+
"icon": "mosscan",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/icons/mos.json

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

_data/icons/mosscan.json

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

0 commit comments

Comments
 (0)