Skip to content

Commit

Permalink
Merge pull request #1970 from novasamatech/feat/promote_jur_network
Browse files Browse the repository at this point in the history
promote Jur network
  • Loading branch information
ERussel authored Aug 17, 2023
2 parents c59042c + b0b1716 commit ea152ff
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
36 changes: 36 additions & 0 deletions chains/v13/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -6782,5 +6782,41 @@
},
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/krest.svg",
"addressPrefix": 42
},
{
"chainId": "58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a",
"name": "Jur",
"assets": [
{
"assetId": 0,
"symbol": "JUR",
"precision": 18,
"priceId": "jur",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/JUR.svg"
}
],
"nodes": [
{
"url": "wss://jur-mainnet-archive-rpc-1.icebergnodes.io",
"name": "Iceberg node"
},
{
"url": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws",
"name": "Simplystaking node"
}
],
"explorers": [
{
"name": "Polkascan",
"account": "https://jur.io/explorer/jur/account/{address}",
"event": "https://jur.io/explorer/jur/event/{event}"
}
],
"types": {
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/jur.json",
"overridesCommon": true
},
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Jur.svg",
"addressPrefix": 42
}
]
1 change: 0 additions & 1 deletion chains/v13/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -8525,7 +8525,6 @@
"explorers": [
{
"name": "Polkascan",
"extrinsic": null,
"account": "https://jur.io/explorer/jur/account/{address}",
"event": "https://jur.io/explorer/jur/event/{event}"
}
Expand Down

0 comments on commit ea152ff

Please sign in to comment.