Skip to content

Commit

Permalink
feat(chains): add Injective & Migaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sen-Com authored Jul 3, 2024
1 parent 73d2975 commit a15e9bc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/constants/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ string,
explorerUrl: 'https://ping.pub/terra',
chainColor: '#EB51F9',
},
migaloo: {
chainId: 'migaloo-1',
rpc: ['https://migaloo-rpc.polkachu.com'],
rest: ['https://migaloo-api.polkachu.com'],
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',
Expand Down

0 comments on commit a15e9bc

Please sign in to comment.