This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "alias" : " atleta-sepolia-testnet" ,
3+ "decimals" : 18 ,
4+ "explorer" : {
5+ "api" : {
6+ "key" : {
7+ "required" : false
8+ },
9+ "url" : " https://blockscout.testnet-v2.atleta.network/api"
10+ },
11+ "browserUrl" : " https://blockscout.testnet-v2.atleta.network/"
12+ },
13+ "id" : " 2340" ,
14+ "name" : " Atleta testnet" ,
15+ "providers" : [
16+ {
17+ "alias" : " default" ,
18+ "rpcUrl" : " https://rpc.testnet-v2.atleta.network:9944"
19+ }
20+ ],
21+ "symbol" : " ATLA" ,
22+ "testnet" : true
23+ }
Original file line number Diff line number Diff line change @@ -118,6 +118,19 @@ export const CHAINS: Chain[] = [
118118 symbol : 'ETH' ,
119119 testnet : false ,
120120 } ,
121+ {
122+ alias : 'atleta-sepolia-testnet' ,
123+ decimals : 18 ,
124+ explorer : {
125+ api : { key : { required : false } , url : 'https://blockscout.testnet-v2.atleta.network/api' } ,
126+ browserUrl : 'https://blockscout.testnet-v2.atleta.network/' ,
127+ } ,
128+ id : '2340' ,
129+ name : 'Atleta testnet' ,
130+ providers : [ { alias : 'default' , rpcUrl : 'https://rpc.testnet-v2.atleta.network:9944' } ] ,
131+ symbol : 'ATLA' ,
132+ testnet : true ,
133+ } ,
121134 {
122135 alias : 'aurora-testnet' ,
123136 decimals : 18 ,
You can’t perform that action at this time.
0 commit comments