-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
84 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,4 +93,5 @@ setSupportedCurrencies([ | |
"scroll_sepolia", | ||
"ton", | ||
"etherlink", | ||
"mantra", | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import CosmosBase from "./cosmosBase"; | ||
|
||
class Mantra extends CosmosBase { | ||
stakingDocUrl: string; | ||
unbondingPeriod: number; | ||
prefix: string; | ||
validatorPrefix: string; | ||
// Provided by coin config | ||
ledgerValidator!: string; | ||
lcd!: string; | ||
constructor() { | ||
super(); | ||
this.stakingDocUrl = ""; | ||
this.unbondingPeriod = 21; | ||
this.prefix = "mantra"; | ||
this.validatorPrefix = `${this.prefix}valoper`; | ||
} | ||
} | ||
|
||
export default Mantra; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
d9e3d43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Bot] Testing with 'Nitrogen' 💰 1 miss funds ($0.00) ⏲ 4.7s
Please increase the account target to at least 7 accounts
Details of the 0 mutations
Spec mantra (failed)
Details of the 6 uncovered mutations
Spec mantra (6)
Portfolio ($0.00) – Details of the 1 currencies
mantra1rs97j43nfyvc689y5rjvnnhrq3tes6ghshzpqh
Performance ⏲ 4.7s
Time spent for each spec: (total across mutations)
d9e3d43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Bot] Testing with 'Nitrogen' ❌ 2 txs 💰 1 miss funds ($0.00) ⏲ 8.8s
❌ 2 mutation errors
Please increase the account target to at least 7 accounts
Details of the 2 mutations
Spec mantra (2)
Details of the 6 uncovered mutations
Spec mantra (6)
Portfolio ($0.00) – Details of the 1 currencies
mantra1rs97j43nfyvc689y5rjvnnhrq3tes6ghshzpqh
Performance ⏲ 8.8s
Time spent for each spec: (total across mutations)
d9e3d43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Bot] Testing with 'Nitrogen' ❌ 3 txs 💰 1 miss funds ($0.00) ⏲ 10.9s
❌ 3 mutation errors
Please increase the account target to at least 7 accounts
Details of the 3 mutations
Spec mantra (3)
Details of the 6 uncovered mutations
Spec mantra (6)
Portfolio ($0.00) – Details of the 1 currencies
mantra1rs97j43nfyvc689y5rjvnnhrq3tes6ghshzpqh
Performance ⏲ 10.9s
Time spent for each spec: (total across mutations)