Skip to content

Commit

Permalink
Merge pull request MyEtherWallet#2033 from MyEtherWallet/devop/add-to…
Browse files Browse the repository at this point in the history
…kens

chore: new tokens
  • Loading branch information
gamalielhere authored Oct 25, 2022
2 parents ec58ae5 + 99313d9 commit 27b8536
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 6 deletions.
22 changes: 22 additions & 0 deletions dist/master-file.json
Original file line number Diff line number Diff line change
Expand Up @@ -24386,6 +24386,17 @@
"link": "https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/tokens/bsc/0x7269d98Af4aA705e0B1A5D8512FadB4d45817d5a.json",
"website": ""
},
{
"network": "bsc",
"symbol": "SHIB",
"name": "Binance-Peg SHIBA INU Token",
"decimals": 18,
"contract_address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D",
"icon": "",
"icon_png": "",
"link": "https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/tokens/bsc/0x2859e4544C4bB03966803b044A93563Bd2D0DD4D.json",
"website": ""
},
{
"network": "bsc",
"symbol": "SHIBA",
Expand Down Expand Up @@ -29710,6 +29721,17 @@
"link": "https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/tokens/bsc/0x4c0415A6e340eCCebff58131799C6c4127cc39FA.json",
"website": ""
},
{
"network": "bsc",
"symbol": "XEC",
"name": "Binance-Peg eCash Token",
"decimals": 18,
"contract_address": "0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3",
"icon": "",
"icon_png": "",
"link": "https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/src/tokens/bsc/0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3.json",
"website": ""
},
{
"network": "bsc",
"symbol": "XED",
Expand Down
54 changes: 54 additions & 0 deletions dist/tokens/bsc/tokens-bsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -59959,6 +59959,33 @@
"youtube": ""
}
},
{
"symbol": "SHIB",
"name": "Binance-Peg SHIBA INU Token",
"type": "ERC20",
"address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D",
"ens_address": "",
"decimals": 18,
"website": "",
"logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" },
"support": { "email": "", "url": "" },
"social": {
"blog": "",
"chat": "",
"discord": "",
"facebook": "",
"forum": "",
"github": "",
"gitter": "",
"instagram": "",
"linkedin": "",
"reddit": "",
"slack": "",
"telegram": "",
"twitter": "",
"youtube": ""
}
},
{
"symbol": "SHIBA",
"name": "BitShiba",
Expand Down Expand Up @@ -73027,6 +73054,33 @@
"youtube": ""
}
},
{
"symbol": "XEC",
"name": "Binance-Peg eCash Token",
"type": "ERC20",
"address": "0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3",
"ens_address": "",
"decimals": 18,
"website": "",
"logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" },
"support": { "email": "", "url": "" },
"social": {
"blog": "",
"chat": "",
"discord": "",
"facebook": "",
"forum": "",
"github": "",
"gitter": "",
"instagram": "",
"linkedin": "",
"reddit": "",
"slack": "",
"telegram": "",
"twitter": "",
"youtube": ""
}
},
{
"symbol": "XED",
"name": "Exeedme",
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/bsc/tokens-bsc.min.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions src/tokens/bsc/0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"symbol": "XEC",
"name": "Binance-Peg eCash Token",
"type": "ERC20",
"address": "0x0Ef2e7602adD1733Bfdb17aC3094d0421B502cA3",
"ens_address": "",
"decimals": 18,
"website": "",
"logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" },
"support": { "email": "", "url": "" },
"social": {
"blog": "",
"chat": "",
"discord": "",
"facebook": "",
"forum": "",
"github": "",
"gitter": "",
"instagram": "",
"linkedin": "",
"reddit": "",
"slack": "",
"telegram": "",
"twitter": "",
"youtube": ""
}
}
27 changes: 27 additions & 0 deletions src/tokens/bsc/0x2859e4544C4bB03966803b044A93563Bd2D0DD4D.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"symbol": "SHIB",
"name": "Binance-Peg SHIBA INU Token",
"type": "ERC20",
"address": "0x2859e4544C4bB03966803b044A93563Bd2D0DD4D",
"ens_address": "",
"decimals": 18,
"website": "",
"logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" },
"support": { "email": "", "url": "" },
"social": {
"blog": "",
"chat": "",
"discord": "",
"facebook": "",
"forum": "",
"github": "",
"gitter": "",
"instagram": "",
"linkedin": "",
"reddit": "",
"slack": "",
"telegram": "",
"twitter": "",
"youtube": ""
}
}

0 comments on commit 27b8536

Please sign in to comment.