-
Notifications
You must be signed in to change notification settings - Fork 1
/
chains_config.json
122 lines (120 loc) · 3.44 KB
/
chains_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"degen":{
"id": 666666666,
"name": "Degen",
"nativeCurrency": {
"name": "Degen",
"symbol": "DEGEN",
"decimals": 18
},
"rpcUrls": {
"default": {
"http": [
"https://rpc.degen.tips"
],
"webSocket": [
"wss://rpc.degen.tips"
]
}
},
"contracts": {
"communityHub": {
"address": "0x9ae529170EB1E41e838845f1a9f1aEc635590a86"
}
},
"blockExplorers": {
"default": {
"name": "Degen Explorer",
"url": "https://explorer.degen.tips"
}
},
"logo": "https://raw.githubusercontent.com/trustwallet/assets/9558bf5571bc72d7f8d170fa6670d5a797f2d91d/blockchains/base/assets/0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed/logo.png"
},
"degen-dev":{
"id": 666666666,
"name": "Degen",
"nativeCurrency": {
"name": "Degen",
"symbol": "DEGEN",
"decimals": 18
},
"rpcUrls": {
"default": {
"http": [
"https://rpc.degen.tips"
],
"webSocket": [
"wss://rpc.degen.tips"
]
}
},
"contracts": {
"communityHub": {
"address": "0x97D81ce6Ec0303a52a4c132028FfBA700f307A19"
}
},
"blockExplorers": {
"default": {
"name": "Degen Explorer",
"url": "https://explorer.degen.tips"
}
},
"logo": "https://raw.githubusercontent.com/trustwallet/assets/9558bf5571bc72d7f8d170fa6670d5a797f2d91d/blockchains/base/assets/0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed/logo.png"
},
"base": {
"id": 8453,
"name": "Base",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpcUrls": {
"default": {
"http": [
"https://mainnet.base.org/"
]
}
},
"contracts": {
"communityHub": {
"address": "0x52b7fdb72Db7b1279919Ec1cF69D3f5Cb51d1243"
}
},
"blockExplorers": {
"default": {
"name": "Base Network Explorer",
"url": "https://basescan.org"
}
},
"logo": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/base/info/logo.png"
},
"base-sep": {
"id": 84532,
"name": "Base Sepolia",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpcUrls": {
"default": {
"http": [
"https://sepolia.base.org"
]
}
},
"contracts": {
"communityHub": {
"address": "0x84404c12e73388392A9A256de470F550Eac5A383"
}
},
"blockExplorers": {
"default": {
"name": "Base Sepolia Network Explorer",
"url": "https://sepolia.basescan.org"
}
},
"logo": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/base/info/logo.png"
}
}