@@ -42,7 +42,6 @@ export const providerEndpoints: ChainProvider[] = [
4242 endpoints : [
4343 { name : 'Astar' , endpoint : 'wss://rpc.astar.network' } ,
4444 { name : 'Dwellir' , endpoint : 'wss://astar-rpc.n.dwellir.com' } ,
45- { name : 'Blast' , endpoint : 'wss://astar.public.blastapi.io' } ,
4645 { name : 'OnFinality' , endpoint : 'wss://astar.api.onfinality.io/public-ws' } ,
4746 { name : 'Light Client (experimental)' , endpoint : 'light://substrate-connect/polkadot/astar' } ,
4847 ] ,
@@ -54,11 +53,7 @@ export const providerEndpoints: ChainProvider[] = [
5453 subscan : 'https://astar.subscan.io' ,
5554 blockscout : 'https://blockscout.com/astar' ,
5655 evmChainId : '592' ,
57- evmEndpoints : [
58- 'https://evm.astar.network' ,
59- 'https://astar.public.blastapi.io' ,
60- 'https://astar.api.onfinality.io/public' ,
61- ] ,
56+ evmEndpoints : [ 'https://evm.astar.network' , 'https://astar.api.onfinality.io/public' ] ,
6257 faucetEndpoint : 'https://us-central1-facuet-bot.cloudfunctions.net/app/astar' ,
6358 defaultLogo :
6459 'https://github.com/AstarNetwork/astar-apps/blob/main/src/assets/img/chain/astar.png?raw=true' ,
@@ -70,7 +65,6 @@ export const providerEndpoints: ChainProvider[] = [
7065 endpoints : [
7166 { name : 'Shiden' , endpoint : 'wss://rpc.shiden.astar.network' } ,
7267 { name : 'Dwellir' , endpoint : 'wss://shiden-rpc.n.dwellir.com' } ,
73- { name : 'Blast' , endpoint : 'wss://shiden.public.blastapi.io' } ,
7468 { name : 'OnFinality' , endpoint : 'wss://shiden.api.onfinality.io/public-ws' } ,
7569 { name : 'Light Client (experimental)' , endpoint : 'light://substrate-connect/kusama/shiden' } ,
7670 ] ,
@@ -82,11 +76,7 @@ export const providerEndpoints: ChainProvider[] = [
8276 subscan : 'https://shiden.subscan.io' ,
8377 blockscout : 'https://blockscout.com/shiden' ,
8478 evmChainId : '336' ,
85- evmEndpoints : [
86- 'https://evm.shiden.astar.network' ,
87- 'https://shiden.public.blastapi.io' ,
88- 'https://shiden.api.onfinality.io/public' ,
89- ] ,
79+ evmEndpoints : [ 'https://evm.shiden.astar.network' , 'https://shiden.api.onfinality.io/public' ] ,
9080 faucetEndpoint : 'https://us-central1-facuet-bot.cloudfunctions.net/app/shiden' ,
9181 defaultLogo :
9282 'https://github.com/AstarNetwork/astar-apps/blob/main/src/assets/img/chain/shiden.png?raw=true' ,
@@ -98,7 +88,6 @@ export const providerEndpoints: ChainProvider[] = [
9888 endpoints : [
9989 { name : 'Shibuya' , endpoint : 'wss://rpc.shibuya.astar.network' } ,
10090 { name : 'Dwellir' , endpoint : 'wss://shibuya-rpc.n.dwellir.com' } ,
101- { name : 'Blast' , endpoint : 'wss://shibuya.public.blastapi.io/' } ,
10291 { name : 'Light Client (experimental)' , endpoint : 'light://substrate-connect/tokyo/shibuya' } ,
10392 ] ,
10493 isSupportContract : true ,
@@ -109,7 +98,7 @@ export const providerEndpoints: ChainProvider[] = [
10998 subscan : 'https://shibuya.subscan.io' ,
11099 blockscout : 'https://blockscout.com/shibuya' ,
111100 evmChainId : '81' ,
112- evmEndpoints : [ 'https://evm.shibuya.astar.network' , 'https://shibuya.public.blastapi.io' ] ,
101+ evmEndpoints : [ 'https://evm.shibuya.astar.network' ] ,
113102 faucetEndpoint : 'https://us-central1-facuet-bot.cloudfunctions.net/app/shibuya' ,
114103 defaultLogo :
115104 'https://github.com/AstarNetwork/astar-apps/blob/main/src/assets/img/chain/shibuya.png?raw=true' ,
0 commit comments