Skip to content
Snippets Groups Projects
Unverified Commit 3c18ef18 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt Committed by GitHub
Browse files

Merge pull request #94 from pablomat/master

European Financial Transparency Gateway support in Beem
parents 82e438f6 41559732
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ known_prefixes = [
"EOS",
"VIT",
"WKA",
"EUR",
]
......
......@@ -85,4 +85,14 @@ known_chains = {
{"asset": "VESTS", "symbol": "VESTS", "precision": 6, "id": 2}
],
},
"EFTG": {
"chain_id": "1c15984beb16945c01cb9bc3d654b0417c650461dfe535018fe03a4fc5a36864",
"min_version": "0.19.6",
"prefix": "EUR",
"chain_assets": [
{"asset": "SBD", "symbol": "EUR", "precision": 3, "id": 0},
{"asset": "STEEM", "symbol": "EFTG", "precision": 3, "id": 1},
{"asset": "VESTS", "symbol": "VESTS", "precision": 6, "id": 2}
],
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment