Skip to content

Commit

Permalink
Update Pryzm fee currencies config to add dYdX, stDYDX and stTIA (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
madrezaz committed Jul 25, 2024
1 parent 7a2b0ea commit c9716dd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions cosmos/pryzm.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,36 @@
"average": 0.03,
"high": 0.04
}
},
{
"coinDenom": "DYDX",
"coinMinimalDenom": "ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",
"coinDecimals": 18,
"gasPriceStep": {
"low": 10000000000,
"average": 12000000000,
"high": 14000000000
}
},
{
"coinDenom": "stTIA",
"coinMinimalDenom": "ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.002,
"average": 0.003,
"high": 0.004
}
},
{
"coinDenom": "stDYDX",
"coinMinimalDenom": "ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",
"coinDecimals": 18,
"gasPriceStep": {
"low": 10000000000,
"average": 12000000000,
"high": 14000000000
}
}
],
"features": [
Expand Down

0 comments on commit c9716dd

Please sign in to comment.