Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds matrixchain to ss58 tests #1924

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions packages/networks/test/ss58registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1263,16 +1263,16 @@
},
{
"prefix": 1110,
"network": "efinity",
"displayName": "Efinity",
"network": "matrixchain",
"displayName": "Enjin Matrixchain",
"symbols": [
"EFI"
"ENJ"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://efinity.io/"
"website": "https://enjin.io/"
},
{
"prefix": 1221,
Expand Down Expand Up @@ -1469,6 +1469,19 @@
"standardAccount": "*25519",
"website": "https://chainflip.io/"
},
{
"prefix": 2135,
"network": "enjin",
"displayName": "Enjin Relaychain",
"symbols": [
"ENJ"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://enjin.io/"
},
{
"prefix": 2199,
"network": "moonsama",
Expand Down Expand Up @@ -1837,4 +1850,4 @@
"standardAccount": "*25519",
"website": "https://goro.network"
}
]
]
Loading