diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000000..8238b63060 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: yarn install && yarn run build + command: yarn run dev + + diff --git a/chains/mainnet/crossfi.json b/chains/mainnet/crossfi.json new file mode 100644 index 0000000000..3d4ecfdf1f --- /dev/null +++ b/chains/mainnet/crossfi.json @@ -0,0 +1,19 @@ +{ + "chain_name": "crossfi-testnet", + "coingecko": "", + "api": ["https://api.crossfi.gojosatorus.live/"], + "rpc": ["https://rpc.crossfi.gojosatorus.live/"], + "snapshot_provider": "", + "sdk_version": "0.46.13", + "coin_type": "60", + "min_tx_fee": "40000", + "addr_prefix": "mx", + "logo": "/logos/crossfi.jpg", + "assets": [{ + "base": "mpx", + "symbol": "PX", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/crossfi.jpg" + }] +} diff --git a/index.html b/index.html index 0af58ec25c..98e4da3a4e 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,10 @@ -