Skip to content

Commit

Permalink
Remove connectors (#42)
Browse files Browse the repository at this point in the history
* Remove connectors

* 0.1.7
  • Loading branch information
ChaituVR authored Feb 23, 2022
1 parent dbb3a33 commit 1be6f5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/lock",
"version": "0.1.6",
"version": "0.1.7",
"repository": "snapshot-labs/lock",
"license": "MIT",
"main": "dist/lock.cjs.js",
Expand Down
65 changes: 0 additions & 65 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,68 +54,3 @@ export function getInjected() {

return injected;
}

export const connectors = {
injected: {
id: "injected",
name: "MetaMask"
},
walletconnect: {
id: "walletconnect",
name: "WalletConnect",
network: "1",
options: {
rpc: {
1: "https://cloudflare-eth.com",
4: "https://eth-rinkeby.alchemyapi.io/v2/twReQE9Px03E-E_N_Fbb3OVF7YgHxoGq",
42: "https://eth-kovan.alchemyapi.io/v2/QCsM2iU0bQ49eGDmZ7-Y--Wpu0lVWXSO"
}
},
icon: "ipfs://QmZRVqHpgRemw13aoovP2EaQdVtjzXRaQGQZsCLXWaNn9x"
},
trezor: {
id: "trezor",
name: "Trezor (with MetaMask)",
icon: "ipfs://QmVSxKigBBhARBGCqKffihWCK9jixPgVp3DEvhovpFaEDM"
},
torus: {
id: "torus",
name: "Torus",
icon: "ipfs://QmTsZvSJrj5xbreGzccwPCdkV7ZKYEzPqRrTe5xduXgVmu"
},
walletlink: {
id: "walletlink",
name: "Coinbase",
network: "1",
options: {
appName: "Snapshot",
darkMode: false,
chainId: 1,
ethJsonrpcUrl: "https://cloudflare-eth.com"
},
icon: "ipfs://QmbJKEaeMz6qR3DmJSTxtYtrZeQPptVfnnYK72QBsvAw5q"
},
portis: {
id: "portis",
name: "Portis",
network: "1",
options: {
dappId: "3eb93706-c71d-456b-b4eb-322ea27f7d48",
network: "mainnet"
},
icon: "ipfs://QmNuLXa47xSrDNKRfpPNhoFTuoztvtWCcwGnPpT5MXJWMb"
},
fortmatic: {
id: "fortmatic",
name: "Fortmatic",
options: {
apiKey: "pk_live_9CE8FD92E54684ED"
},
icon: "ipfs://QmRvERVgt2L8BH2tPWpzBWHLWCeESxnAP3omTG1Pxa2Z6V"
},
gnosis: {
id: "gnosis",
name: "Gnosis Safe",
icon: "ipfs://QmfJUHZLtRvadM7fvEJUWWxhS869KXXCMxPCr7TUqkwvUc"
}
}

0 comments on commit 1be6f5b

Please sign in to comment.