Use the current official Pump fee-sharing lifecycle.
Expected concepts include:
createFeeSharingConfig
updateFeeSharesV2
but verify exact SDK methods/signatures.
Never invent method names.
Conceptually:
create sharing configuration
then:
finalize shareholder allocation
Expected logical allocation:
[
{
address: creator,
shareBps: creatorShareBps
},
{
address: NEARFUN_PLATFORM_WALLET,
shareBps: platformShareBps
}
]Total must equal:
10000