From 3f2a0d2a80878e7f06c1bdaae3b73651b4b07e51 Mon Sep 17 00:00:00 2001 From: nick134 <76399455+nick134-bit@users.noreply.github.com> Date: Sat, 27 Jul 2024 17:58:29 +0200 Subject: [PATCH 1/3] chore: order poollist inj --- public/mainnet/injective-1/pools_list.json | 96 +++++++++++----------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/public/mainnet/injective-1/pools_list.json b/public/mainnet/injective-1/pools_list.json index e7445711..808d2f06 100644 --- a/public/mainnet/injective-1/pools_list.json +++ b/public/mainnet/injective-1/pools_list.json @@ -262,6 +262,54 @@ "staking_address": "inj10udnevccyg50e80gkeynr0s9gx70j699jgepzl", "rewards_tokens": [] }, + { + "pool_id": "SYN-INJ", + "lpOrder": [ + "SYN", + "INJ" + ], + "assetOrder": [ + "SYN", + "INJ" + ], + "displayName": "SYN-INJ", + "displayLogo1": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png", + "displayLogo2": "/logos/injective.png", + "pool_assets": [ + { + "id": "", + "chain_id": "injective-1", + "token_address": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN", + "symbol": "SYN", + "name": "SYN", + "decimals": 6, + "logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png", + "tags": [ + "native" + ], + "native": true, + "denom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN" + }, + { + "id": "injective-protocol", + "chain_id": "injective-1", + "token_address": "inj", + "symbol": "INJ", + "name": "INJ", + "decimals": 18, + "logoURI": "/logos/injective.png", + "tags": [ + "native" + ], + "native": true, + "denom": "inj" + } + ], + "lp_token": "factory/inj1z7mx2tc9ea4y2y0nx230pe7knm8fryk3rv6r2c/uLP", + "swap_address": "inj1z7mx2tc9ea4y2y0nx230pe7knm8fryk3rv6r2c", + "staking_address": "", + "rewards_tokens": [] + }, { "pool_id": "HACHI-WHALE", "lpOrder": [ @@ -355,54 +403,6 @@ "lp_token": "factory/inj1tuemzz3xa2gurzv828y795r7uycmcafr0ktzwk/uLP", "staking_address": "inj1yxp40zt6fhrfqjz6l7cgl97plw8qfyxyracfj3", "rewards_tokens": [] - }, - { - "pool_id": "SYN-INJ", - "lpOrder": [ - "SYN", - "INJ" - ], - "assetOrder": [ - "SYN", - "INJ" - ], - "displayName": "SYN-INJ", - "displayLogo1": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png", - "displayLogo2": "/logos/injective.png", - "pool_assets": [ - { - "id": "", - "chain_id": "injective-1", - "token_address": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN", - "symbol": "SYN", - "name": "SYN", - "decimals": 6, - "logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png", - "tags": [ - "native" - ], - "native": true, - "denom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN" - }, - { - "id": "injective-protocol", - "chain_id": "injective-1", - "token_address": "inj", - "symbol": "INJ", - "name": "INJ", - "decimals": 18, - "logoURI": "/logos/injective.png", - "tags": [ - "native" - ], - "native": true, - "denom": "inj" - } - ], - "lp_token": "factory/inj1z7mx2tc9ea4y2y0nx230pe7knm8fryk3rv6r2c/uLP", - "swap_address": "inj1z7mx2tc9ea4y2y0nx230pe7knm8fryk3rv6r2c", - "staking_address": "", - "rewards_tokens": [] } ], "version": { From eafcd1520250e3281346ae8ad2788ab63e8ff105 Mon Sep 17 00:00:00 2001 From: nick134 <76399455+nick134-bit@users.noreply.github.com> Date: Sat, 27 Jul 2024 18:30:27 +0200 Subject: [PATCH 2/3] chore: update next --- next.config.js | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/next.config.js b/next.config.js index 1a88ddf6..cc567b2f 100644 --- a/next.config.js +++ b/next.config.js @@ -39,11 +39,6 @@ const config = { destination: '/migaloo/bonding', permanent: false, }, - { - source: '/bonding', - destination: '/migaloo/bonding', - permanent: false, - }, { source: '/pools', destination: '/migaloo/pools', @@ -65,6 +60,15 @@ const config = { // Adding policies: async headers() { return [ + { + source: '/_next/static/chunks/:slug.js', + headers: [ + { + key: 'Content-Type', + value: 'application/javascript', + }, + ], + }, { source: '/(.*)', headers: [ @@ -78,12 +82,12 @@ const config = { }, { key: 'Content-Security-Policy', - value: "frame-ancestors 'none'" + value: "frame-ancestors 'none'", }, { key: 'X-Content-Type-Options', value: 'nosniff', - } + }, ], }, ]; From 329d9e2290871f8f4966df8cba9c93701feb8adf Mon Sep 17 00:00:00 2001 From: nick134 <76399455+nick134-bit@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:30:31 +0200 Subject: [PATCH 3/3] chore: add pools --- public/mainnet/injective-1/pools_list.json | 98 +++++++++++++++++++++- public/mainnet/migaloo-1/pools_list.json | 10 +-- public/mainnet/phoenix-1/pools_list.json | 50 ++++++++++- 3 files changed, 151 insertions(+), 7 deletions(-) diff --git a/public/mainnet/injective-1/pools_list.json b/public/mainnet/injective-1/pools_list.json index 808d2f06..676d5b4b 100644 --- a/public/mainnet/injective-1/pools_list.json +++ b/public/mainnet/injective-1/pools_list.json @@ -307,7 +307,7 @@ ], "lp_token": "factory/inj1z7mx2tc9ea4y2y0nx230pe7knm8fryk3rv6r2c/uLP", "swap_address": "inj1z7mx2tc9ea4y2y0nx230pe7knm8fryk3rv6r2c", - "staking_address": "", + "staking_address": "inj174jqfpxa92h5y8dmq46vaw9r0eyq3r290mty0a", "rewards_tokens": [] }, { @@ -403,6 +403,102 @@ "lp_token": "factory/inj1tuemzz3xa2gurzv828y795r7uycmcafr0ktzwk/uLP", "staking_address": "inj1yxp40zt6fhrfqjz6l7cgl97plw8qfyxyracfj3", "rewards_tokens": [] + }, + { + "pool_id": "INJ-USDC", + "lpOrder": [ + "INJ", + "USDC" + ], + "assetOrder": [ + "INJ", + "USDC" + ], + "displayName": "INJ-USDC", + "displayLogo1": "/logos/injective.png", + "displayLogo2": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg", + "pool_assets": [ + { + "id": "injective-protocol", + "chain_id": "injective-1", + "token_address": "inj", + "symbol": "INJ", + "name": "INJ", + "decimals": 18, + "logoURI": "/logos/injective.png", + "tags": [ + "native" + ], + "native": true, + "denom": "inj" + }, + { + "id": "usd-coin", + "chain_id": "injective-1", + "token_address": "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E", + "symbol": "USDC", + "name": "USDC", + "decimals": 6, + "logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg", + "tags": [ + "native" + ], + "native": true, + "denom": "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E" + } + ], + "lp_token": "factory/inj1qqc7ekvm06tch3dtyselt2rl5y4s9daman0ahv/uLP", + "swap_address": "inj1qqc7ekvm06tch3dtyselt2rl5y4s9daman0ahv", + "staking_address": "inj10yef2ldmhtkhls0exxdwgmd3zw23eryyctvsav", + "rewards_tokens": [] + }, + { + "pool_id": "bINJ-INJ", + "lpOrder": [ + "bINJ", + "INJ" + ], + "assetOrder": [ + "bINJ", + "INJ" + ], + "displayName": "bINJ-INJ", + "displayLogo1": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png", + "displayLogo2": "/logos/injective.png", + "pool_assets": [ + { + "id": "", + "chain_id": "injective-1", + "token_address": "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ", + "symbol": "bINJ", + "name": "bINJ", + "decimals": 18, + "logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png", + "tags": [ + "native" + ], + "native": true, + "denom": "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ" + }, + { + "id": "injective-protocol", + "chain_id": "injective-1", + "token_address": "inj", + "symbol": "INJ", + "name": "INJ", + "decimals": 18, + "logoURI": "/logos/injective.png", + "tags": [ + "native" + ], + "native": true, + "denom": "inj" + } + ], + "lp_token": "factory/inj1gk4thnx4t9y4ltnau60mpst5xyu0u57hqfl0qs/uLP", + "swap_address": "inj1gk4thnx4t9y4ltnau60mpst5xyu0u57hqfl0qs", + "staking_address": "inj174jqfpxa92h5y8dmq46vaw9r0eyq3r290mty0a", + "rewards_tokens": [] } ], "version": { diff --git a/public/mainnet/migaloo-1/pools_list.json b/public/mainnet/migaloo-1/pools_list.json index 91e6ab4b..236d5099 100644 --- a/public/mainnet/migaloo-1/pools_list.json +++ b/public/mainnet/migaloo-1/pools_list.json @@ -1066,7 +1066,7 @@ ], "lp_token": "factory/migaloo1sp6jxvrkym8j2zf5uszmmp0huwae43j5hlhagrn38pprazqnzxuqtufyha/uLP", "swap_address": "migaloo1sp6jxvrkym8j2zf5uszmmp0huwae43j5hlhagrn38pprazqnzxuqtufyha", - "staking_address": "", + "staking_address": "migaloo1wusehy8wtz23rmf7tfc5gyvjf3ylefs5vjglpgczx4urp5puxdxqjlr2hq", "rewards_tokens": [] }, { @@ -1114,7 +1114,7 @@ ], "lp_token": "factory/migaloo1hcjzvt0c5xnwxnmhljg703u9lfm02j4vqrhhgcnz7ur8d4zayl0sdmen6y/uLP", "swap_address": "migaloo1hcjzvt0c5xnwxnmhljg703u9lfm02j4vqrhhgcnz7ur8d4zayl0sdmen6y", - "staking_address": "", + "staking_address": "migaloo1vf5732gu9lumcam0rphrva7w2mcxv03l2n7y7p5s04av57c4s86q7r5sak", "rewards_tokens": [] }, { @@ -1162,7 +1162,7 @@ ], "lp_token": "factory/migaloo1x725wx4j9lkmwwlcyr4j4263tm065pqtrl6myrh7jek23hzlx9aqtdz8rv/uLP", "swap_address": "migaloo1x725wx4j9lkmwwlcyr4j4263tm065pqtrl6myrh7jek23hzlx9aqtdz8rv", - "staking_address": "", + "staking_address": "migaloo108e64jll2mja7tugvwz8w6amawuntmyj78d3cec44n899t5wgl7sxa55zu", "rewards_tokens": [] }, { @@ -1210,7 +1210,7 @@ ], "lp_token": "factory/migaloo1qu9fdl00ager68lyeh8e2vv3lpgylqryug468vuvy0ujk4tyq9zsnw5qdz/uLP", "swap_address": "migaloo1qu9fdl00ager68lyeh8e2vv3lpgylqryug468vuvy0ujk4tyq9zsnw5qdz", - "staking_address": "", + "staking_address": "migaloo1f9qma3pf75xf7zkran5g4eyv5xpj38l6a7sj6az4thr6gsxl7vkqcjd7d4", "rewards_tokens": [] } ], @@ -1219,4 +1219,4 @@ "minor": 1, "patch": 0 } -} \ No newline at end of file +} diff --git a/public/mainnet/phoenix-1/pools_list.json b/public/mainnet/phoenix-1/pools_list.json index c5694240..4813e8ae 100644 --- a/public/mainnet/phoenix-1/pools_list.json +++ b/public/mainnet/phoenix-1/pools_list.json @@ -775,6 +775,54 @@ "swap_address": "terra1k45gtuv5ctphpctjlhg4l02wqehnj92z29ctffnyxnkrdmrd34nqxema3v", "staking_address": "", "rewards_tokens": [] + }, + { + "pool_id": "LUNA-USDC", + "lpOrder": [ + "LUNA", + "USDC" + ], + "assetOrder": [ + "LUNA", + "USDC" + ], + "displayName": "LUNA-USDC", + "displayLogo1": "/logos/luna.svg", + "displayLogo2": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg", + "pool_assets": [ + { + "id": "terra-luna-2", + "chain_id": "phoenix-1", + "token_address": "uluna", + "symbol": "LUNA", + "name": "LUNA", + "decimals": 6, + "logoURI": "/logos/luna.svg", + "tags": [ + "native" + ], + "native": true, + "denom": "uluna" + }, + { + "id": "usd-coin", + "chain_id": "phoenix-1", + "token_address": "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB", + "symbol": "USDC", + "name": "USDC", + "decimals": 6, + "logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg", + "tags": [ + "native" + ], + "native": true, + "denom": "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB" + } + ], + "lp_token": "factory/terra16a45v4k74w3yy30utfxdsekdlnks27sv48sn2suaf4wt7u6meq8scz75mx/uLP", + "swap_address": "terra16a45v4k74w3yy30utfxdsekdlnks27sv48sn2suaf4wt7u6meq8scz75mx", + "staking_address": "", + "rewards_tokens": [] } ], "version": { @@ -782,4 +830,4 @@ "minor": 1, "patch": 0 } -} \ No newline at end of file +}