LogoLogo
  • Introduction
  • Running Tellor Layer
    • Getting Started
    • Bridging Sepolia TRB
      • Bridge TRB back to Sepolia
      • Manual Generation of Bridge Query Data / IDs
    • Managing Accounts
    • Node Setup
      • Peers List & Public RPCs
      • Cosmovisor Sync
      • State Sync Troubleshooting / Resetting Chain Data
      • Example .service Files
    • Run a Layer Validator
      • Slashing Rules for Validators
    • Become a Data Reporter
      • Unjail Your Reporter
    • Command Line Usage
      • Query the Chain
      • Creating Transactions
      • Delegate to a Validator
      • Select a Reporter
  • Disputes and Reporter Governance
  • No-Stake Reporting
  • Using Tellor Data
    • Relay Data to EVM Chains
    • Integrating Tellor Data
    • Integrate Tellor on a New Chain
Powered by GitBook
On this page
  • 1. Approve the bridge contract
  • 2. Make the bridge request (depositToLayer)
  • 3. Wait 12 Hours
  1. Running Tellor Layer
  2. Bridging Sepolia TRB

Block Explorer Method

How to use Etherscan to bridge Sepolia TRB to Tellor Layer.

Last updated 1 month ago

Bridge requests can usually be sent to layer via . A block explorer can be used as a secondary method using the steps shown below.

1. Approve the bridge contract

Navigate to the : 0x80fc34a2f9FfE86F41580F47368289C402DEc660

On the Contracts tab, click on function 2. approve Set spender to the address: 0x5acb5977f35b1A91C4fE0F4386eB669E046776F2

Set the _amount to be the amount that you want to bridge e.g. 25000000000000000000 (25 TRB with 18 decimals)

Click "Write" and confirm the transaction in your wallet.

2. Make the bridge request (depositToLayer)

Navigate to the .

Connect your wallet and click function 3. depositToLayer.

Set the _amount to the amount of TRBP that you want to bridge, e.g. 10000000000000000000 (10 TRBP + 18 decimals).

Set the _tip to 10000000000000000 (0.01 TRB). This is a tip that can be claimed by any validator or reporter over on layer who is willing to pay the gas to claim your bridge request for you!

Set _layerRecipient to your tellor prefix address on layer. If you don't have an address yet, see steps to Create an account on Layer .

Click Write and confirm the transaction.

3. Wait 12 Hours

For steps to claim your deposit on layer, see here.

There's a 12 hour delay to secure deposits. While you're wait it's a great opportunity to join the and say hello! After 12 hours have passed, you or anyone else may claim your tokens on Tellor Layer.

tellor discord
https://bridge.tellor.io/
Sepolia TRB contract
bridge contract
Layer Testnet bridge
here