Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/348-change-system-currency #10

Merged
merged 2 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/spa/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><base href=/ ><title>Open Block Explorer</title><meta charset=utf-8><meta name=description content=..><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><link rel=icon type=image/ico sizes=16x16 href=favicon.ico><script defer src=/js/vendor.1a9c5605.js></script><script defer src=/js/app.ea548511.js></script><link href=/css/vendor.b507aab4.css rel=stylesheet><link href=/css/app.31a7ead1.css rel=stylesheet></head><body><div id=q-app></div></body></html>
<!DOCTYPE html><html><head><base href=/ ><title>Open Block Explorer</title><meta charset=utf-8><meta name=description content=..><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><link rel=icon type=image/ico sizes=16x16 href=favicon.ico><script defer src=/js/vendor.1a9c5605.js></script><script defer src=/js/app.d587a040.js></script><link href=/css/vendor.b507aab4.css rel=stylesheet><link href=/css/app.31a7ead1.css rel=stylesheet></head><body><div id=q-app></div></body></html>
1 change: 1 addition & 0 deletions dist/spa/js/app.d587a040.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/spa/js/app.ea548511.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/config/chains/pangea-testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const CHAIN_ID =
const NAME = 'pangea-testnet';
const DISPLAY = 'Pangea';
const TOKEN = {
symbol: 'SYS',
precision: 4,
symbol: 'LEOS',
precision: 6,
amount: 0,
contract: 'eosio.token',
} as Token;
Expand Down
Loading