diff --git a/public/test.html b/public/test.html new file mode 100644 index 00000000..6b46c576 --- /dev/null +++ b/public/test.html @@ -0,0 +1,17 @@ + +
+Height | -Hash | -Proposer | -Txs | -Time | -
---|---|---|---|---|
- |
- {{ item.block_id?.hash }} | -- {{ format.validator(item.block?.header?.proposer_address) }} - | -{{ item.block?.data?.txs.length }} | -{{ format.toDay(item.block?.header?.time, 'from') }} | -
<script src="https://unpkg.com/ping-widget@latest/dist/ping-widget.js">
+ <script type="module" src="https://unpkg.com/ping-widget@latest/dist/ping-widget.js">
<ping-connect-wallet chain-id="{{ chainId }}" hd-path="{{ hdPath }}"/>
+ <ping-connect-wallet chain-id="{{ chainId }}" hd-path="{{ hdPath }}"/>
<ping-token-convert chain-name="{{ chainName }}" endpoint="{{endpoint}}" hd-path="hdPath"/>
+ <ping-token-convert chain-name="{{ chainName }}" endpoint="{{endpoint}}" hd-path="{{hdPath}}"/>
+ <label for="PingTokenConvert" class="btn btn-sm">Buy {{chainName.toUpperCase()}}</label>