Skip to content

Commit

Permalink
Update berachain-testnet param
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon committed Feb 6, 2025
1 parent 25a3731 commit f32810c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 37 deletions.
11 changes: 10 additions & 1 deletion chain/berachain-testnet/assets_2.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[

{
"type": "native",
"denom": "0x0000000000000000000000000000000000000000",
"name" : "Berachain Testnet",
"symbol": "BERA",
"description": "Berachain Testnet Native Coin",
"decimals": 18,
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/berachain-testnet/asset/bera.png",
"coinGeckoId": ""
}
]
4 changes: 2 additions & 2 deletions chain/berachain-testnet/erc20_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"name" : "USDC Token",
"symbol": "USDC",
"description": "USD Coin (USDC)",
"decimals": 18,
"decimals": 6,
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/berachain-testnet/asset/usdc.png",
"coinGeckoId": "",
"wallet_preload": true
Expand Down Expand Up @@ -148,7 +148,7 @@
"name" : "Tether USD",
"symbol": "USDT",
"description": "Tether USD",
"decimals": 18,
"decimals": 6,
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/berachain-testnet/asset/usdt.png",
"coinGeckoId": "",
"wallet_preload": false
Expand Down
45 changes: 11 additions & 34 deletions chain/berachain-testnet/param_2.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"chain_id_cosmos" : "artio-80085",
"chain_id_evm" : "0x138d5",
"chain_id_evm" : "0x138d4",
"chain_name": "Berachain Artio Testnet",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/berachain-testnet/resource/chain_berachain-testnet.png",
"main_asset_denom" : "abgt",
"main_asset_denom" : "0x0000000000000000000000000000000000000000",
"main_asset_symbol" : "BERA",
"main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/berachain-testnet/asset/bera.png",
"bech_account_prefix" : "bera",
"bech_validator_prefix" : "beravaloper",
"origin_genesis_time" : "",
"api_name" : "berachain-testnet",
"is_support_mobile_wallet" : true,
Expand All @@ -16,28 +13,11 @@
"chain_type": [
"evm"
],
"account_type" : [
{
"hd_path": "m/44'/60'/0'/0/X",
"pubkey_style": "keccak256",
"pubkey_type": "/polaris.crypto.ethsecp256k1.v1.PubKey"
}
],
"cosmos_fee_info" : {
"base" : "0",
"rate" : [
"0abera"
],
"is_simulable" : true,
"simulated_gas_multiply" : 1.2,
"init_gas_limit" : 300000,
"fee_threshold" : ""
"evm_fee_info" : {
"is_eip1559": true,
"simul_gas_multiply" : 1.3
},
"grpc_endpoint" : [
{
"provider": "Cosmostation",
"url": "grpc-office-berachain.cosmostation.io:443"
}
],
"evm_rpc_endpoint" : [
{
Expand All @@ -50,21 +30,18 @@
}
],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/berachain-testnet/",
"account": "https://www.mintscan.io/berachain-testnet/address/${address}",
"tx": "https://www.mintscan.io/berachain-testnet/tx/${hash}",
"proposal": "https://www.mintscan.io/berachain-testnet/proposals/${id}"
"name": "bArtio",
"url": "https://bartio.beratrail.io/",
"account": "https://bartio.beratrail.io/address/${address}",
"tx": "https://bartio.beratrail.io/tx/${hash}",
"proposal": ""
},
"about" : {
"website" : "https://www.berachain.com/",
"docs": "https://docs.berachain.com/",
"github" : "https://github.com/berachain",
"blog" : "https://blog.berachain.com/",
"medium": "",
"twitter" : "",
"discord" : "https://discord.com/invite/berachain",
"coingecko" : ""
"discord" : "https://discord.com/invite/berachain"
},
"description" : {
"ko" : "Berachain은 Proof-of-Liquidity 합의에 기반한 고성능, EVM 호환 블록체인입니다. 이 네트워크는 전통적인 스마트 컨트랙트 플랫폼을 새로운 코스모스 네이티브 구성으로 재구성합니다.",
Expand Down

0 comments on commit f32810c

Please sign in to comment.