@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
37 lines (36 loc) • 880 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://testnet.storyscan.xyz/api",
"family": "blockscout",
"name": "storyexplorer",
"url": "https://testnet.storyscan.xyz"
}
],
"chainId": 1513,
"deployer": {
"name": "atuser14",
"url": "https://github.com/atuser14"
},
"displayName": "Story Testnet",
"domainId": 1513,
"isTestnet": true,
"name": "storytestnet",
"nativeToken": {
"decimals": 18,
"name": "IP",
"symbol": "IP"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://evm-rpc-story.josephtran.xyz"
},
{
"http": "https://lightnode-json-rpc-story.grandvalleys.com"
}
],
"transactionOverrides": {
"gasPrice": 16000000000
}
};