@@ -71,12 +71,12 @@ module.exports = {
7171 gasPrice : 11 * 1000000000
7272 } ,
7373 Klay : {
74- url : `https://public-node-api.klaytnapi.com/v1/cypress ` ,
74+ url : `https://public-en-cypress.klaytn.net ` ,
7575 chainId : 8217 ,
7676 accounts : accounts
7777 } ,
7878 KlayTest : {
79- url : `https://api. baobab.klaytn.net:8651/ ` ,
79+ url : `https://public-en- baobab.klaytn.net` ,
8080 chainId : 1001 ,
8181 accounts : accounts
8282 } ,
@@ -119,7 +119,100 @@ module.exports = {
119119 url : `https://mainnet.aurora.dev` ,
120120 chainId : 1313161554 ,
121121 accounts : accounts
122- }
122+ } ,
123+
124+ Celo : {
125+ url : `https://rpc.ankr.com/celo` ,
126+ chainId : 42220 ,
127+ accounts : accounts
128+ } ,
129+ Harmony : {
130+ url : `https://api.harmony.one` ,
131+ chainId : 1666600000 ,
132+ accounts : accounts
133+ } ,
134+ zkSync : {
135+ url : `https://mainnet.era.zksync.io` ,
136+ chainId : 324 ,
137+ accounts : accounts
138+ } ,
139+ zkEvm : {
140+ url : `https://zkevm-rpc.com` ,
141+ chainId : 1101 ,
142+ accounts : accounts
143+ } ,
144+ Boba : {
145+ url : `https://mainnet.boba.network` ,
146+ chainId : 288 ,
147+ accounts : accounts
148+ } ,
149+ Metis : {
150+ url : `https://andromeda.metis.io/?owner=1088` ,
151+ chainId : 1088 ,
152+ accounts : accounts
153+ } ,
154+
155+ Cronos : {
156+ url : `https://cronos-evm.publicnode.com` ,
157+ chainId : 25 ,
158+ accounts : accounts
159+ } ,
160+ Kava : {
161+ url : `https://evm.kava.io` ,
162+ chainId : 2222 ,
163+ accounts : accounts
164+ } ,
165+ Evmos : {
166+ url : `https://evmos-evm.publicnode.com` ,
167+ chainId : 9001 ,
168+ accounts : accounts
169+ } ,
170+
171+ Moonbeam : {
172+ url : `https://rpc.api.moonbeam.network` ,
173+ chainId : 1284 ,
174+ accounts : accounts
175+ } ,
176+ Moonriver : {
177+ url : `https://rpc.api.moonriver.moonbeam.network` ,
178+ chainId : 1285 ,
179+ accounts : accounts
180+ } ,
181+ Astar : {
182+ url : `https://evm.astar.network` ,
183+ chainId : 592 ,
184+ accounts : accounts
185+ } ,
186+ Conflux : {
187+ url : `https://evm.confluxrpc.com` ,
188+ chainId : 1030 ,
189+ accounts : accounts
190+ } ,
191+ Oasis : {
192+ url : `https://emerald.oasis.dev` ,
193+ chainId : 42262 ,
194+ accounts : accounts
195+ } ,
196+ Velas : {
197+ url : `https://explorer.velas.com/rpc` ,
198+ chainId : 106 ,
199+ accounts : accounts
200+ } ,
201+ Telos : {
202+ url : `https://rpc1.eu.telos.net/evm` ,
203+ chainId : 40 ,
204+ accounts : accounts
205+ } ,
206+ Syscoin : {
207+ url : `https://rpc.syscoin.org` ,
208+ chainId : 57 ,
209+ accounts : accounts
210+ } ,
211+ Ethw : {
212+ url : `https://mainnet.ethereumpow.org` ,
213+ chainId : 10001 ,
214+ accounts : accounts
215+ } ,
123216 } ,
124217 solidity : {
125218 compilers : [
0 commit comments