Skip to content

Commit

Permalink
Update image URLs in app.json and nativetokens.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Theezr committed Oct 1, 2024
1 parent 82d3d57 commit b365ae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions testnet/PepeWorld/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"genesisURL": "https://github.com/Theezr/pepe-world-chain/blob/master/config/default/genesis_assets.json",
"projectPage": "https://pepe-world-fe.vercel.app/",
"logo": {
"png": "https://raw.githubusercontent.com/Theezr/pepe-world-chain/refs/heads/master/images/pepe-coin.png",
"svg": "https://raw.githubusercontent.com/Theezr/pepe-world-chain/66a0e3e3233a457ebf9021789fa93dcf0284f3e9/images/pepe-coin.svg"
"png": "https://raw.githubusercontent.com/Theezr/pepe-world-chain/refs/heads/master/images/pepe-coin.png",
"svg": "https://raw.githubusercontent.com/Theezr/pepe-world-chain/66a0e3e3233a457ebf9021789fa93dcf0284f3e9/images/pepe-coin.svg"
},
"backgroundColor": "#f7f9fb",
"serviceURLs": [
{
"http": " https://token-factory-service.klayr.dev",
"http": "https://token-factory-service.klayr.dev",
"ws": "wss://token-factory-service.klayr.dev",
"apiCertificatePublicKey": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEZJqW5f8/FMsfunQZOZw672T9NQwY\nP7tDR3mNs5t9vk70o8CigQu9P5sbxVP753SAjDmUcNZtgDJu4o8Iwwq9sg==\n-----END PUBLIC KEY-----\n"
}
Expand Down
4 changes: 2 additions & 2 deletions testnet/PepeWorld/nativetokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"displayDenom": "pepe",
"symbol": "PEPE",
"logo": {
"png": "https://raw.githubusercontent.com/Theezr/pepe-world-chain/refs/heads/master/images/pepe-coin.png",
"svg": "https://raw.githubusercontent.com/Theezr/pepe-world-chain/66a0e3e3233a457ebf9021789fa93dcf0284f3e9/images/pepe-coin.svg"
"png": "https://raw.githubusercontent.com/Theezr/pepe-world-chain/refs/heads/master/images/pepe-coin.png",
"svg": "https://raw.githubusercontent.com/Theezr/pepe-world-chain/66a0e3e3233a457ebf9021789fa93dcf0284f3e9/images/pepe-coin.svg"
}
}
]
Expand Down

0 comments on commit b365ae9

Please sign in to comment.