Skip to content

Commit

Permalink
Merge pull request #142 from sygmaprotocol/tcar/add-layer-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
tcar121293 committed Jul 25, 2024
2 parents 5f90510 + 4799119 commit 0e0444e
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 0 deletions.
46 changes: 46 additions & 0 deletions testnet/balance-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,5 +462,51 @@
}
],
"assetBalanceData": []
},
{
"id": 16,
"chainId": 3456,
"url": "",
"type": "evm",
"nativeTokenMinBalance": "0.1",
"nativeBalanceData": [
{
"address": "0xEd4Ee0cF70423A2E4CD3ca960a1932c2D610BB54",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0x0d58d2D2134C99CEac9934524633f02E282dB28C",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0xC567612F0DAc053BdD35FE2363b4193a9B9c31E1",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0xcBE812d1cE78a5FE403757Df45AdC7f59585De7a",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0x4C2A3a361030dC5786b633bc60e6012279aD7316",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0x51cD3Fd2f116a87deB330fDf6395326b2e57C629",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0x79Eb01d29e92f62aD49Aa3f7702cB2952F0123BC",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0x6A80C7c2021c6d33d7d30aB8878AffC6913dd9eC",
"topic": "TEST-relayer-low-balance"
},
{
"address": "0x7e28f84a21cf0349165dd4f0590b1d28b71c6087",
"topic": "TEST-liquidity-low-balance"
}
],
"assetBalanceData": []
}
]
48 changes: 48 additions & 0 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,54 @@
"decimals": 18
}
]
},
{
"id": 16,
"chainId": 3456,
"caipId": "eip155:3456",
"name": "layer_edge",
"type": "evm",
"bridge": "0x90e3B6Ec4587790c709cb17E5dbAff5F9E682Be5",
"handlers": [
{
"type": "erc20",
"address": "0x579E3e2b73fD14b240a08fdcC50E1e6286c4CB9c"
},
{
"type": "permissionlessGeneric",
"address": "0x8Bba8d767113e3bfb17eD07C70C523BF21279122"
},
{
"type": "nativeToken",
"address": "0x7e28f84a21cf0349165dd4f0590b1d28b71c6087"
}
],
"nativeTokenSymbol": "BTC",
"nativeTokenFullName": "Bitcoin",
"nativeTokenDecimals": 8,
"blockConfirmations": 5,
"startBlock": 397829,
"feeRouter": "0xE82541e064fab91f4deF2c0A8DaAa3c98f4F777F",
"feeHandlers": [
{
"address": "0xb667f92937D0674e7bab08c2b5241B1A2CC05773",
"type": "basic"
},
{
"address": "0xfd69bbfcCbfc832C56Ca1490df48B4baF3DfD376",
"type": "percentage"
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000700",
"caip19": "eip155:3456/slip44:0",
"type": "fungible",
"address": "",
"symbol": "BTC",
"decimals": 8
}
]
}
]
}

0 comments on commit 0e0444e

Please sign in to comment.