Skip to content

Commit

Permalink
Merge pull request #27 from pundix/main
Browse files Browse the repository at this point in the history
Add Pundi X blockchain info
  • Loading branch information
liangping authored Jan 21, 2024
2 parents 17352a0 + cf88c9d commit d5dc489
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
36 changes: 36 additions & 0 deletions chains/mainnet/pundix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"chain_name": "pundix",
"api": [
{
"address": "https://px-rest.pundix.com",
"provider": "Pundi X"
}
],
"rpc": [
{
"address": "https://px-json.pundix.com",
"provider": "Pundi X"
}
],
"sdk_version": "0.45.11",
"coin_type": "118",
"min_tx_fee": "2000000000000",
"assets": [
{
"base": "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
"symbol": "PUNDIX",
"exponent": "18",
"coingecko_id": "pundi-x-2",
"logo": "/logos/pundi-x-token-logo.svg"
},
{
"base": "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
"symbol": "PURSE",
"exponent": "18",
"coingecko_id": "pundi-x-purse",
"logo": "/logos/purse-token-logo.svg"
}
],
"addr_prefix": "px",
"logo": "/logos/pundi-x-logo.svg"
}
1 change: 1 addition & 0 deletions logos/pundi-x-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions logos/pundi-x-token-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions logos/purse-token-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5dc489

Please sign in to comment.