Skip to content

Commit

Permalink
deploy: 8f1347c
Browse files Browse the repository at this point in the history
  • Loading branch information
StrathCole committed Mar 20, 2024
1 parent 604ecbb commit 3a538e2
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
},
"legacy": true,
"taxable": true,
"testnet": false
"testnet": false,
"explorer": {
"address": "https://finder.terra.money/columbus-5/address/{address}",
"tx": "https://finder.terra.money/columbus-5/tx/{txHash}",
"validator": "https://finder.terra.money/columbus-5/validator/{validator}"
}
},
"rebel-2": {
"inheritChain": "columbus-5",
Expand All @@ -38,7 +43,8 @@
"https://rpc.luncblaze.com"
]
},
"testnet": true
"testnet": true,
"explorer": null
},
"octagon-1": {
"inheritChain": "columbus-5",
Expand All @@ -55,7 +61,8 @@
"https://rpc.terra-classic.hexxagon.dev"
]
},
"testnet": true
"testnet": true,
"explorer": null
},
"phoenix-1": {
"name": "Terra V2",
Expand All @@ -79,7 +86,12 @@
},
"legacy": false,
"taxable": false,
"testnet": false
"testnet": false,
"explorer": {
"address": "https://finder.terra.money/{chainId}/address/{address}",
"tx": "https://finder.terra.money/{chainId}/tx/{txHash}",
"validator": "https://finder.terra.money/{chainId}/validator/{validator}"
}
},
"pisco-1": {
"inheritChain": "phoenix-1",
Expand Down

0 comments on commit 3a538e2

Please sign in to comment.