Skip to content

Commit

Permalink
Merge pull request #104 from eosnetworkfoundation/yarkin/support_pkdao
Browse files Browse the repository at this point in the history
Support PKDAO
  • Loading branch information
yarkinwho authored Apr 12, 2024
2 parents f8eec9a + f1e10da commit 4f3d7e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evm-bridge-frontend",
"version": "0.11.3",
"version": "0.11.4",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
Binary file added public/images/pkdao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@ export default {
warningList: [],
ingressFee: 0
},
{
name: 'PKDAO', addr: '0x70505c987a5722a2207dabb3d3b17ec020d7d6d2', logo: 'images/pkdao.png',
blockList: ['gateiowallet', 'eosbndeposit', 'bybitdeposit', 'bitgeteosdep', 'kucoindoteos', 'binancecleos', 'coinbasebase', 'krakenkraken', 'huobideposit', 'okbtothemoon'],
warningList: [],
ingressFee: 0
},
{
name: 'MLNK', addr: '0x47c727d53ebe90317144917f66a588dd45d4b114', logo: 'images/mlnk.png',
blockList: ['gateiowallet', 'eosbndeposit', 'bybitdeposit', 'bitgeteosdep', 'kucoindoteos', 'binancecleos', 'coinbasebase', 'krakenkraken', 'huobideposit', 'okbtothemoon'],
Expand Down

0 comments on commit 4f3d7e6

Please sign in to comment.