mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 04:35:49 +00:00
update websocket to new ripple-lib and with new fees
This commit is contained in:
6
js/api-ripple.min.js
vendored
6
js/api-ripple.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -253,13 +253,13 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
Request('submit', {
|
Request('submit', {
|
||||||
secret: 'sssssssssssssssssssssssssssss',
|
secret: 'sn3nxiW7v8KXzPzAqzyHXbSSKNuN9',
|
||||||
tx_json: {
|
tx_json: {
|
||||||
Flags: 0,
|
Flags: 0,
|
||||||
TransactionType: 'AccountSet',
|
TransactionType: 'AccountSet',
|
||||||
Account: 'rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn',
|
Account: 'rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn',
|
||||||
Sequence: void(0),
|
Sequence: void(0),
|
||||||
Fee: '15',
|
Fee: '10000',
|
||||||
Flags: 0
|
Flags: 0
|
||||||
},
|
},
|
||||||
_description: 'Submits a transaction to the network.',
|
_description: 'Submits a transaction to the network.',
|
||||||
@@ -278,8 +278,9 @@
|
|||||||
"issuer" : "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn"
|
"issuer" : "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
secret : "sssssssssssssssssssssssssssss",
|
secret : "sn3nxiW7v8KXzPzAqzyHXbSSKNuN9",
|
||||||
offline: false,
|
offline: false,
|
||||||
|
fee_mult_max: 1000,
|
||||||
_description: 'Sends a transaction to be signed by the server.',
|
_description: 'Sends a transaction to be signed by the server.',
|
||||||
_link: 'rippled-apis.html#sign',
|
_link: 'rippled-apis.html#sign',
|
||||||
_takes_secret: true
|
_takes_secret: true
|
||||||
|
|||||||
12
js/ripple-0.11.0-min.js
vendored
Normal file
12
js/ripple-0.11.0-min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -195,7 +195,7 @@
|
|||||||
<script type='text/javascript' src='js/es5-shim.js'></script>
|
<script type='text/javascript' src='js/es5-shim.js'></script>
|
||||||
<script src='vendor/codemirror.min.js'></script>
|
<script src='vendor/codemirror.min.js'></script>
|
||||||
<script type='text/javascript' src='js/cm-javascript.min.js'></script>
|
<script type='text/javascript' src='js/cm-javascript.min.js'></script>
|
||||||
<script type='text/javascript' src='js/api-ripple.min.js'></script>
|
<script type='text/javascript' src='js/ripple-0.11.0-min.js'></script>
|
||||||
<script type='text/javascript' src='js/apitool-websocket.js'></script>
|
<script type='text/javascript' src='js/apitool-websocket.js'></script>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user