-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish fix: upper bound for claim tx
- Loading branch information
Showing
14 changed files
with
3,211 additions
and
38 deletions.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,31 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<!DOCTYPE html><html><head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Claim on Trezor</title> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/stellar-sdk/9.1.0/stellar-sdk.min.js" | ||
integrity="sha512-29ReeDE/g7IJWIy2da3122XVUvVdNDNoXGsmlcmn+CDODrPDT6DOeMQLZcsc3Eyh8RNwZ/XXrMfESF49Ck8usg==" | ||
crossorigin="anonymous" referrerpolicy="no-referrer" ></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/stellar-sdk/9.1.0/stellar-sdk.min.js" integrity="sha512-29ReeDE/g7IJWIy2da3122XVUvVdNDNoXGsmlcmn+CDODrPDT6DOeMQLZcsc3Eyh8RNwZ/XXrMfESF49Ck8usg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
|
||
|
||
<script src='https://cdn.jsdelivr.net/npm/[email protected]/bignumber.min.js' ></script> | ||
<script src='./helpers/fast-toml.js'></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bignumber.min.js"></script> | ||
<script src="./helpers/fast-toml.js"></script> | ||
|
||
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js" data-sap-ui-libs="sap.m" | ||
data-sap-ui-xx-waitForTheme="true" data-sap-ui-theme="sap_fiori_3" data-sap-ui-resourceRoots='{ | ||
"stellar.trezor-workaround": "./" | ||
}' data-sap-ui-onInit="module:sap/ui/core/ComponentSupport" data-sap-ui-compatVersion="edge" data-sap-ui-async="true" | ||
data-sap-ui-xx-bindingSyntax="complex" ></script> | ||
<script id="sap-ui-bootstrap" src="resources/sap-ui-custom.js" data-sap-ui-libs="sap.m" data-sap-ui-xx-waitfortheme="true" data-sap-ui-theme="sap_fiori_3" data-sap-ui-resourceroots="{ | ||
"stellar.trezor-workaround": "./" | ||
}" data-sap-ui-oninit="module:sap/ui/core/ComponentSupport" data-sap-ui-compatversion="edge" data-sap-ui-async="true" data-sap-ui-xx-bindingsyntax="complex"></script> | ||
|
||
</head> | ||
|
||
<body class="sapUiBody"> | ||
<div data-sap-ui-component data-name="stellar.trezor-workaround" data-id="container" data-settings='{"id" : "stellar.trezor-workaround"}'> | ||
<div data-sap-ui-component="" data-name="stellar.trezor-workaround" data-id="container" data-settings="{"id" : "stellar.trezor-workaround"}"> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> | ||
|
||
</body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.