Skip to content

Commit

Permalink
feat: add x1 testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-zhipeng committed Jan 5, 2024
1 parent e353ecc commit fe9f183
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions crossChain.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,12 @@
"name": "xoLIT",
"symbol": "xoLIT",
"decimals": 18
},
"0x75231f58b43240c9718dd58b4967c5114342a86c": {
"symbol": "OKB",
"mainnetEquivalent": "0x75231f58b43240c9718dd58b4967c5114342a86c",
"decimals": 18,
"coingeckoId": "okb"
}
},
"rpc": [
Expand Down Expand Up @@ -3046,6 +3052,42 @@
"explorers": [{ "url": "https://explorer.harmony.one/" }],
"gasEstimates": {}
},
{
"name": "X1 Testnet",
"chainId": 195,
"domainId": "2016506996",
"type": "testnet",
"confirmations": 1,
"network": "x1testnet",
"nativeCurrency": {
"symbol": "OKB",
"decimals": 18
},
"assetId": {
"0x0000000000000000000000000000000000000000": {
"symbol": "OKB",
"mainnetEquivalent": "0x75231f58b43240c9718dd58b4967c5114342a86c",
"decimals": 18
},
"0x471F702E7D96E541488140042bCD1206Ae55CCa5": {
"symbol": "TEST",
"decimals": 18
}
},
"rpc": ["https://testrpc.x1.tech", "https://x1testrpc.okx.com/"],
"subgraph": [
"https://www.okx.com/api/v1/x1-testnet/subgraph/name/connext/amarok-runtime-v1-x1-testnet",
"https://connext.bwarelabs.com/subgraphs/name/connext/amarok-runtime-v0-x1-testnet"
],
"explorers": [
{
"name": "x1testnet",
"url": "https://www.oklink.com/x1-test",
"icon": "x1",
"standard": "EIP3091"
}
]
},
{
"name": "Local1337",
"chainId": 1337,
Expand Down

0 comments on commit fe9f183

Please sign in to comment.