Skip to content

Commit

Permalink
fix: deactivate injective
Browse files Browse the repository at this point in the history
  • Loading branch information
Sen-Com authored Jul 31, 2024
1 parent 27db42e commit 18b31c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ export const ENDPOINTS: Record<
contractAddress: 'migaloo14w9qu85aqwur9cm65ym68zfnprck9atk2h2vy64j5eyan3zh6vgsmn90lm',
explorerUrl: 'https://ping.pub/migaloo',
chainColor: '#EB51F9',
},
},/*
injective: {
chainId: 'injective-1',
rpc: ['https://injective-rpc.polkachu.com'],
rest: ['https://injective-api.polkachu.com'],
contractAddress: 'inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8',
explorerUrl: 'https://ping.pub/injective',
chainColor: '#EB51F9',
},
},*/
juno: {
chainId: 'juno-1',
rpc: ['https://juno-rpc.polkachu.com'],
Expand Down

0 comments on commit 18b31c3

Please sign in to comment.