diff --git a/.changeset/itchy-cycles-type.md b/.changeset/itchy-cycles-type.md new file mode 100644 index 000000000..c29307202 --- /dev/null +++ b/.changeset/itchy-cycles-type.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/registry': minor +--- + +Add metadata and registry setup for Terra Classic to enable Hyperlane integration and infrastructure provisioning diff --git a/chains/terraclassic/logo.svg b/chains/terraclassic/logo.svg new file mode 100644 index 000000000..b50d94139 --- /dev/null +++ b/chains/terraclassic/logo.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/chains/terraclassic/metadata.yaml b/chains/terraclassic/metadata.yaml new file mode 100644 index 000000000..bf86f4993 --- /dev/null +++ b/chains/terraclassic/metadata.yaml @@ -0,0 +1,30 @@ +# yaml-language-server: $schema=../schema.json +bech32Prefix: terra +blockExplorers: + - apiUrl: https://api.terra-classic.hexxagon.io + family: other + name: Terra Finder + url: https://finder.terraclassic.community +canonicalAsset: uluna +chainId: columbus-5 +displayName: Terra Classic +domainId: 1425 +gasPrice: + amount: "28.325" + denom: uluna +grpcUrls: + - http: "https://grpc.terra-classic.hexxagon.io" +isTestnet: false +name: terraclassic +nativeToken: + decimals: 6 + denom: uluna + name: Luna Classic + symbol: LUNC +protocol: cosmos +restUrls: + - http: https://lcd.terra-classic.hexxagon.io +rpcUrls: + - http: https://terra-classic-rpc.publicnode.com:443 +slip44: 330 +technicalStack: other