Skip to content

Commit 29f5a0d

Browse files
Rename BEVM to GEB (ethereum-lists#7003)
* add logo file geb.json (cherry picked from commit 2adb827) * Add geb icon * Replace BEVM to GEB * Format geb.json * Format geb.json * Format geb.json * Format files * Format files * Format files * Format files --------- Co-authored-by: Gary20001016 <1019335958@qq.com> Co-authored-by: icodezjb <icodezjb@users.noreply.github.com>
1 parent 0aa81e9 commit 29f5a0d

4 files changed

Lines changed: 27 additions & 16 deletions

File tree

_data/chains/eip155-11501.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
{
2-
"name": "BEVM Mainnet",
3-
"chain": "BEVM",
4-
"rpc": ["https://rpc-mainnet-1.bevm.io/", "https://rpc-mainnet-2.bevm.io/"],
2+
"name": "GEB Mainnet",
3+
"chain": "GEB",
4+
"rpc": [
5+
"https://rpc-mainnet-1.geb.network/",
6+
"https://rpc-mainnet-2.geb.network/"
7+
],
58
"faucets": [],
69
"nativeCurrency": {
710
"name": "BTC",
811
"symbol": "BTC",
912
"decimals": 18
1013
},
11-
"infoURL": "https://bevm.io",
12-
"shortName": "bevm",
14+
"infoURL": "https://geb.network",
15+
"shortName": "geb",
1316
"chainId": 11501,
1417
"networkId": 11501,
15-
"icon": "bevm",
18+
"icon": "geb",
1619
"explorers": [
1720
{
18-
"name": "bevm mainnet scan",
19-
"url": "https://scan-mainnet.bevm.io",
21+
"name": "geb mainnet scan",
22+
"url": "https://scan.geb.network",
2023
"standard": "none"
2124
},
2225
{

_data/chains/eip155-11504.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"name": "BEVM Signet",
3-
"chain": "BEVM",
4-
"rpc": ["https://signet.bevm.io/"],
2+
"name": "GEB Signet",
3+
"chain": "GEB",
4+
"rpc": ["https://signet.geb.network/"],
55
"faucets": [],
66
"nativeCurrency": {
77
"name": "BTC",
88
"symbol": "BTC",
99
"decimals": 18
1010
},
11-
"infoURL": "https://bevm.io",
12-
"shortName": "bevm-signet",
11+
"infoURL": "https://geb.network",
12+
"shortName": "geb-signet",
1313
"chainId": 11504,
1414
"networkId": 11504,
15-
"icon": "bevm",
15+
"icon": "geb",
1616
"explorers": [
1717
{
18-
"name": "bevm signet scan",
19-
"url": "https://scan-signet.bevm.io",
18+
"name": "geb signet scan",
19+
"url": "https://scan-signet.geb.network",
2020
"standard": "none"
2121
}
2222
]

_data/icons/geb.json

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

0 commit comments

Comments
 (0)