LogoLogo
  • DFK Developer Docs
  • Contracts
    • Exchanges
      • The Trader
      • The Bazaar
    • Sales & Rentals
      • Hero Auction
      • Hero Rental
      • Equipment Auction
      • Pet Auction
      • Land Auction
    • Summoning
      • Hero Summoning
        • Dark Summoning
      • Pet Hatching
    • Meditation Circle
    • Quests
      • Quest Core
      • Historical Contracts
        • Quest Core
        • Profession Quests
        • Training Quests
    • Void Hunts
    • Patrols
    • PVP Combat
    • Influence System
    • Gardens
      • Master Gardener
    • Jeweler 2.0
      • Power-Ups
      • Jeweler 1.0
    • Profiles
    • DFK Duel
      • Previous Seasons
      • Raffle Master
    • Events
      • Gen0 Reroll
      • Gene Reroll
      • Perilous Journey
    • Bridging
      • Hero Bridge (Synapse)
      • Hero Bridge (LayerZero)
      • Equipment Bridge (Synapse)
      • Equipment Bridge (LayerZero)
      • Item Bridge V2
        • Item Bridge V1 (Deprecated)
      • Gaia's Tear Bridge
    • Miscellaneous
      • Airdrops
      • Charity
      • Flag Storage
      • Gen0 Airdrop (Harmony)
      • Gen0 Sale (Harmony)
      • Graveyard
      • Locked Token Claim
      • Locked Token Raffle
      • Token Disburse
  • NFTs
    • Heroes
      • HeroV4 (Metis)
    • Equipment
      • Weapons
      • Armor
      • Accessories
      • Shared Equipment Mappings
      • CacheCore
      • Equipment Shop
      • Visage Shop
    • Pets
      • Pet Exchange
    • Lands
  • Tokens
    • Ecosystem Token
    • Power Tokens
    • Governance Tokens
    • Currencies
      • DFK Gold
      • Gaia's Tears
    • Inventory Items
    • Gold Crops
    • Combat Items
    • Miscellaneous Tokens
      • Collectible Items
      • Raffle Tickets
  • Crafting
    • Alchemist
    • Nutritionist
    • Stone Carver
    • Vendor (Item Gold Trader)
  • Collections
    • Runes
    • Pet Eggs
    • Pet Treats
    • Potions & Consumables
      • Item Consumer
      • Potion Migrator
    • Enhancement Stones
    • Attunement Crystals
      • Atonement Crystals
    • Pages of the Eternal Story
  • API
    • Community GraphQL API
      • Getting Started
      • Auctions
      • Bazaar
      • Heroes
      • Pets
      • Profiles
    • Hero Metadata & Image API
    • Pet Metadata & Image API
    • Token Supply API
  • Community Builders
    • Kingdom Building Program
    • Developer Resources
    • Community Projects
  • DFK CHain
    • Getting Started
    • Nodes & Validators
    • Bridged Tokens
    • Ecosystem Partners
      • Covalent API
      • SupraOracles Price Feeds
      • SupraOracles VRF
    • Miscellaneous Contracts
Powered by GitBook
On this page
  • Chain ID
  • Fees
  • Contract Addresses
  • Interfaces
  • ABIs
  1. Contracts
  2. Bridging

Gaia's Tear Bridge

PreviousItem Bridge V1 (Deprecated)NextMiscellaneous

Last updated 2 years ago

With the release of the , the Gaia's Tear bridge has been deprecated and should no longer be used. Only were bridgeable between Harmony and DFK Chain through this contract.

Chain ID

Use the following destination Chain IDs for the Tear Bridge:

  • Harmony: 1666600000

  • DFK Chain: 53935

Fees

Bridging has a fee associated with each transaction. This fee must be included in the value field of the transaction. The fees for bridging Tears are as follows:

  • Harmony to DFK Chain: 0.016 ONE

  • DFK Chain to Harmony: 0.004 JEWEL

Contract Addresses

Name
Mainnet
Testnet

Harmony

0x27B7C0C87B9ecA92E5101852709e63685bF9d299

0xD2666441443DAa61492FFe0F37717578714a4521

DFK Chain

0x6a00Dc976a7291a1E9F5380FE6F96fE006dCdD3c

0xB68281c60352529595c9ed7E845262f608985D7c

Interfaces

interface ITearBridge {

    event GaiaArrived(address indexed dstUser, uint256 arrivalChainId);
    event GaiaSent(address indexed dstUser, uint256 arrivalChainId);
    
    function gaiaTears() view returns (address);
    function msgGasLimit() view returns (uint256);
    function sendTear(uint256 _tearsAmount, uint256 _dstChainId) payable;

}

ABIs

Item Bridge
Gaia's Tears V1
6KB
tearBridge.json