1+ [
2+ {
3+ "model" : " chains.chain" ,
4+ "pk" : 288 ,
5+ "fields" : {
6+ "relevance" : 1 ,
7+ "name" : " Boba" ,
8+ "short_name" : " boba" ,
9+ "description" : " Boba Network" ,
10+ "l2" : true ,
11+ "rpc_authentication" : " API_KEY_PATH" ,
12+ "rpc_uri" : " https://mainnet.boba.network/" ,
13+ "safe_apps_rpc_authentication" : " NO_AUTHENTICATION" ,
14+ "safe_apps_rpc_uri" : " https://mainnet.boba.network/" ,
15+ "block_explorer_uri_address_template" : " https://blockexplorer.boba.network/address/{{address}}" ,
16+ "block_explorer_uri_tx_hash_template" : " https://blockexplorer.boba.network/tx/{{txHash}}" ,
17+ "currency_name" : " Ether" ,
18+ "currency_symbol" : " ETH" ,
19+ "currency_decimals" : 18 ,
20+ "currency_logo_uri" : " chains/1/currency_logo.png" ,
21+ "transaction_service_uri" : " http://nginx-safe-transaction-service:8000" ,
22+ "vpc_transaction_service_uri" : " http://nginx-safe-transaction-service:8000" ,
23+ "theme_text_color" : " #001428" ,
24+ "theme_background_color" : " #E8E7E6" ,
25+ "recommended_master_copy_version" : " 1.3.0"
26+ }
27+ },
28+ {
29+ "model" : " chains.chain" ,
30+ "pk" : 28 ,
31+ "fields" : {
32+ "relevance" : 2 ,
33+ "name" : " Boba Rinkeby" ,
34+ "short_name" : " boba_rinkeby" ,
35+ "description" : " Boba Network Rinkeby" ,
36+ "l2" : true ,
37+ "rpc_authentication" : " NO_AUTHENTICATION" ,
38+ "rpc_uri" : " https://rinkeby.boba.network" ,
39+ "safe_apps_rpc_authentication" : " NO_AUTHENTICATION" ,
40+ "safe_apps_rpc_uri" : " https://rinkeby.boba.network" ,
41+ "block_explorer_uri_address_template" : " https://blockexplorer.rinkeby.boba.network/address/{{address}}" ,
42+ "block_explorer_uri_tx_hash_template" : " https://blockexplorer.rinkeby.boba.network/tx/{{txHash}}" ,
43+ "currency_name" : " Ether" ,
44+ "currency_symbol" : " ETH" ,
45+ "currency_decimals" : 18 ,
46+ "currency_logo_uri" : " chains/1/currency_logo.png" ,
47+ "transaction_service_uri" : " http://nginx-safe-transaction-service:8000" ,
48+ "vpc_transaction_service_uri" : " http://nginx-safe-transaction-service:8000" ,
49+ "theme_text_color" : " #ffffff" ,
50+ "theme_background_color" : " #E8673C" ,
51+ "recommended_master_copy_version" : " 1.3.0"
52+ }
53+ }
54+ ]
0 commit comments