Skip to content

Commit

Permalink
Merge pull request #185 from pangolindex/feature/hedera_testnet
Browse files Browse the repository at this point in the history
fix: hedera testnet redeploy
  • Loading branch information
bmino authored Feb 6, 2024
2 parents 92c9623 + f170b0d commit b24b4ef
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1354,34 +1354,34 @@ export const HEDERA_TESTNET: Chain = {
governance: 'https://graph-hedera-test.pangolin.network/subgraphs/name/governor'
},
contracts: {
png: '0x0000000000000000000000000000000000070293',
factory: '0x0000000000000000000000000000000000070297',
router: '0x000000000000000000000000000000000007029a',
wrapped_native_token: '0x000000000000000000000000000000000002690a',
local_multisig: '0x000000000000000000000000000000000007028e',
community_treasury: '0x0000000000000000000000000000000000070295',
treasury_vester: '0x0000000000000000000000000000000000070292',
png: '0x0000000000000000000000000000000000289a96',
factory: '0x0000000000000000000000000000000000289a9a',
router: '0x0000000000000000000000000000000000289a9e',
wrapped_native_token: '0x0000000000000000000000000000000000289a91',
local_multisig: '0x0000000000000000000000000000000000289a8e',
community_treasury: '0x0000000000000000000000000000000000289a98',
treasury_vester: '0x0000000000000000000000000000000000289a95',
mini_chef: {
address: '0x000000000000000000000000000000000007029e',
address: '0x0000000000000000000000000000000000289aa2',
active: true,
type: ChefType.PANGO_CHEF,
compoundPoolIdForNonPngFarm: 0
},
staking: [
{
address: '0x00000000000000000000000000000000000702a3',
address: '0x0000000000000000000000000000000000289aa7',
active: true,
reward_token: '0x0000000000000000000000000000000000070293',
reward_token: '0x0000000000000000000000000000000000289a96',
type: StakingType.SAR_POSITIONS
}
],
timelock: '0x0000000000000000000000000000000000070290',
timelock: '0x0000000000000000000000000000000000289a93',
governor: {
address: '0x00000000000000000000000000000000000702a8',
address: '0x0000000000000000000000000000000000289aac',
type: GovernanceType.SAR_NFT
},
migrator: '',
multicall: '0x0000000000000000000000000000000000026a96'
multicall: '0x0000000000000000000000000000000000289aae'
},
nativeCurrency: {
name: 'Hbar',
Expand Down

0 comments on commit b24b4ef

Please sign in to comment.