Skip to content

Commit

Permalink
Create selfchain.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ywil23 authored Sep 30, 2024
1 parent f0041b1 commit 848f8d3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions chains/mainnet/selfchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"chain_name": "selfchain",
"registry_name": "selfchain",
"api": [
{"provider": "Vinjan.Inc", "address": "https://api-selfchain.vinjan.xyz"}


],
"rpc": [
{"provider": "Vinjan.Inc", "address": "https://rpc-selfchain.vinjan.xyz"}


],
"sdk_version": "0.47.10",
"coin_type": "118",
"min_tx_fee": "1000",
"addr_prefix": "self",
"logo": "/logos/selfchain.png",
"assets": [{
"base": "uself",
"symbol": "SLF",
"exponent": "6",
"coingecko_id": "slf",
"logo": "/logos/selfchain.png"
}]
}

0 comments on commit 848f8d3

Please sign in to comment.