Skip to content

Commit

Permalink
update chainkey
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed May 9, 2024
1 parent 6a7497e commit cb29cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions provider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const testnetChains: Chain[] = [
{
bech32_prefix: 'aura',
chain_id: 'aura_6321-3',
chain_name: 'aura_euphoria_evm',
chain_name: 'auratestnet',
network_type: 'testnet',
pretty_name: 'Aura Euphoria Network',
slip44: 118,
Expand Down Expand Up @@ -114,7 +114,7 @@ const testnetAssets: AssetList[] = [
symbol: 'EAURA',
},
],
chain_name: 'aura_euphoria_evm',
chain_name: 'auratestnet',
},
]

Expand Down Expand Up @@ -378,7 +378,7 @@ function ContextProvider({ children }: { children: ReactNode }) {
endpointOptions={{
isLazy: true,
endpoints: {
aura_euphoria_evm: {
auratestnet: {
rpc: ['https://rpc.euphoria.aura.network'],
},
aura: {
Expand Down
2 changes: 1 addition & 1 deletion public/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"AURASCAN_ENDPOINT": "https://euphoria.aurascan.io",
"HOROSCOPE_ENDPOINT": "https://indexer-v2.staging.aurascan.io",
"HOROSCOPE_CHAINKEY": "euphoria",
"COSMOSKIT_CHAINKEY": "aura_euphoria_evm",
"COSMOSKIT_CHAINKEY": "auratestnet",
"SEEKHYPE_DRAGON_COLLECTION_ENDPOINT": "https://staging.seekhype.io/collection/cw721-long-371",
"SEEKHYPE_V2_DRAGON_COLLECTION_ENDPOINT": "https://staging.seekhype.io/nft/dragon-gem-v2-438",
"DRAGON_GEM_COLLECTION_CONTRACT_ADDRESS": "aura14rrxnmkpnvcmeknjzma0myeepdxaa86wh5837959ek37dmrl2lxqfg66z0",
Expand Down

0 comments on commit cb29cdf

Please sign in to comment.