@artela-network/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
40 lines (39 loc) • 940 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://story-testnet-evm.itrocket.net"
},
{
"http": "https://story-rpc.oneiricts.com:8445"
},
{
"http": "https://testnet.storyrpc.io"
}
],
"transactionOverrides": {
"gasPrice": 16000000000
}
};