Skip to content

Commit

Permalink
Merge pull request #5 from oraichain/feat/add-extPEPE-and-extCAT
Browse files Browse the repository at this point in the history
chore: update extPEPE and extCAT
  • Loading branch information
ducphamle2 authored Sep 25, 2024
2 parents 324dec2 + 63e5087 commit 45435de
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion chains/Oraichain.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
"bech32PrefixConsAddr": "oraivalcons",
"bech32PrefixConsPub": "oraivalconspub"
},
"features": ["stargate", "ibc-transfer", "cosmwasm", "wasmd_0.24+", "no-legacy-stdTx"],
"features": [
"stargate",
"ibc-transfer",
"cosmwasm",
"wasmd_0.24+",
"no-legacy-stdTx"
],
"txExplorer": {
"name": "Oraiscan",
"txUrl": "https://scan.orai.io/txs/{txHash}",
Expand Down Expand Up @@ -244,6 +250,22 @@
"coinDecimals": 18,
"bridgeTo": ["0x38"],
"coinImageUrl": "https://assets.coingecko.com/coins/images/39765/standard/Simon's_Cat_Logo.png?1724017505"
},
{
"coinDenom": "PEPE",
"coinGeckoId": "pepe",
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/extPEPE",
"bridgeTo": ["0x38", "0x01"],
"coinDecimals": 6,
"coinImageUrl": "https://assets.coingecko.com/coins/images/29850/standard/pepe-token.jpeg?1696528776"
},
{
"coinDenom": "CAT",
"coinGeckoId": "simon-s-cat",
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/extCAT",
"bridgeTo": ["0x38"],
"coinDecimals": 6,
"coinImageUrl": "https://assets.coingecko.com/coins/images/39765/standard/Simon's_Cat_Logo.png?1724017505"
}
]
}

0 comments on commit 45435de

Please sign in to comment.