Skip to content

Commit

Permalink
Fix URLs for slash
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Jul 7, 2023
1 parent a36a4e5 commit 35e5e8d
Show file tree
Hide file tree
Showing 33 changed files with 267 additions and 264 deletions.
12 changes: 6 additions & 6 deletions docs/connect-blockchain/base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Base Goerli",
blockExplorer: "https://goerli.basescan.org/",
blockExplorer: "https://goerli.basescan.org",
ticker: "ETH",
tickerName: "ETH",
},
Expand Down Expand Up @@ -113,7 +113,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Base Goerli",
blockExplorer: "https://goerli.basescan.org/",
blockExplorer: "https://goerli.basescan.org",
ticker: "ETH",
tickerName: "ETH",
},
Expand Down Expand Up @@ -142,7 +142,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Base Goerli",
blockExplorer: "https://goerli.basescan.org/",
blockExplorer: "https://goerli.basescan.org",
ticker: "ETH",
tickerName: "ETH",
},
Expand Down Expand Up @@ -184,7 +184,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Base Goerli",
blockExplorer: "https://goerli.basescan.org/",
blockExplorer: "https://goerli.basescan.org",
ticker: "ETH",
tickerName: "ETH",
},
Expand Down Expand Up @@ -214,7 +214,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Base Goerli",
blockExplorer: "https://goerli.basescan.org/",
blockExplorer: "https://goerli.basescan.org",
ticker: "ETH",
tickerName: "ETH",
},
Expand Down Expand Up @@ -243,7 +243,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Base Goerli",
blockExplorer: "https://goerli.basescan.org/",
blockExplorer: "https://goerli.basescan.org",
ticker: "ETH",
tickerName: "ETH",
},
Expand Down
12 changes: 6 additions & 6 deletions docs/connect-blockchain/bnb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Binance SmartChain Mainnet",
blockExplorer: "https://bscscan.com/",
blockExplorer: "https://bscscan.com",
ticker: "BNB",
tickerName: "BNB",
},
Expand Down Expand Up @@ -113,7 +113,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Binance SmartChain Mainnet",
blockExplorer: "https://bscscan.com/",
blockExplorer: "https://bscscan.com",
ticker: "BNB",
tickerName: "BNB",
},
Expand Down Expand Up @@ -142,7 +142,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Binance SmartChain Mainnet",
blockExplorer: "https://bscscan.com/",
blockExplorer: "https://bscscan.com",
ticker: "BNB",
tickerName: "BNB",
},
Expand Down Expand Up @@ -184,7 +184,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Binance SmartChain Mainnet",
blockExplorer: "https://bscscan.com/",
blockExplorer: "https://bscscan.com",
ticker: "BNB",
tickerName: "BNB",
},
Expand Down Expand Up @@ -214,7 +214,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Binance SmartChain Mainnet",
blockExplorer: "https://bscscan.com/",
blockExplorer: "https://bscscan.com",
ticker: "BNB",
tickerName: "BNB",
},
Expand Down Expand Up @@ -243,7 +243,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Binance SmartChain Mainnet",
blockExplorer: "https://bscscan.com/",
blockExplorer: "https://bscscan.com",
ticker: "BNB",
tickerName: "BNB",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/connect-blockchain/connect-blockchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode, Alchemy, Ankr etc.
displayName: "Ethereum Mainnet", // EVM chain's Name
blockExplorer: "https://etherscan.io/", // EVM chain's Blockexplorer
blockExplorer: "https://etherscan.io", // EVM chain's Blockexplorer
ticker: "ETH", // EVM chain's Ticker
tickerName: "Ethereum", // EVM chain's Ticker Name
},
Expand Down
16 changes: 8 additions & 8 deletions docs/connect-blockchain/cronos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Cronos Mainnet",
blockExplorer: "https://cronoscan.com/",
blockExplorer: "https://cronoscan.com",
ticker: "CRO",
tickerName: "CRO",
},
Expand Down Expand Up @@ -113,7 +113,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Cronos Mainnet",
blockExplorer: "https://cronoscan.com/",
blockExplorer: "https://cronoscan.com",
ticker: "CRO",
tickerName: "CRO",
},
Expand Down Expand Up @@ -142,7 +142,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Cronos Mainnet",
blockExplorer: "https://cronoscan.com/",
blockExplorer: "https://cronoscan.com",
ticker: "CRO",
tickerName: "CRO",
},
Expand Down Expand Up @@ -184,7 +184,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Cronos Mainnet",
blockExplorer: "https://cronoscan.com/",
blockExplorer: "https://cronoscan.com",
ticker: "CRO",
tickerName: "CRO",
},
Expand Down Expand Up @@ -214,7 +214,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Cronos Mainnet",
blockExplorer: "https://cronoscan.com/",
blockExplorer: "https://cronoscan.com",
ticker: "CRO",
tickerName: "CRO",
},
Expand Down Expand Up @@ -243,7 +243,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Cronos Mainnet",
blockExplorer: "https://cronoscan.com/",
blockExplorer: "https://cronoscan.com",
ticker: "CRO",
tickerName: "CRO",
},
Expand Down Expand Up @@ -276,11 +276,11 @@ const web3auth = new Web3Auth({
chainConfig: {
chainNamespace: "eip155",
chainId: "0x152", // hex of 338, cronos testnet
rpcTarget: "https://rpc-t3.cronos.org/",
rpcTarget: "https://rpc-t3.cronos.org",
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Cronos Testnet",
blockExplorer: "https://cronoscan.com/",
blockExplorer: "https://cronoscan.com",
ticker: "CRO",
tickerName: "CRO",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/connect-blockchain/klaytn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Klaytn Testnet",
blockExplorer: "https://baobab.scope.klaytn.com/",
blockExplorer: "https://baobab.scope.klaytn.com",
ticker: "KLAY",
tickerName: "KLAY",
},
Expand Down
8 changes: 4 additions & 4 deletions docs/connect-blockchain/multi-chain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const polygonPrivateKeyProvider = new EthereumPrivateKeyProvider({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Polygon Mumbai",
blockExplorer: "https://mumbai.polygonscan.com/",
blockExplorer: "https://mumbai.polygonscan.com",
ticker: "MATIC",
tickerName: "MATIC",
},
Expand Down Expand Up @@ -165,7 +165,7 @@ const bnbPrivateKeyProvider = new EthereumPrivateKeyProvider({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Binance SmartChain Mainnet",
blockExplorer: "https://bscscan.com/",
blockExplorer: "https://bscscan.com",
ticker: "BNB",
tickerName: "BNB",
},
Expand Down Expand Up @@ -227,7 +227,7 @@ const cronosPrivateKeyProvider = new EthereumPrivateKeyProvider({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Cronos Mainnet",
blockExplorer: "https://cronoscan.com/",
blockExplorer: "https://cronoscan.com",
ticker: "CRO",
tickerName: "CRO",
},
Expand Down Expand Up @@ -300,7 +300,7 @@ const solanaPrivateKeyProvider = new SolanaPrivateKeyProvider({
chainId: "0x1",
rpcTarget: "https://ssc-dao.genesysgo.net",
displayName: "Solana Mainnet",
blockExplorer: "https://explorer.solana.com/",
blockExplorer: "https://explorer.solana.com",
ticker: "SOL",
tickerName: "Solana",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/connect-blockchain/polygon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const web3auth = new Web3Auth({
// Avoid using public rpcTarget in production.
// Use services like Infura, Quicknode etc
displayName: "Polygon Mumbai Testnet",
blockExplorer: "https://mumbai.polygonscan.com/",
blockExplorer: "https://mumbai.polygonscan.com",
ticker: "MATIC",
tickerName: "Matic",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/connect-blockchain/tezos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const web3auth = new Web3Auth({
web3AuthNetwork: "cyan",
chainConfig: {
chainNamespace: "other", // for all non EVM and SOLANA chains, use "other"
rpcTarget: "https://rpc.tzbeta.net/",
rpcTarget: "https://rpc.tzbeta.net",
displayName: "Tezos",
blockExplorer: "https://tzstats.com",
ticker: "XTZ",
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ export const DemoData = [
key: "demo-firebase",
title: "Firebase Demo App",
icon: "logo-firebase.png",
path: "https://demo-firebase.web3auth.io/",
path: "https://demo-firebase.web3auth.io",
},
{
key: "demo-auth0",
title: "Auth0 Demo App",
icon: "logo-auth0.png",
path: "https://demo-auth0.web3auth.io/",
path: "https://demo-auth0.web3auth.io",
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ await web3auth.authenticateUser();
{
"iat": 1655835494,
"aud": "BCtbnOamqh0cJFEUYA0NB5YkvBECZ3HLZsKfvSRBvew2EiiKW3UxpyQASSR0artjQkiUOCHeZ_ZeygXpYpxZjOs",
"iss": "https://api.openlogin.com/",
"iss": "https://api.openlogin.com",
"email": "[email protected]",
"name": "John Doe",
"profileImage": "https://lh3.googleusercontent.com/a/AATXAJx3lnGmHiM4K97uLo9Rb0AxOceH-dQCBSRqGbck=s96-c",
Expand Down
6 changes: 3 additions & 3 deletions docs/sdk/core-kit/node/initialize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const ethereumPrivateKeyProvider = new EthereumPrivateKeyProvider({
chainId: "0x1",
rpcTarget: `https://rpc.ankr.com/eth`,
displayName: "ropsten",
blockExplorer: "https://ropsten.etherscan.io/",
blockExplorer: "https://ropsten.etherscan.io",
ticker: "ETH",
tickerName: "Ethereum",
},
Expand All @@ -168,7 +168,7 @@ const provider = new SolanaPrivateKeyProvider({
chainId: "0x1", // Please use 0x1 for Mainnet, 0x2 for Testnet, 0x3 for Devnet
rpcTarget: "https://rpc.ankr.com/solana",
displayName: "Solana Mainnet",
blockExplorer: "https://explorer.solana.com/",
blockExplorer: "https://explorer.solana.com",
ticker: "SOL",
tickerName: "Solana",
},
Expand All @@ -189,7 +189,7 @@ const ethereumPrivateKeyProvider = new EthereumPrivateKeyProvider({
chainId: "0x1",
rpcTarget: `https://rpc.ankr.com/eth`,
displayName: "ropsten",
blockExplorer: "https://ropsten.etherscan.io/",
blockExplorer: "https://ropsten.etherscan.io",
ticker: "ETH",
tickerName: "Ethereum",
},
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/core-kit/node/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const provider = new EthereumPrivateKeyProvider({
chainId: "0x1",
rpcTarget: `https://rpc.ankr.com/eth`,
displayName: "ropsten",
blockExplorer: "https://ropsten.etherscan.io/",
blockExplorer: "https://ropsten.etherscan.io",
ticker: "ETH",
tickerName: "Ethereum",
},
Expand Down
6 changes: 3 additions & 3 deletions docs/sdk/core-kit/sfa/initialize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const ethereumPrivateKeyProvider = new EthereumPrivateKeyProvider({
chainId: "0x1",
rpcTarget: `https://rpc.ankr.com/eth`,
displayName: "ropsten",
blockExplorer: "https://ropsten.etherscan.io/",
blockExplorer: "https://ropsten.etherscan.io",
ticker: "ETH",
tickerName: "Ethereum",
},
Expand All @@ -200,7 +200,7 @@ const provider = new SolanaPrivateKeyProvider({
chainId: "0x1", // Please use 0x1 for Mainnet, 0x2 for Testnet, 0x3 for Devnet
rpcTarget: "https://rpc.ankr.com/solana",
displayName: "Solana Mainnet",
blockExplorer: "https://explorer.solana.com/",
blockExplorer: "https://explorer.solana.com",
ticker: "SOL",
tickerName: "Solana",
},
Expand All @@ -221,7 +221,7 @@ const ethereumPrivateKeyProvider = new EthereumPrivateKeyProvider({
chainId: "0x1",
rpcTarget: `https://rpc.ankr.com/eth`,
displayName: "ropsten",
blockExplorer: "https://ropsten.etherscan.io/",
blockExplorer: "https://ropsten.etherscan.io",
ticker: "ETH",
tickerName: "Ethereum",
},
Expand Down
10 changes: 5 additions & 5 deletions docs/sdk/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,19 @@ export const HelperSDKGroupData = [
key: "provider-evm",
title: "EVM Chain Provider SDK",
icon: "logo-js.png",
path: "/sdk/helper-sdks/providers/evm/",
path: "/sdk/helper-sdks/providers/evm",
},
{
key: "provider-solana",
title: "Solana Provider SDK",
icon: "logo-js.png",
path: "/sdk/helper-sdks/providers/solana/",
path: "/sdk/helper-sdks/providers/solana",
},
{
key: "provider-xrpl",
title: "XRPL Provider SDK",
icon: "logo-js.png",
path: "/sdk/helper-sdks/providers/xrpl/",
path: "/sdk/helper-sdks/providers/xrpl",
},
{
key: "provider-common",
Expand All @@ -144,13 +144,13 @@ export const HelperSDKGroupData = [
key: "plugin-evm",
title: "EVM Wallet UI Plugin",
icon: "logo-js.png",
path: "/sdk/helper-sdks/plugins/evm-wallet/",
path: "/sdk/helper-sdks/plugins/evm-wallet",
},
{
key: "plugin-solana",
title: "Solana Wallet UI Plugin",
icon: "logo-js.png",
path: "/sdk/helper-sdks/plugins/solana-wallet/",
path: "/sdk/helper-sdks/plugins/solana-wallet",
},
],
},
Expand Down
Loading

0 comments on commit 35e5e8d

Please sign in to comment.