Skip to content

Commit

Permalink
Support for different coinTypes
Browse files Browse the repository at this point in the history
This PR add the following cosmos coinTypes that do not follow the 118 standard:

494 band 
330 terra
852 desmos
60 injective
371 medibloc
505 provenance

Data comes from https://cosmos.directory/
I didn't go through the full list so some chains are probably missing, but I can do it if you guys want to add everything in one shot.
  • Loading branch information
HS-Joe authored Jan 26, 2024
1 parent 1195b07 commit 78f36c0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,24 @@
},
{
"coinType": 529
},
{
"coinType": 330
},
{
"coinType": 494
},
{
"coinType": 852
},
{
"coinType": 60
},
{
"coinType": 371
},
{
"coinType": 505
}
],
"snap_manageState": {}
Expand Down

0 comments on commit 78f36c0

Please sign in to comment.