mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
renamed LPTokens to LPToken in definitions.json
This commit is contained in:
@@ -1583,7 +1583,7 @@
|
||||
}
|
||||
],
|
||||
[
|
||||
"LPTokens",
|
||||
"LPToken",
|
||||
{
|
||||
"nth": 24,
|
||||
"isVLEncoded": false,
|
||||
|
||||
@@ -3,7 +3,7 @@ import { Amount } from '../common'
|
||||
|
||||
import { BaseTransaction, isAmount, validateBaseTransaction } from './common'
|
||||
|
||||
const MAX_TRADING_FEE: number = 65000
|
||||
const MAX_TRADING_FEE = 65000
|
||||
|
||||
/**
|
||||
* AMMInstanceCreate is used to create AccountRoot and the corresponding
|
||||
|
||||
Reference in New Issue
Block a user