diff --git a/README.md b/README.md
index 342d5900..051bc973 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Your donation will help us make better products. Thanks in advance.
## Hire us
-You can hire us by submiting an issue and fund the issue on [IssueHunter](https://issuehunt.io/r/ping-pub/explorer)
+You can hire us by submitting an issue and fund the issue on [IssueHunter](https://issuehunt.io/r/ping-pub/explorer)
## Contributors
diff --git a/chains/README.md b/chains/README.md
index 7b651cfa..dbb910de 100644
--- a/chains/README.md
+++ b/chains/README.md
@@ -1,10 +1,10 @@
# Directory Layout
-** if you want to list your blockhain on ping.pub, please submit your configure on https://github.com/ping-pub/ping.pub.git **
+** if you want to list your blockchain on ping.pub, please submit your configuration on https://github.com/ping-pub/ping.pub.git **
- Submit configs for mainnet, go to https://github.com/ping-pub/explorer/tree/master/chains/mainnet
-- Submit configs for testnet, go to https://github.com/ping-pub/explorer/tree/master/chains/testnet, thess configs will be enabled when you visit the domain starts withs `testnet.*`, for example `https://testnet.ping.pub`
+- Submit configs for testnet, go to https://github.com/ping-pub/explorer/tree/master/chains/testnet, these configs will be enabled when you visit the domain that starts with `testnet.*`, for example `https://testnet.ping.pub`
# Sample of Config
diff --git a/chains/mainnet/axelar.json b/chains/mainnet/axelar.json
new file mode 100644
index 00000000..28bd6d98
--- /dev/null
+++ b/chains/mainnet/axelar.json
@@ -0,0 +1,74 @@
+{
+ "chain_name": "axelar",
+ "api": [
+ "https://rest.axelar.lava.build/lava-referer-97409c72-1a82-4861-8651-119c15151cbe"
+ ],
+ "rpc": [
+ "https://tm.axelar.lava.build/lava-referer-97409c72-1a82-4861-8651-119c15151cbe"
+ ],
+ "snapshot_provider": "",
+ "sdk_version": "0.45.6",
+ "coin_type": "118",
+ "min_tx_fee": "800",
+ "addr_prefix": "axelar",
+ "logo": "/logos/axelar.svg",
+ "theme_color": "#161723",
+ "assets": [
+ {
+ "base": "uaxl",
+ "symbol": "AXL",
+ "exponent": "6",
+ "coingecko_id": "axelar",
+ "logo": "/logos/axelar.svg"
+ },
+ {
+ "base": "uusdc",
+ "symbol": "axlUSDC",
+ "exponent": "6",
+ "coingecko_id": "usd-coin",
+ "logo": "/logos/usdc.svg"
+ },
+ {
+ "base": "uusdt",
+ "symbol": "axlUSDT",
+ "exponent": "6",
+ "coingecko_id": "tether",
+ "logo": "/logos/usdt.svg"
+ },
+ {
+ "base": "dai-wei",
+ "symbol": "axlDAI",
+ "exponent": "18",
+ "coingecko_id": "dai",
+ "logo": "/logos/dai.svg"
+ },
+ {
+ "base": "weth-wei",
+ "symbol": "axlWETH",
+ "exponent": "18",
+ "coingecko_id": "ethereum",
+ "logo": "/logos/weth.svg"
+ },
+ {
+ "base": "wmatic-wei",
+ "symbol": "axlWMATIC",
+ "exponent": "18",
+ "coingecko_id": "matic-network",
+ "logo": "/logos/wmatic.svg"
+ },
+ {
+ "base": "wavax-wei",
+ "symbol": "axlWAVAX",
+ "exponent": "18",
+ "coingecko_id": "avalanche-2",
+ "logo": "/logos/wavax.svg"
+ },
+ {
+ "base": "dot-planck",
+ "symbol": "axlDOT",
+ "exponent": "10",
+ "coingecko_id": "polkadot",
+ "logo": "/logos/dot.svg"
+ }
+ ]
+}
diff --git a/index.html b/index.html
index 3c1c9f94..156b08af 100644
--- a/index.html
+++ b/index.html
@@ -38,7 +38,7 @@
});
gtag('config', 'G-SSBKVF3GMX');
-
+