Skip to content

Commit

Permalink
Merge pull request DefiLlama#8241 from Define101/main
Browse files Browse the repository at this point in the history
remove wallet gate , add cex helper
  • Loading branch information
Define101 authored Dec 1, 2023
2 parents 6945bf6 + 91ba8bb commit 7a6e3ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/gate-io/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
'0x0d0707963952f2fba59dd06f2b425ace40b492fe',
'0x1c4b70a3968436b9a0a9cf5205c787eb81bb558c',
'0x234ee9e35f8e9749a002fc42970d570db716453b',
'0x925206b8a707096Ed26ae47C84747fE0bb734F59',
//'0x925206b8a707096Ed26ae47C84747fE0bb734F59', //this should never be here, its the WBT token wallet
'0xD793281182A0e3E023116004778F45c29fc14F19',
'0xc882b111a75c0c657fc507c04fbfcd2cc984f071',
],
Expand Down Expand Up @@ -64,7 +64,7 @@ const config = {
'0x0d0707963952f2fba59dd06f2b425ace40b492fe',
'0x1c4b70a3968436b9a0a9cf5205c787eb81bb558c',
'0x234ee9e35f8e9749a002fc42970d570db716453b',
'0x925206b8a707096Ed26ae47C84747fE0bb734F59',
// '0x925206b8a707096Ed26ae47C84747fE0bb734F59',
'0xD793281182A0e3E023116004778F45c29fc14F19',
'0xc882b111a75c0c657fc507c04fbfcd2cc984f071',
'0x85FAa6C1F2450b9caEA300838981C2e6E120C35c',
Expand Down
1 change: 1 addition & 0 deletions projects/helper/cex.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const defaultTokens = {
'0x3c3a81e81dc49A522A592e7622A7E711c06bf354', // MNT
'0x61e90a50137e1f645c9ef4a0d3a4f01477738406', // LOKA
'0x64d0f55Cd8C7133a9D7102b13987235F486F2224', // BORG
'0x925206b8a707096Ed26ae47C84747fE0bb734F59', //WBT
],
tron: [
nullAddress,
Expand Down

0 comments on commit 7a6e3ef

Please sign in to comment.