Skip to content

Commit

Permalink
Changed MATIC to POL
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsraham committed Oct 9, 2024
1 parent edea605 commit 9fe9055
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 46 deletions.
8 changes: 4 additions & 4 deletions docs/connect-blockchain/evm/polygon/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ here to get you started quickly on that.
services like Infura, Quicknode etc)
- Display Name: Polygon Mainnet
- Block Explorer Link: https://polygonscan.com
- Ticker: MATIC
- Ticker Name: MATIC
- Ticker: POL
- Ticker Name: Polygon Ecosystem Token

</TabItem>

Expand All @@ -67,8 +67,8 @@ here to get you started quickly on that.
services like Infura, Quicknode etc)
- Display Name: Polygon Amoy Testnet
- Block Explorer Link: https://amoy.polygonscan.com/
- Ticker: MATIC
- Ticker Name: MATIC
- Ticker: POL
- Ticker Name: Polygon Ecosystem Token

</TabItem>
</Tabs>
Expand Down
8 changes: 4 additions & 4 deletions docs/connect-blockchain/evm/polygon/flutter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ started quickly on that.
services like Infura, Quicknode etc)
- Display Name: Polygon Mainnet
- Block Explorer Link: https://polygonscan.com
- Ticker: MATIC
- Ticker Name: MATIC
- Ticker: POL
- Ticker Name: Polygon Ecosystem Token

</TabItem>

Expand All @@ -71,8 +71,8 @@ started quickly on that.
services like Infura, Quicknode etc)
- Display Name: Polygon Amoy Testnet
- Block Explorer Link: https://amoy.polygonscan.com
- Ticker: MATIC
- Ticker Name: MATIC
- Ticker: POL
- Ticker Name: Polygon Ecosystem Token

</TabItem>
</Tabs>
Expand Down
8 changes: 4 additions & 4 deletions docs/connect-blockchain/evm/polygon/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ here to get you started quickly on that.
services like Infura, Quicknode etc)
- Display Name: Polygon Mainnet
- Block Explorer Link: https://polygonscan.com
- Ticker: MATIC
- Ticker Name: MATIC
- Ticker: POL
- Ticker Name: Polygon Ecosystem Token

</TabItem>

Expand All @@ -69,8 +69,8 @@ here to get you started quickly on that.
services like Infura, Quicknode etc)
- Display Name: Polygon Amoy Testnet
- Block Explorer Link: https://amoy.polygonscan.com
- Ticker: MATIC
- Ticker Name: MATIC
- Ticker: POL
- Ticker Name: Polygon Ecosystem Token

</TabItem>
</Tabs>
Expand Down
8 changes: 4 additions & 4 deletions docs/connect-blockchain/evm/polygon/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const chainConfig = {
// Use services like Infura, Quicknode etc
displayName: "Polygon Mainnet",
blockExplorer: "https://polygonscan.com",
ticker: "MATIC",
tickerName: "Matic",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
};
```

Expand All @@ -87,8 +87,8 @@ const chainConfig = {
// Use services like Infura, Quicknode etc
displayName: "Polygon Amoy Testnet",
blockExplorer: "https://amoy.polygonscan.com/",
ticker: "MATIC",
tickerName: "Matic",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
};
```

Expand Down
8 changes: 4 additions & 4 deletions docs/connect-blockchain/evm/polygon/unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ started quickly on that.
services like Infura, Quicknode etc)
- Display Name: Polygon Mainnet
- Block Explorer Link: https://polygonscan.com
- Ticker: MATIC
- Ticker Name: MATIC
- Ticker: POL
- Ticker Name: Polygon Ecosystem Token

</TabItem>

Expand All @@ -67,8 +67,8 @@ started quickly on that.
services like Infura, Quicknode etc)
- Display Name: Polygon Amoy Testnet
- Block Explorer Link: https://amoy.polygonscan.com
- Ticker: MATIC
- Ticker Name: MATIC
- Ticker: POL
- Ticker Name: Polygon Ecosystem Token

</TabItem>
</Tabs>
Expand Down
8 changes: 4 additions & 4 deletions docs/connect-blockchain/evm/polygon/web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ const chainConfig = {
// Use services like Infura, Quicknode etc
displayName: "Polygon Mainnet",
blockExplorerUrl: "https://polygonscan.com",
ticker: "MATIC",
tickerName: "MATIC",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
logo: "https://cryptologos.cc/logos/polygon-matic-logo.png",
};
```
Expand All @@ -108,8 +108,8 @@ const chainConfig = {
// Use services like Infura, Quicknode etc
displayName: "Polygon Amoy Testnet",
blockExplorerUrl: "https://amoy.polygonscan.com/",
ticker: "MATIC",
tickerName: "MATIC",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
logo: "https://cryptologos.cc/logos/polygon-matic-logo.png",
};
```
Expand Down
4 changes: 2 additions & 2 deletions docs/sdk/pnp/web/no-modal/no-modal-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ const App = () => {
addAndSwitchChain({
chainId: "0x89",
rpcTarget: "https://rpc.ankr.com/polygon",
displayName: "Polygon Mainnet",
ticker: "MATIC",
displayName: "Polygon Ecosystem Token",
ticker: "POL",
})
}
>
Expand Down
4 changes: 2 additions & 2 deletions docs/sdk/wallet-ecosystems/mocaverse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,8 @@ const chainConfig = {
// Use services like Infura, Quicknode etc
displayName: "Polygon Mainnet",
blockExplorerUrl: "https://polygonscan.com",
ticker: "MATIC",
tickerName: "MATIC",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
logo: "https://cryptologos.cc/logos/polygon-matic-logo.png",
};

Expand Down
8 changes: 4 additions & 4 deletions docs/sdk/wallet-services/ChainConfigDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const chainConfigs = {
displayName: "Polygon",
logo: "polygon.svg",
rpcTarget: "ENTER YOUR RPC URL HERE",
ticker: "MATIC",
tickerName: "Matic Network Token",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
},
BinanceSmartChain: {
chainNamespace: "EIP155",
Expand Down Expand Up @@ -120,8 +120,8 @@ const chainConfigs = {
displayName: "Polygon Amoy",
logo: "polygon.svg",
rpcTarget: "ENTER YOUR RPC URL HERE",
ticker: "MATIC",
tickerName: "Matic Network Token",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
isTestnet: true,
},
BinanceSmartChainTestnet: {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/guides/flutter-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ final chainConfigs = [
"rpcTarget": "https://rpc.ankr.com/polygon",
"displayName": "Polygon Mainnet",
"blockExplorerUrl": "https://polygonscan.com",
"ticker": "MATIC",
"ticker": "POL",
"logo": "https://web3auth.io/images/web3authlog.png",
"wss": '',
},
Expand All @@ -564,7 +564,7 @@ final chainConfigs = [
"rpcTarget": "https://rpc-amoy.polygon.technology",
"displayName": "Polygon Amoy Testnet",
"blockExplorerUrl": "https://www.oklink.com/amoy",
"ticker": "MATIC",
"ticker": "POL",
"logo": "https://web3auth.io/images/web3authlog.png",
"wss": '',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ title: Initialize Web3Auth
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

Web3Auth needs to be initialized as soon as your app loads up to enable the user to log in. Preferably done within a constructor, initialization is
the step where you can pass on all the configurations for Web3Auth you want.
Web3Auth needs to be initialized as soon as your app loads up to enable the user to log in.
Preferably done within a constructor, initialization is the step where you can pass on all the
configurations for Web3Auth you want.

For initializing Web3Auth SFA Web SDK, you need to provide your Client ID, the Web3Auth Network of your project and the configuration of the chain
you're looking to connect to. A simple integration for some of the popular blockchains will look like this:
For initializing Web3Auth SFA Web SDK, you need to provide your Client ID, the Web3Auth Network of
your project and the configuration of the chain you're looking to connect to. A simple integration
for some of the popular blockchains will look like this:

<Tabs
defaultValue="evm"
Expand Down Expand Up @@ -52,8 +54,8 @@ const chainConfig = {
rpcTarget: "https://rpc.ankr.com/polygon",
displayName: "Polygon Mainnet",
blockExplorer: "https://polygon.etherscan.io",
ticker: "MATIC",
tickerName: "Polygon",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
};

const privateKeyProvider = new EthereumPrivateKeyProvider({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const chainConfig = {
rpcTarget: "https://rpc.ankr.com/polygon",
displayName: "Polygon Mainnet",
blockExplorerUrl: "https://polygon.etherscan.io",
ticker: "MATIC",
tickerName: "Polygon",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
};

const privateKeyProvider = new EthereumPrivateKeyProvider({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const chainConfig = {
rpcTarget: "https://rpc.ankr.com/polygon",
displayName: "Polygon Mainnet",
blockExplorerUrl: "https://polygon.etherscan.io",
ticker: "MATIC",
tickerName: "Polygon",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
};
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const chainConfig = {
rpcTarget: "https://rpc.ankr.com/polygon",
displayName: "Polygon Mainnet",
blockExplorerUrl: "https://polygon.etherscan.io",
ticker: "MATIC",
tickerName: "Polygon",
ticker: "POL",
tickerName: "Polygon Ecosystem Token",
};

const privateKeyProvider = new EthereumPrivateKeyProvider({
Expand Down

0 comments on commit 9fe9055

Please sign in to comment.