Skip to content

Commit

Permalink
Feat/binj syn (#609)
Browse files Browse the repository at this point in the history
* added inj pool

* switch assets
  • Loading branch information
worrex authored Jan 16, 2025
1 parent 176d796 commit 68d2248
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions public/mainnet/injective-1/pools_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,46 +501,46 @@
"rewards_tokens": []
},
{
"pool_id": "bINJ-SYN",
"pool_id": "SYN-bINJ",
"lpOrder": [
"bINJ",
"SYN"
"SYN",
"bINJ"
],
"assetOrder": [
"bINJ",
"SYN"
"SYN",
"bINJ"
],
"displayName": "bINJ-SYN",
"displayLogo1": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
"displayLogo2": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
"displayName": "SYN-bINJ",
"displayLogo1": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
"displayLogo2": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.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",
"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/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ"
"denom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN"
},
{
"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",
"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/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN"
"denom": "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ"
}
],
"lp_token": "factory/inj1u0gpveexg2uns3qhehyppnealkhycntvj93hpf/uLP",
Expand Down

0 comments on commit 68d2248

Please sign in to comment.