-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update initia-registery package to v0.2.2 (#268)
- Loading branch information
Showing
16 changed files
with
631 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
import { AssetList } from "@initia/initia-registry-types"; | ||
const info: AssetList = { | ||
$schema: "../../assetlist.schema.json", | ||
chain_name: "culinaris", | ||
assets: [ | ||
{ | ||
description: "The native token of Initia", | ||
denom_units: [ | ||
{ | ||
denom: | ||
"l2/83db4af0de8965c851672915eaa857f0911385f7d71f9da1decb2504d3d3ffdd", | ||
exponent: 0, | ||
}, | ||
{ | ||
denom: "INIT", | ||
exponent: 6, | ||
}, | ||
], | ||
base: "l2/83db4af0de8965c851672915eaa857f0911385f7d71f9da1decb2504d3d3ffdd", | ||
display: "INIT", | ||
traces: [ | ||
{ | ||
type: "op", | ||
counterparty: { | ||
base_denom: "uinit", | ||
chain_name: "initia", | ||
}, | ||
chain: { | ||
bridge_id: "314", | ||
}, | ||
}, | ||
], | ||
name: "Initia Native Token", | ||
symbol: "INIT", | ||
coingecko_id: "", | ||
images: [ | ||
{ | ||
png: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/INIT.png", | ||
svg: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/INIT.svg", | ||
}, | ||
], | ||
logo_URIs: { | ||
png: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/INIT.png", | ||
svg: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/INIT.svg", | ||
}, | ||
}, | ||
{ | ||
description: "Battle for Blockchain currency", | ||
denom_units: [ | ||
{ | ||
denom: "evm/09d1a05C3770653c1eF6e1230F6022714d4b41e8", | ||
exponent: 0, | ||
}, | ||
{ | ||
denom: "BFB", | ||
exponent: 18, | ||
}, | ||
], | ||
type_asset: "erc20", | ||
address: "0x09d1a05C3770653c1eF6e1230F6022714d4b41e8", | ||
base: "evm/09d1a05C3770653c1eF6e1230F6022714d4b41e8", | ||
display: "BFB", | ||
name: "BFB", | ||
symbol: "BFB", | ||
coingecko_id: "", | ||
images: [ | ||
{ | ||
png: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/BFB.png", | ||
svg: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/BFB.svg", | ||
}, | ||
], | ||
logo_URIs: { | ||
png: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/BFB.png", | ||
svg: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/BFB.svg", | ||
}, | ||
}, | ||
], | ||
}; | ||
export default info; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
import { Chain } from "@initia/initia-registry-types"; | ||
const info: Chain = { | ||
$schema: "../../chain.schema.json", | ||
chain_name: "culinaris", | ||
chain_id: "culinaris-2", | ||
evm_chain_id: 2906125577721809, | ||
pretty_name: "Battle for Blockchain", | ||
status: "live", | ||
network_type: "testnet", | ||
bech32_prefix: "init", | ||
daemon_name: "minitiad", | ||
node_home: "$HOME/.minitia", | ||
key_algos: ["secp256k1"], | ||
slip44: 118, | ||
fees: { | ||
fee_tokens: [ | ||
{ | ||
denom: "umin", | ||
fixed_min_gas_price: 0, | ||
low_gas_price: 0, | ||
average_gas_price: 0, | ||
high_gas_price: 0, | ||
}, | ||
], | ||
}, | ||
staking: { | ||
staking_tokens: [], | ||
}, | ||
codebase: {}, | ||
apis: { | ||
rpc: [ | ||
{ | ||
address: | ||
"https://maze-rpc-s2-b53886e8-ebca-41a5-8dd7-64884b25fb2c.public-think-factory.newmetric.xyz", | ||
}, | ||
], | ||
rest: [ | ||
{ | ||
address: | ||
"https://maze-rest-s2-b53886e8-ebca-41a5-8dd7-64884b25fb2c.public-think-factory.newmetric.xyz", | ||
}, | ||
], | ||
grpc: [ | ||
{ | ||
address: | ||
"maze-grpc-s2-b53886e8-ebca-41a5-8dd7-64884b25fb2c.public-think-factory.newmetric.xyz:443", | ||
}, | ||
], | ||
"json-rpc": [ | ||
{ | ||
address: | ||
"https://maze-jsonrpc-s2-b53886e8-ebca-41a5-8dd7-64884b25fb2c.public-think-factory.newmetric.xyz", | ||
}, | ||
], | ||
"json-rpc-websocket": [ | ||
{ | ||
address: | ||
"https://maze-ws-s2-b53886e8-ebca-41a5-8dd7-64884b25fb2c.public-think-factory.newmetric.xyz", | ||
}, | ||
], | ||
}, | ||
explorers: [], | ||
images: [ | ||
{ | ||
png: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/logo.png", | ||
}, | ||
], | ||
logo_URIs: { | ||
png: "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/images/logo.png", | ||
}, | ||
metadata: { | ||
op_bridge_id: "314", | ||
op_denoms: ["uinit"], | ||
executor_uri: | ||
"https://maze-api-opinit-b53886e8-ebca-41a5-8dd7-64884b25fb2c.ane1-prod-nocsm.newmetric.xyz", | ||
ibc_channels: [ | ||
{ | ||
chain_id: "initiation-2", | ||
port_id: "transfer", | ||
channel_id: "channel-0", | ||
version: "ics20-1", | ||
}, | ||
{ | ||
chain_id: "initiation-2", | ||
port_id: "nft-transfer", | ||
channel_id: "channel-1", | ||
version: "ics721-1", | ||
}, | ||
], | ||
assetlist: | ||
"https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/culinaris/assetlist.json", | ||
minitia: { | ||
type: "minievm", | ||
version: "v0.6.9", | ||
}, | ||
}, | ||
}; | ||
export default info; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import _assets from "./assets"; | ||
import _chain from "./chain"; | ||
|
||
export const assets = _assets; | ||
export const chain = _chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
export * as zaar from "./zaar"; | ||
export * as yominet from "./yominet"; | ||
export * as miniwasm from "./miniwasm"; | ||
export * as minimove from "./minimove"; | ||
export * as minievm from "./minievm"; | ||
export * as milkyway from "./milkyway"; | ||
export * as initia from "./initia"; | ||
export * as culinaris from "./culinaris"; | ||
export * as civitia from "./civitia"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.