Skip to content

Commit

Permalink
add public soroban rpc url - gateway.fm
Browse files Browse the repository at this point in the history
  • Loading branch information
chatch committed Mar 31, 2024
1 parent 17d7ba6 commit 84a9aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/stellar/server_soroban.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import networks from './networks'
import { isLocalhost } from './utils'

export const sorobanRpcURIs: Record<string, string> = {
[networks.public]: 'https://soroban-rpc.mainnet.stellar.gateway.fm',
[networks.future]: 'https://rpc-futurenet.stellar.org',
[networks.test]: 'https://soroban-testnet.stellar.org',
[networks.local]: 'http://localhost:8000/soroban/rpc',
Expand Down

2 comments on commit 84a9aa7

@Ummilove
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
"_links": {
"self": {
"href": "https://api.mainnet.minepi.com/accounts/GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3"
},
"transactions": {
"href": "https://api.mainnet.minepi.com/accounts/GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3/transactions{?cursor,limit,order}",
"templated": true
},
"operations": {
"href": "https://api.mainnet.minepi.com/accounts/GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3/operations{?cursor,limit,order}",
"templated": true
},
"payments": {
"href": "https://api.mainnet.minepi.com/accounts/GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3/payments{?cursor,limit,order}",
"templated": true
},
"effects": {
"href": "https://api.mainnet.minepi.com/accounts/GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3/effects{?cursor,limit,order}",
"templated": true
},
"offers": {
"href": "https://api.mainnet.minepi.com/accounts/GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3/offers{?cursor,limit,order}",
"templated": true
},
"trades": {
"href": "https://api.mainnet.minepi.com/accounts/GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3/trades{?cursor,limit,order}",
"templated": true
},
"data": {
"href": "https://api.mainnet.minepi.com/accounts/GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3/data/{key}",
"templated": true
}
},
"id": "GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3",
"account_id": "GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3",
"sequence": "18666138321813855",
"subentry_count": 0,
"last_modified_ledger": 14318490,
"last_modified_time": "2024-04-21T19:23:19Z",
"thresholds": {
"low_threshold": 0,
"med_threshold": 0,
"high_threshold": 0
},
"flags": {
"auth_required": false,
"auth_revocable": false,
"auth_immutable": false,
"auth_clawback_enabled": false
},
"balances": [
{
"balance": "205.9810189",
"buying_liabilities": "0.0000000",
"selling_liabilities": "0.0000000",
"asset_type": "native"
}
],
"signers": [
{
"weight": 1,
"key": "GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3",
"type": "ed25519_public_key"
}
],
"data": {},
"num_sponsoring": 0,
"num_sponsored": 0,
"paging_token": "GBYOAH6MIZ5RRDLASAO26M6YFCWU3W4M4NJAHFH2I7RZKNWGZCPIG6W3"
}

@Ummilove
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claim my pi this is transaction adress

Please sign in to comment.