@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines (30 loc) • 964 B
JavaScript
export const warpRouteConfig = {
"tokens": [
{
"addressOrDenom": "0x4BD4B868D23d1dB8181c1913C331d7AB1CeA8B24",
"chainName": "euphoriatestnet",
"connections": [
{
"token": "ethereum|storytestnet|0xc119436eA9a29f3802c77EBc3F0601384a6F8eCE"
}
],
"decimals": 18,
"name": "Euphoria Aura",
"standard": "EvmHypNative",
"symbol": "EAURA"
},
{
"addressOrDenom": "0xc119436eA9a29f3802c77EBc3F0601384a6F8eCE",
"chainName": "storytestnet",
"connections": [
{
"token": "ethereum|euphoriatestnet|0x4BD4B868D23d1dB8181c1913C331d7AB1CeA8B24"
}
],
"decimals": 18,
"name": "Euphoria Aura",
"standard": "EvmHypSynthetic",
"symbol": "EAURA"
}
]
};