Skip to content

Commit

Permalink
cleanup+chains
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Jan 9, 2022
1 parent 5866922 commit f5175ef
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 328 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2021 Christophe Le Bars <clb@rouge.network>
Copyright (c) 2020-2022 Christophe Le Bars <clb@toort.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ library](https://docs.ethers.io/v5/) to intereact with EVM, you may be
interested by our sister package
[svelte-ethers-store](https://www.npmjs.com/package/svelte-ethers-store).

### Community
## Community

For additional help or discussion, join us [in our
Discord](https://discord.gg/7yXuwDwaHF).
Expand Down Expand Up @@ -237,7 +237,7 @@ connected with the Ethereum Mainnet :
{
"name": "Ethereum Mainnet",
"chain": "ETH",
"network": "mainnet",
"icon": "ethereum",
"rpc": [
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
"https://api.mycryptoapi.com/eth"
Expand All @@ -252,11 +252,11 @@ connected with the Ethereum Mainnet :
"shortName": "eth",
"chainId": 1,
"networkId": 1,
"icon": "ethereum",
"slip44": 60,
"ens": { "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" },
"explorers": [{
"name": "etherscan",
"url": "https://etherscan.io",
"icon": "etherscan",
"standard": "EIP3091"
}]
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "clbrge/svelte-web3",
"author": {
"name": "Christophe Le Bars",
"email": "<clb@rouge.network>"
"email": "<clb@toort.net>"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
Loading

0 comments on commit f5175ef

Please sign in to comment.